Start working on Spring Boot 3.3

This commit is contained in:
Andy Wilkinson
2024-01-04 10:56:56 +00:00
parent 0681d89c5c
commit 5ef7db9a28
14 changed files with 115 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ require 'net/http'
require 'yaml'
require 'logger'
$main_branch = "3.2.x"
$main_branch = "3.3.x"
$log = Logger.new(STDOUT)
$log.level = Logger::WARN