Skip to content

Commit 2834367

Browse files
committedFeb 5, 2025
Start building against Spring Session 3.4.2 snapshots
See gh-44127
1 parent 5999cd7 commit 2834367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎spring-boot-project/spring-boot-dependencies/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2320,7 +2320,7 @@ bom {
23202320
releaseNotes("https://github.com/spring-projects/spring-security/releases/tag/{version}")
23212321
}
23222322
}
2323-
library("Spring Session", "3.4.1") {
2323+
library("Spring Session", "3.4.2-SNAPSHOT") {
23242324
considerSnapshots()
23252325
prohibit {
23262326
startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])

0 commit comments

Comments
 (0)
Please sign in to comment.