This is an automated email from the ASF dual-hosted git repository. jackie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push: new 04d09e5986 upgrade to RoaringBitmap 0.9.38 (#10072) 04d09e5986 is described below commit 04d09e5986c9fe1c69c3001549bc0e0be43b3a92 Author: Richard Startin <richardstar...@apache.org> AuthorDate: Fri Jan 6 19:10:10 2023 +0000 upgrade to RoaringBitmap 0.9.38 (#10072) --- LICENSE-binary | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE-binary b/LICENSE-binary index ee026584ad..53214251d9 100644 --- a/LICENSE-binary +++ b/LICENSE-binary @@ -453,8 +453,8 @@ org.jetbrains:annotations:13.0 org.lz4:lz4-java:1.8.0 org.objenesis:objenesis:2.1 org.quartz-scheduler:quartz:2.3.2 -org.roaringbitmap:RoaringBitmap:0.9.35 -org.roaringbitmap:shims:0.9.35 +org.roaringbitmap:RoaringBitmap:0.9.38 +org.roaringbitmap:shims:0.9.38 org.scala-lang.modules:scala-collection-compat_2.12:2.3.0 org.scala-lang.modules:scala-java8-compat_2.12:0.9.1 org.scala-lang.modules:scala-xml_2.12:1.3.0 diff --git a/pom.xml b/pom.xml index ad7cf9f07d..9f694136de 100644 --- a/pom.xml +++ b/pom.xml @@ -442,7 +442,7 @@ <dependency> <groupId>org.roaringbitmap</groupId> <artifactId>RoaringBitmap</artifactId> - <version>0.9.35</version> + <version>0.9.38</version> </dependency> <dependency> <groupId>com.101tec</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org