Skip to content

Commit 131a271

Browse files
committed
apply SNAPSHOT fix
1 parent 325b0bb commit 131a271

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@
9797

9898
<dependencyManagement>
9999
<dependencies>
100+
<dependency>
101+
<groupId>org.springframework.security</groupId>
102+
<artifactId>spring-security-web</artifactId>
103+
<version>6.4.6-SNAPSHOT</version>
104+
</dependency>
100105
<!-- https://docs.spring.io/spring-boot/docs/2.0.0.M7/reference/htmlsingle/#using-boot-maven-without-a-parent -->
101106
<dependency>
102107
<!-- Import dependency management from Spring Boot -->

0 commit comments

Comments
 (0)