From a29ba202aeff876cd10f1d8c145c84ff199180f6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 21 Jan 2021 12:30:41 +0000 Subject: [PATCH] Upgrade to Jaybird 4.0.2.java8 Closes gh-24956 --- spring-boot-project/spring-boot-dependencies/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 99de99fb25..c4d08d7585 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -724,10 +724,10 @@ bom { ] } } - library("Jaybird", "3.0.10") { + library("Jaybird", "4.0.2.java8") { group("org.firebirdsql.jdbc") { modules = [ - "jaybird-jdk17", + "jaybird", "jaybird-jdk18" ] }