Skip to content

Commit 8144e1e

Browse files
committed
revert drivers non compatible with java 8
1 parent 5e5406f commit 8144e1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,10 @@ project(':embedded-database-spring-test') {
270270
optImplementation 'com.microsoft.sqlserver:mssql-jdbc:12.4.3.jre8'
271271
optImplementation 'mysql:mysql-connector-java:8.0.33'
272272
optImplementation 'org.mariadb.jdbc:mariadb-java-client:3.5.6'
273-
optImplementation 'com.h2database:h2:2.4.240'
274-
optImplementation 'org.hsqldb:hsqldb:2.7.4'
275-
optImplementation 'org.apache.derby:derby:10.17.1.0'
276-
optImplementation 'org.apache.derby:derbytools:10.17.1.0'
273+
optImplementation 'com.h2database:h2:2.1.214'
274+
optImplementation 'org.hsqldb:hsqldb:2.5.2'
275+
optImplementation 'org.apache.derby:derby:10.14.2.0'
276+
optImplementation 'org.apache.derby:derbytools:10.14.2.0'
277277

278278
optImplementation 'org.flywaydb:flyway-core:9.8.3'
279279
optImplementation 'org.flywaydb.flyway-test-extensions:flyway-spring-test:7.0.0'

0 commit comments

Comments
 (0)