From 162a761def76f8e71af6c2fd289094ed2e8a3d20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 11 Oct 2025 11:22:45 +0200 Subject: [PATCH] Upgrade to Classmate 1.7.1 Closes gh-47507 --- 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 341e216a218..2d27f23047c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -202,7 +202,7 @@ bom { ] } } - library("Classmate", "1.7.0") { + library("Classmate", "1.7.1") { group("com.fasterxml") { modules = [ "classmate"