Skip to content

Commit 5e5406f

Browse files
committed
upgrade gradle dependencies
1 parent a40fb09 commit 5e5406f

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

build.gradle

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ ext {
3535
[name: '7.6.0', flyway: '7.6.0', 'flyway-test': '7.0.0', spring: '5.3.13', 'spring-boot': '2.4.13', 'zonky-postgres': 'default'],
3636
[name: '7.15.0', flyway: '7.15.0', 'flyway-test': '7.0.0', spring: '5.3.27', 'spring-boot': '2.5.15', 'zonky-postgres': 'default'],
3737
[name: '8.0.5', flyway: '8.0.5', 'flyway-test': '7.0.0', spring: '5.3.27', 'spring-boot': '2.6.15', 'zonky-postgres': 'default'],
38-
[name: '8.5.13', flyway: '8.5.13', 'flyway-test': '7.0.0', spring: '5.3.31', 'spring-boot': '2.7.18', 'zonky-postgres': 'default'],
39-
[name: '9.0.4', flyway: '9.0.4', 'flyway-test': '7.0.0', spring: '5.3.31', 'spring-boot': '2.7.18', 'zonky-postgres': 'default'],
40-
[name: '9.8.3', flyway: '9.8.3', 'flyway-test': '7.0.0', spring: '5.3.31', 'spring-boot': '2.7.18', 'zonky-postgres': 'default'],
38+
[name: '8.5.13', flyway: '8.5.13', 'flyway-test': '7.0.0', spring: '5.3.39', 'spring-boot': '2.7.18', 'zonky-postgres': 'default'],
39+
[name: '9.0.4', flyway: '9.0.4', 'flyway-test': '7.0.0', spring: '5.3.39', 'spring-boot': '2.7.18', 'zonky-postgres': 'default'],
40+
[name: '9.8.3', flyway: '9.8.3', 'flyway-test': '7.0.0', spring: '5.3.39', 'spring-boot': '2.7.18', 'zonky-postgres': 'default'],
4141
[name: 'no_sb', flyway: 'default', 'flyway-test': 'default', 'zonky-postgres': 'default']
4242
]],
4343
[name: 'liquibase', versions: [
@@ -49,7 +49,7 @@ ext {
4949
[name: '3.10.3', liquibase: '3.10.3', spring: '5.3.13', 'spring-boot': '2.4.13'],
5050
[name: '4.4.3', liquibase: '4.4.3', spring: '5.3.27', 'spring-boot': '2.5.15'],
5151
[name: '4.5.0', liquibase: '4.5.0', spring: '5.3.27', 'spring-boot': '2.6.15'],
52-
[name: '4.9.1', liquibase: '4.9.1', spring: '5.3.31', 'spring-boot': '2.7.18'],
52+
[name: '4.9.1', liquibase: '4.9.1', spring: '5.3.39', 'spring-boot': '2.7.18'],
5353
[name: 'no_sb', liquibase: 'default']
5454
]],
5555
[name: 'postgres', versions: [
@@ -266,14 +266,14 @@ project(':embedded-database-spring-test') {
266266
optImplementation 'com.opentable.components:otj-pg-embedded:0.13.4'
267267
optImplementation 'ru.yandex.qatools.embed:postgresql-embedded:2.10'
268268

269-
optImplementation 'org.postgresql:postgresql:42.7.3'
270-
optImplementation 'com.microsoft.sqlserver:mssql-jdbc:11.2.0.jre8'
271-
optImplementation 'mysql:mysql-connector-java:8.0.30'
272-
optImplementation 'org.mariadb.jdbc:mariadb-java-client:3.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'
269+
optImplementation 'org.postgresql:postgresql:42.7.8'
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'
276+
optImplementation 'org.apache.derby:derbytools:10.17.1.0'
277277

278278
optImplementation 'org.flywaydb:flyway-core:9.8.3'
279279
optImplementation 'org.flywaydb.flyway-test-extensions:flyway-spring-test:7.0.0'
@@ -282,16 +282,16 @@ project(':embedded-database-spring-test') {
282282
}
283283
optImplementation 'org.liquibase:liquibase-core:3.5.5'
284284

285-
api 'org.springframework:spring-context:5.3.31'
286-
api 'org.springframework:spring-test:5.3.31'
285+
api 'org.springframework:spring-context:5.3.39'
286+
api 'org.springframework:spring-test:5.3.39'
287287

288-
optImplementation 'com.google.guava:guava:24.1.1-jre'
288+
optImplementation 'com.google.guava:guava:32.1.3-jre'
289289

290290
api('com.cedarsoftware:java-util:1.68.0') {
291291
exclude group: 'org.apache.logging.log4j'
292292
}
293293

294-
testImplementation 'org.springframework:spring-jdbc:5.3.31'
294+
testImplementation 'org.springframework:spring-jdbc:5.3.39'
295295
testImplementation 'ch.qos.logback:logback-classic:1.2.11'
296296
testImplementation 'org.mockito:mockito-core:3.12.4'
297297
testImplementation 'org.assertj:assertj-core:3.23.1'

0 commit comments

Comments
 (0)