We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36bdfb8 commit aada93dCopy full SHA for aada93d
aws-serverless-java-container-core/pom.xml
@@ -60,7 +60,7 @@
60
<dependency>
61
<groupId>org.springframework.security</groupId>
62
<artifactId>spring-security-web</artifactId>
63
- <version>6.4.5</version>
+ <version>6.5.0</version>
64
<scope>test</scope>
65
</dependency>
66
</dependencies>
aws-serverless-java-container-spring/pom.xml
@@ -17,7 +17,7 @@
17
18
<properties>
19
<spring.version>6.2.6</spring.version>
20
- <spring-security.version>6.4.5</spring-security.version>
+ <spring-security.version>6.5.0</spring-security.version>
21
</properties>
22
23
<dependencies>
0 commit comments