Skip to content

Commit 5e44976

Browse files
Bump org.roaringbitmap:RoaringBitmap from 1.1.0 to 1.2.1 in /server (#15423)
* Bump org.roaringbitmap:RoaringBitmap from 1.1.0 to 1.2.1 in /server Bumps [org.roaringbitmap:RoaringBitmap](https://github.com/RoaringBitmap/RoaringBitmap) from 1.1.0 to 1.2.1. - [Release notes](https://github.com/RoaringBitmap/RoaringBitmap/releases) - [Commits](RoaringBitmap/RoaringBitmap@1.1.0...1.2.1) --- updated-dependencies: - dependency-name: org.roaringbitmap:RoaringBitmap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Updating SHAs Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent 091ab6f commit 5e44976

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5050
- Bump `opentelemetry-semconv` from 1.26.0-alpha to 1.27.0-alpha ([#15361](https://github.com/opensearch-project/OpenSearch/pull/15361))
5151
- Bump `tj-actions/changed-files` from 44 to 45 ([#15422](https://github.com/opensearch-project/OpenSearch/pull/15422))
5252
- Bump `com.netflix.nebula.ospackage-base` from 11.9.1 to 11.10.0 ([#15419](https://github.com/opensearch-project/OpenSearch/pull/15419))
53+
- Bump `org.roaringbitmap:RoaringBitmap` from 1.1.0 to 1.2.1 ([#15423](https://github.com/opensearch-project/OpenSearch/pull/15423))
5354

5455
### Changed
5556
- Add lower limit for primary and replica batch allocators timeout ([#14979](https://github.com/opensearch-project/OpenSearch/pull/14979))

server/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ dependencies {
127127
api "jakarta.annotation:jakarta.annotation-api:${versions.jakarta_annotation}"
128128

129129
// https://mvnrepository.com/artifact/org.roaringbitmap/RoaringBitmap
130-
implementation 'org.roaringbitmap:RoaringBitmap:1.1.0'
130+
implementation 'org.roaringbitmap:RoaringBitmap:1.2.1'
131131

132132
testImplementation(project(":test:framework")) {
133133
// tests use the locally compiled version of server

server/licenses/RoaringBitmap-1.1.0.jar.sha1

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
828eb489b5e8c8762f2471010e9c7f20c7de596d

0 commit comments

Comments
 (0)