1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Prepare for Spring Security 6.3

Closes gh-14210
This commit is contained in:
Josh Cummings
2023-12-05 15:34:14 -07:00
parent 674ce38bd3
commit d50698a269
14 changed files with 5198 additions and 41 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ require 'net/http'
require 'yaml'
require 'logger'
$main_branch = "6.2.x"
$main_branch = "6.3.x"
$log = Logger.new(STDOUT)
$log.level = Logger::WARN