From 95bb53a13b96f4dd5009fa630dfc5186c62d13f7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 Feb 2026 10:04:59 +0000 Subject: [PATCH 1/5] Upgrade to Hibernate 7.2.4.Final Closes gh-49167 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 802790cd310..e535eeedb32 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -563,7 +563,7 @@ bom { releaseNotes("https://github.com/hazelcast/hazelcast/releases/tag/v{version}") } } - library("Hibernate", "7.2.3.Final") { + library("Hibernate", "7.2.4.Final") { group("org.hibernate.orm") { modules = [ "hibernate-agroal", From 777f972bad7505d0924319280ec148f6e53a324d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 Feb 2026 10:05:03 +0000 Subject: [PATCH 2/5] Upgrade to Jakarta XML Bind 4.0.5 Closes gh-49168 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index e535eeedb32..e06d57bb390 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -899,7 +899,7 @@ bom { .formatted(version.major(), version.minor()), "jakarta.ws.rs") } } - library("Jakarta XML Bind", "4.0.4") { + library("Jakarta XML Bind", "4.0.5") { group("jakarta.xml.bind") { modules = [ "jakarta.xml.bind-api" From 82c1977c3f67f3986dcf7cf46894f576a7f5ef86 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 Feb 2026 10:05:09 +0000 Subject: [PATCH 3/5] Upgrade to Logback 1.5.29 Closes gh-49169 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index e06d57bb390..ba1b0ff8f6e 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1295,7 +1295,7 @@ bom { releaseNotes("https://github.com/apache/logging-log4j2/releases/tag/rel%2F{version}") } } - library("Logback", "1.5.27") { + library("Logback", "1.5.29") { group("ch.qos.logback") { modules = [ "logback-classic", From 4eb53bd2b4e5b44b3f0f6c521844c035566c03f7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 Feb 2026 10:05:10 +0000 Subject: [PATCH 4/5] Upgrade to Micrometer 1.16.3 Closes gh-49111 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index ba1b0ff8f6e..a6c0aef7ddd 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1535,7 +1535,7 @@ bom { releaseNotes("https://github.com/apache/maven-war-plugin/releases/tag/maven-war-plugin-{version}") } } - library("Micrometer", "1.16.3-SNAPSHOT") { + library("Micrometer", "1.16.3") { considerSnapshots() group("io.micrometer") { modules = [ From a858a337c35aa41509b8ea323168f5520decbf9e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 Feb 2026 10:05:10 +0000 Subject: [PATCH 5/5] Upgrade to Micrometer Tracing 1.6.3 Closes gh-49112 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index a6c0aef7ddd..c9fbb298c44 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -1558,7 +1558,7 @@ bom { releaseNotes("https://github.com/micrometer-metrics/micrometer/releases/tag/v{version}") } } - library("Micrometer Tracing", "1.6.3-SNAPSHOT") { + library("Micrometer Tracing", "1.6.3") { considerSnapshots() group("io.micrometer") { bom("micrometer-tracing-bom")