From c98f34ffca97eed4ecbe01dc3935569c21ae8cf8 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:22:00 -0800 Subject: [PATCH] Upgrade to Jaybird 4.0.8.java11 Closes gh-33595 --- 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 8a571d29be1a..3c1c7f61ba07 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -602,7 +602,7 @@ bom { ] } } - library("Jaybird", "4.0.7.java11") { + library("Jaybird", "4.0.8.java11") { group("org.firebirdsql.jdbc") { modules = [ "jaybird"