Преглед изворни кода

Run Gradle Wrapper Upgrade on 6.1.x

Issue gh-14203
Marcus Hert Da Coregio пре 1 година
родитељ
комит
e9e198b1e3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -169,7 +169,7 @@ wrapperUpgrade {
 	gradle {
 		'spring-security' {
 			repo = 'spring-projects/spring-security'
-			baseBranch = '6.0.x' // runs only on 6.0.x and the update is merged forward to main
+			baseBranch = '6.1.x' // runs only on 6.1.x and the update is merged forward to main
 		}
 	}
 }