From dcf6a329287b57ace4c801e0c9ffae8cdb8ece98 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 6 Jan 2025 15:55:46 +0000 Subject: [PATCH] Upgrade to Jaybird 6.0.0 Closes gh-43675 --- 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 b7ae7cde68d..8e5d54fc8a6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -922,7 +922,7 @@ bom { releaseNotes("https://github.com/jaxen-xpath/jaxen/releases/tag/v{version}") } } - library("Jaybird", "5.0.6.java11") { + library("Jaybird", "6.0.0") { prohibit { endsWith ".java8" because "we use the .java11 version"