You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/pom.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@
77
77
<groupId>org.apache.tomcat.embed</groupId>
78
78
<artifactId>tomcat-embed-core</artifactId>
79
79
<!--<version>9.0.91</version>--><!-- force version for CVE-2024-34750; remove when spring-boot-starter-web transitive dependency updates to this (currently 9.0.83)-->
80
-
<version>9.0.108</version><!-- force version for CVE-2024-50379 and CVE-2024-56337 --><!-- force version for CVE-2025-24813 --><!-- force version for CVE-2025-48988 -->
80
+
<version>9.0.110</version><!-- force version for CVE-2024-50379 and CVE-2024-56337 --><!-- force version for CVE-2025-24813 --><!-- force version for CVE-2025-48988 -->
81
81
</dependency>
82
82
<dependency>
83
83
<groupId>org.springframework.security</groupId>
@@ -87,7 +87,7 @@
87
87
<dependency>
88
88
<groupId>com.nimbusds</groupId>
89
89
<artifactId>nimbus-jose-jwt</artifactId>
90
-
<version>9.37.3</version> <!-- force version for CVE-2023-52428; remove when spring-boot spring-boot-starter-oauth2-resource-server updates to this (currently 9.22) -->
90
+
<version>9.37.4</version> <!-- force version for CVE-2023-52428; remove when spring-boot spring-boot-starter-oauth2-resource-server updates to this (currently 9.22) -->
0 commit comments