We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5406f commit d29f851Copy full SHA for d29f851
build.gradle
@@ -270,9 +270,9 @@ project(':embedded-database-spring-test') {
270
optImplementation 'com.microsoft.sqlserver:mssql-jdbc:12.4.3.jre8'
271
optImplementation 'mysql:mysql-connector-java:8.0.33'
272
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'
+ optImplementation 'com.h2database:h2:2.1.214'
+ optImplementation 'org.hsqldb:hsqldb:2.5.2'
+ optImplementation 'org.apache.derby:derby:10.14.2.0'
276
optImplementation 'org.apache.derby:derbytools:10.17.1.0'
277
278
optImplementation 'org.flywaydb:flyway-core:9.8.3'
0 commit comments