1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Prepare for Spring Security 6.2

Closes gh-14316
This commit is contained in:
Josh Cummings
2023-06-22 11:03:28 -06:00
parent 2e4b417fce
commit fb910e2997
13 changed files with 5175 additions and 52 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ require 'net/http'
require 'yaml'
require 'logger'
$main_branch = "6.1.x"
$main_branch = "6.2.x"
$log = Logger.new(STDOUT)
$log.level = Logger::WARN