From 7b5126e009d4261fd351a0fc7c6f769d158bc357 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 15:27:26 +0100 Subject: [PATCH] Upgrade to Classmate 1.6.0 Closes gh-37862 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 43903c218a..c409d07a6f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -165,7 +165,7 @@ bom { ] } } - library("Classmate", "1.5.1") { + library("Classmate", "1.6.0") { group("com.fasterxml") { modules = [ "classmate"