From 8d5dd8d4b226db643bff570599cc7319bec38058 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Jan 2021 09:14:56 +0100 Subject: [PATCH] Upgrade to Jaybird 3.0.10 Closes gh-24910 --- 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 28a3be9cf1..c3f14e7ad6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -724,7 +724,7 @@ bom { ] } } - library("Jaybird", "3.0.9") { + library("Jaybird", "3.0.10") { group("org.firebirdsql.jdbc") { modules = [ "jaybird-jdk17",