We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c41d3d commit 6f91833Copy full SHA for 6f91833
1 file changed
spring/pom.xml
@@ -95,7 +95,7 @@
95
<dependency>
96
<groupId>org.springframework</groupId>
97
<artifactId>spring-web</artifactId>
98
- <version>6.2.8</version>
+ <version>6.2.10</version>
99
<scope>provided</scope>
100
</dependency>
101
</dependencies>
@@ -107,7 +107,7 @@
107
<jdk>[17,)</jdk>
108
</activation>
109
<properties>
110
- <spring.security.version>6.5.2</spring.security.version>
+ <spring.security.version>6.5.3</spring.security.version>
111
</properties>
112
</profile>
113
</profiles>
0 commit comments