From 1ceba0910b9a29696f80a399763b6444dea1c553 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 10:06:49 +0000 Subject: [PATCH] Upgrade to Jaybird 3.0.10 Closes gh-25211 --- 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 8302ff5b177a..b4bc0daab5d4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -731,7 +731,7 @@ bom { ] } } - library("Jaybird", "3.0.9") { + library("Jaybird", "3.0.10") { group("org.firebirdsql.jdbc") { modules = [ "jaybird-jdk17",