Skip to content

Commit 71cdb3c

Browse files
Bump com.nimbusds:nimbus-jose-jwt from 10.2 to 10.3 (#2080)
1 parent d5f5f10 commit 71cdb3c

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

build-tools/owasp/suppressions.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,28 @@
1717
</suppress>
1818

1919
<!-- Suppressed vulnerabilities. These need monthly review. -->
20-
<suppress until="2025-05-10Z">
20+
<suppress until="2025-08-10Z">
2121
<notes><![CDATA[
2222
This vulnerability affects a transitive dependency of the test module but is not relevant
2323
for how it is used in the context of the Java Client Libraries.
2424
]]></notes>
2525
<packageUrl regex="true">^pkg:maven/net\.minidev/json-smart@.*$</packageUrl>
2626
<vulnerabilityName>CVE-2024-57699</vulnerabilityName>
2727
</suppress>
28+
<suppress until="2025-08-10Z">
29+
<notes><![CDATA[
30+
This vulnerability affects a transitive dependency of the test module but is not relevant
31+
for how it is used in the context of the Java Client Libraries.
32+
]]></notes>
33+
<packageUrl regex="true">^pkg:maven/org\.eclipse\.jetty\.http2/http2-common@.*$</packageUrl>
34+
<cve>CVE-2024-6763</cve>
35+
</suppress>
36+
<suppress until="2025-08-10Z">
37+
<notes><![CDATA[
38+
This vulnerability affects a transitive dependency of the test module but is not relevant
39+
for how it is used in the context of the Java Client Libraries.
40+
]]></notes>
41+
<packageUrl regex="true">^pkg:maven/org\.eclipse\.jetty\.http2/http2-common@.*$</packageUrl>
42+
<cve>CVE-2025-1948</cve>
43+
</suppress>
2844
</suppressions>

examples/spring-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>com.nimbusds</groupId>
6363
<artifactId>nimbus-jose-jwt</artifactId>
64-
<version>10.2</version>
64+
<version>10.3</version>
6565
</dependency>
6666

6767
<!-- testing -->

examples/springboot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<dependency>
113113
<groupId>com.nimbusds</groupId>
114114
<artifactId>nimbus-jose-jwt</artifactId>
115-
<version>10.2</version>
115+
<version>10.3</version>
116116
</dependency>
117117
</dependencies>
118118

0 commit comments

Comments
 (0)