From 24a1b0b4497046b8dc11dc44d54814966fd29068 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 5 Sep 2025 11:41:41 -0700 Subject: [PATCH] Upgrade to Jaybird 6.0.3 Closes gh-47065 --- 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 6c76a41e7d9..3fd8a6062c9 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -945,7 +945,7 @@ bom { releaseNotes("https://github.com/jaxen-xpath/jaxen/releases/tag/v{version}") } } - library("Jaybird", "6.0.2") { + library("Jaybird", "6.0.3") { prohibit { endsWith ".java8" because "we use the .java11 version"