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

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


The following commit(s) were added to refs/heads/branch-2.11 by this push:
     new a2f3b15818a [fix] Upgrade jose4j to 0.9.4 (#22273)
a2f3b15818a is described below

commit a2f3b15818a157db03b6e2c48ad4fd52ecb4e71e
Author: Matteo Merli <mme...@apache.org>
AuthorDate: Fri Mar 15 07:56:30 2024 -0700

    [fix] Upgrade jose4j to 0.9.4 (#22273)
    
    (cherry picked from commit 999e39b0c7e568a9ac02fca945a558ca4adad909)
---
 distribution/server/src/assemble/LICENSE.bin.txt | 2 +-
 pom.xml                                          | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/distribution/server/src/assemble/LICENSE.bin.txt 
b/distribution/server/src/assemble/LICENSE.bin.txt
index 18d2e3a5a8e..adb2b0e5495 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -323,7 +323,7 @@ The Apache Software License, Version 2.0
  * Caffeine -- com.github.ben-manes.caffeine-caffeine-2.9.1.jar
  * Conscrypt -- org.conscrypt-conscrypt-openjdk-uber-2.5.2.jar
  * Proto Google Common Protos -- 
com.google.api.grpc-proto-google-common-protos-2.9.0.jar
- * Bitbucket -- org.bitbucket.b_c-jose4j-0.9.3.jar
+ * Bitbucket -- org.bitbucket.b_c-jose4j-0.9.4.jar
  * Gson
     - com.google.code.gson-gson-2.8.9.jar
     - io.gsonfire-gson-fire-1.8.5.jar
diff --git a/pom.xml b/pom.xml
index 715458ed0b3..611e3a9486a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,6 +216,7 @@ flexible messaging model and an intuitive client 
API.</description>
     <jakarta.validation.version>2.0.2</jakarta.validation.version>
     <jna.version>4.2.0</jna.version>
     <kubernetesclient.version>18.0.0</kubernetesclient.version>
+    <jose4j.version>0.9.4</jose4j.version>
     <okhttp3.version>4.9.3</okhttp3.version>
     <!-- use okio version that matches the okhttp3 version -->
     <okio.version>2.8.0</okio.version>
@@ -600,6 +601,12 @@ flexible messaging model and an intuitive client 
API.</description>
         <version>${rocksdb.version}</version>
       </dependency>
 
+      <dependency>
+        <groupId>org.bitbucket.b_c</groupId>
+        <artifactId>jose4j</artifactId>
+        <version>${jose4j.version}</version>
+      </dependency>
+
       <dependency>
         <groupId>org.eclipse.jetty</groupId>
         <artifactId>jetty-server</artifactId>

Reply via email to