From 05d805ad60e6b1c63d8a79b80ae7a8505af4f7d3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 09:28:15 +0000 Subject: [PATCH] Upgrade to Jaybird 3.0.10 Closes gh-25194 --- 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 a8ae5badd9..ec31451da5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -789,7 +789,7 @@ bom { ] } } - library("Jaybird", "3.0.9") { + library("Jaybird", "3.0.10") { group("org.firebirdsql.jdbc") { modules = [ "jaybird-jdk17",