This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch branch-4.0 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 51778834c6665750b95c37ebda46ea0888af6f88 Author: Lari Hotari <[email protected]> AuthorDate: Thu Jul 17 23:38:47 2025 +0300 [improve][misc] Upgrade RE2/J to 1.8 (#24530) (cherry picked from commit a3f0f68fb69ae9373c29e33b64cc00defc6fc63d) --- distribution/server/src/assemble/LICENSE.bin.txt | 2 +- distribution/shell/src/assemble/LICENSE.bin.txt | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/distribution/server/src/assemble/LICENSE.bin.txt b/distribution/server/src/assemble/LICENSE.bin.txt index b6702edae7a..1e86669dba0 100644 --- a/distribution/server/src/assemble/LICENSE.bin.txt +++ b/distribution/server/src/assemble/LICENSE.bin.txt @@ -512,7 +512,7 @@ The Apache Software License, Version 2.0 - com.google.http-client-google-http-client-gson-1.41.0.jar - com.google.http-client-google-http-client-1.41.0.jar - com.google.auto.value-auto-value-annotations-1.11.0.jar - - com.google.re2j-re2j-1.7.jar + - com.google.re2j-re2j-1.8.jar * Jetcd - shaded * IPAddress - com.github.seancfoley-ipaddress-5.5.0.jar diff --git a/distribution/shell/src/assemble/LICENSE.bin.txt b/distribution/shell/src/assemble/LICENSE.bin.txt index d22e4ecc968..c0c2df166f1 100644 --- a/distribution/shell/src/assemble/LICENSE.bin.txt +++ b/distribution/shell/src/assemble/LICENSE.bin.txt @@ -419,7 +419,7 @@ The Apache Software License, Version 2.0 * Apache Avro - avro-1.11.4.jar - avro-protobuf-1.11.4.jar - * RE2j -- re2j-1.7.jar + * RE2j -- re2j-1.8.jar * Spotify completable-futures -- completable-futures-0.3.6.jar * RoaringBitmap -- RoaringBitmap-1.2.0.jar * Fastutil -- fastutil-8.5.14.jar diff --git a/pom.xml b/pom.xml index 659a1d0ef85..f4fab42abe0 100644 --- a/pom.xml +++ b/pom.xml @@ -305,7 +305,7 @@ flexible messaging model and an intuitive client API.</description> <opentelemetry.instrumentation.alpha.version>${opentelemetry.instrumentation.version}-alpha</opentelemetry.instrumentation.alpha.version> <opentelemetry.semconv.version>1.29.0-alpha</opentelemetry.semconv.version> <picocli.version>4.7.5</picocli.version> - <re2j.version>1.7</re2j.version> + <re2j.version>1.8</re2j.version> <completable-futures.version>0.3.6</completable-futures.version> <failsafe.version>3.3.2</failsafe.version>
