Skip to content

Commit e9e198b

Browse files
Run Gradle Wrapper Upgrade on 6.1.x
Issue gh-14203
1 parent 7c1e6f3 commit e9e198b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ wrapperUpgrade {
169169
gradle {
170170
'spring-security' {
171171
repo = 'spring-projects/spring-security'
172-
baseBranch = '6.0.x' // runs only on 6.0.x and the update is merged forward to main
172+
baseBranch = '6.1.x' // runs only on 6.1.x and the update is merged forward to main
173173
}
174174
}
175175
}

0 commit comments

Comments
 (0)