Start work on Spring Boot 3.5

This commit is contained in:
Andy Wilkinson
2025-01-06 15:29:25 +00:00
parent 383f1964e6
commit 214e0281a9
11 changed files with 111 additions and 11 deletions

View File

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