From 7129b61856af8e0f1b63a17a798964243bcc08ae Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 14 Dec 2023 14:10:54 +0000 Subject: [PATCH] Upgrade to Jaybird 5.0.3.java11 Closes gh-38786 --- 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 8223d6ebff..7b73c04bcd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -624,7 +624,7 @@ bom { ] } } - library("Jaybird", "5.0.2.java11") { + library("Jaybird", "5.0.3.java11") { group("org.firebirdsql.jdbc") { modules = [ "jaybird"