Przeglądaj źródła

Update Gradle Wrapper Upgrade

Issue gh-16221
Josh Cummings 5 miesięcy temu
rodzic
commit
d1b7f8a119
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -120,7 +120,7 @@ wrapperUpgrade {
 	gradle {
 	gradle {
 		'spring-security' {
 		'spring-security' {
 			repo = 'spring-projects/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.3.x' // runs only on 6.3.x and the update is merged forward to main
 		}
 		}
 	}
 	}
 }
 }