Skip to content

Commit 8f167d9

Browse files
committed
Update Wrapper Upgrade Configuration
Issue gh-15155
1 parent aa9e1b5 commit 8f167d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ wrapperUpgrade {
125125
gradle {
126126
'spring-security' {
127127
repo = 'spring-projects/spring-security'
128-
baseBranch = '6.1.x' // runs only on 6.1.x and the update is merged forward to main
128+
baseBranch = '6.2.x' // runs only on 6.2.x and the update is merged forward to main
129129
}
130130
}
131131
}

0 commit comments

Comments
 (0)