Skip to content

Commit d29f851

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,9 @@ 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'
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'
276276
optImplementation 'org.apache.derby:derbytools:10.17.1.0'
277277

278278
optImplementation 'org.flywaydb:flyway-core:9.8.3'

0 commit comments

Comments
 (0)