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" ] }