This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new a3f0f68fb69 [improve][misc] Upgrade RE2/J to 1.8 (#24530)
a3f0f68fb69 is described below
commit a3f0f68fb69ae9373c29e33b64cc00defc6fc63d
Author: Lari Hotari <[email protected]>
AuthorDate: Thu Jul 17 23:38:47 2025 +0300
[improve][misc] Upgrade RE2/J to 1.8 (#24530)
---
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 25ebde3b355..45dbf438486 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 afe7084e153..1b5a5d4e527 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 22e1c0b8a65..8598c4791d9 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>