Start development of Spring Boot 4.2.x

This commit is contained in:
Stéphane Nicoll
2026-07-15 10:30:43 +02:00
parent 493315f8cf
commit 6d28fc10f9
15 changed files with 116 additions and 16 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ require 'net/http'
require 'yaml'
require 'logger'
$main_branch = "4.1.x"
$main_branch = "4.2.x"
$log = Logger.new(STDOUT)
$log.level = Logger::WARN