Skip to content

Commit 3fb52c5

Browse files
authored
[fix][sec] Upgrade jose4j to 0.9.6 to address CVE-2024-29371 (#25095)
1 parent 621b41f commit 3fb52c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

distribution/server/src/assemble/LICENSE.bin.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ The Apache Software License, Version 2.0
264264
* Conscrypt -- org.conscrypt-conscrypt-openjdk-uber-2.5.2.jar
265265
* Fastutil -- it.unimi.dsi-fastutil-8.5.16.jar
266266
* Proto Google Common Protos -- com.google.api.grpc-proto-google-common-protos-2.59.2.jar
267-
* Bitbucket -- org.bitbucket.b_c-jose4j-0.9.4.jar
267+
* Bitbucket -- org.bitbucket.b_c-jose4j-0.9.6.jar
268268
* Gson
269269
- com.google.code.gson-gson-2.13.2.jar
270270
- io.gsonfire-gson-fire-1.9.0.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ flexible messaging model and an intuitive client API.</description>
284284
<jakarta.validation.version>2.0.2</jakarta.validation.version>
285285
<jna.version>5.12.1</jna.version>
286286
<kubernetesclient.version>23.0.0</kubernetesclient.version>
287-
<jose4j.version>0.9.4</jose4j.version>
287+
<jose4j.version>0.9.6</jose4j.version>
288288
<okhttp3.version>5.3.1</okhttp3.version>
289289
<!-- use okio version that matches the okhttp3 version -->
290290
<okio.version>3.16.3</okio.version>

0 commit comments

Comments
 (0)