From 8f167d93a7aa176f814d8abb44ba53c35ebfae7e Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Thu, 6 Jun 2024 20:03:44 -0600 Subject: [PATCH] Update Wrapper Upgrade Configuration Issue gh-15155 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b341474b05..952f5b2fef 100644 --- a/build.gradle +++ b/build.gradle @@ -125,7 +125,7 @@ wrapperUpgrade { gradle { 'spring-security' { repo = 'spring-projects/spring-security' - baseBranch = '6.1.x' // runs only on 6.1.x and the update is merged forward to main + baseBranch = '6.2.x' // runs only on 6.2.x and the update is merged forward to main } } }