Skip to content

Commit 0490bc4

Browse files
Bump com.nimbusds:nimbus-jose-jwt from 10.2 to 10.3 (#2082)
1 parent dc527af commit 0490bc4

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
@@ -10,12 +10,28 @@
1010
</suppress>
1111

1212
<!-- Suppressed vulnerabilities. These need monthly review. -->
13-
<suppress until="2025-05-10Z">
13+
<suppress until="2025-08-10Z">
1414
<notes><![CDATA[
1515
This vulnerability affects a transitive dependency of the test module but is not relevant
1616
for how it is used in the context of the Java Client Libraries.
1717
]]></notes>
1818
<packageUrl regex="true">^pkg:maven/net\.minidev/json-smart@.*$</packageUrl>
1919
<vulnerabilityName>CVE-2024-57699</vulnerabilityName>
2020
</suppress>
21+
<suppress until="2025-08-10Z">
22+
<notes><![CDATA[
23+
This vulnerability affects a transitive dependency of the test module but is not relevant
24+
for how it is used in the context of the Java Client Libraries.
25+
]]></notes>
26+
<packageUrl regex="true">^pkg:maven/org\.eclipse\.jetty\.http2/http2-common@.*$</packageUrl>
27+
<cve>CVE-2024-6763</cve>
28+
</suppress>
29+
<suppress until="2025-08-10Z">
30+
<notes><![CDATA[
31+
This vulnerability affects a transitive dependency of the test module but is not relevant
32+
for how it is used in the context of the Java Client Libraries.
33+
]]></notes>
34+
<packageUrl regex="true">^pkg:maven/org\.eclipse\.jetty\.http2/http2-common@.*$</packageUrl>
35+
<cve>CVE-2025-1948</cve>
36+
</suppress>
2137
</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)