Start work on Spring Boot 2.5

Closes gh-24491
This commit is contained in:
Stephane Nicoll
2020-12-14 14:35:37 +01:00
parent 4bb99b46ab
commit 85d0f95f7a
6 changed files with 7 additions and 7 deletions

View File

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