This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit 8f4dac3688e9f1fc21bf7c0d9a1862e7d09fd17d
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 +-
 pom.xml                                          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/server/src/assemble/LICENSE.bin.txt 
b/distribution/server/src/assemble/LICENSE.bin.txt
index a5ee690f818..3e79b0eea9c 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -511,7 +511,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/pom.xml b/pom.xml
index 6f430a7c142..9a185670bec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -263,7 +263,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>
 

Reply via email to