From 7b61e0cad23f018acc898001e4ffc504b5ad4970 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 14:02:23 +0200 Subject: [PATCH] Upgrade to Jaybird 3.0.11 Closes gh-25958 --- 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 68e3ba9c35f..a6816ab8a5e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -790,7 +790,7 @@ bom { ] } } - library("Jaybird", "3.0.10") { + library("Jaybird", "3.0.11") { group("org.firebirdsql.jdbc") { modules = [ "jaybird-jdk17",