From 89af931c29f8c59c567778b9037721e154a09b2c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 2 Nov 2022 14:58:52 +0000 Subject: [PATCH] Update coordinates of jaybird dependency See gh-32954 --- spring-boot-project/spring-boot/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot/build.gradle b/spring-boot-project/spring-boot/build.gradle index e460c66020..54d913b92a 100644 --- a/spring-boot-project/spring-boot/build.gradle +++ b/spring-boot-project/spring-boot/build.gradle @@ -120,7 +120,7 @@ dependencies { testImplementation("org.eclipse.jetty:jetty-client") testImplementation("org.eclipse.jetty.http2:http2-client") testImplementation("org.eclipse.jetty.http2:http2-http-client-transport") - testImplementation("org.firebirdsql.jdbc:jaybird-jdk18") { + testImplementation("org.firebirdsql.jdbc:jaybird") { exclude group: "javax.resource", module: "connector-api" } testImplementation("org.hsqldb:hsqldb")