From 1424ac406c4d536fdad2f1fd16eb8d837397c5f6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 10 Jun 2020 12:49:39 +0100 Subject: [PATCH] Upgrade to Jaybird 3.0.9 Closes gh-21848 --- 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 a53268039e96..a3e9d2bfe551 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",