Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 2023e53

Browse files
committed
Use spring security 6.0.0-SNAPSHOT
1 parent 0600126 commit 2023e53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/maven-parent/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
<spring-cloud.version>2022.0.0-SNAPSHOT</spring-cloud.version>
3030
<!-- -O1 is the default, but we specify it anyway as this property can't be empty. It's used by the -q commandline parameter to override the value with -Ob to enable quick build mode -->
3131
<native.buildtools.buildArg>-O1</native.buildtools.buildArg>
32+
33+
<!-- Use Spring Security Snapshots -->
34+
<spring-security.version>6.0.0-SNAPSHOT</spring-security.version>
3235
</properties>
3336

3437
<build>

0 commit comments

Comments
 (0)