From 1fa41ee4eefe7be953791a0af1a4f62faf3b7cd4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Jun 2020 10:33:11 +0100 Subject: [PATCH] Upgrade to Jaybird 3.0.9 Closes gh-21956 --- 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 bc2ed1be51a..a5ab842b585 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -811,7 +811,7 @@ bom { ] } } - library("Jaybird", "3.0.8") { + library("Jaybird", "3.0.9") { group("org.firebirdsql.jdbc") { modules = [ "jaybird-jdk17",