Skip to content

Commit 58e8868

Browse files
authored
Merge pull request #309 from zonkyio/dependency-upgrades
Upgrade gradle dependencies
2 parents 0b90f43 + 8144e1e commit 58e8868

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

build.gradle

Lines changed: 12 additions & 12 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: [
@@ -269,10 +269,10 @@ project(':embedded-database-spring-test') {
269269
optImplementation 'com.opentable.components:otj-pg-embedded:0.13.4'
270270
optImplementation 'ru.yandex.qatools.embed:postgresql-embedded:2.10'
271271

272-
optImplementation 'org.postgresql:postgresql:42.7.3'
273-
optImplementation 'com.microsoft.sqlserver:mssql-jdbc:11.2.0.jre8'
274-
optImplementation 'mysql:mysql-connector-java:8.0.30'
275-
optImplementation 'org.mariadb.jdbc:mariadb-java-client:3.1.0'
272+
optImplementation 'org.postgresql:postgresql:42.7.8'
273+
optImplementation 'com.microsoft.sqlserver:mssql-jdbc:12.4.3.jre8'
274+
optImplementation 'mysql:mysql-connector-java:8.0.33'
275+
optImplementation 'org.mariadb.jdbc:mariadb-java-client:3.5.6'
276276
optImplementation 'com.h2database:h2:2.1.214'
277277
optImplementation 'org.hsqldb:hsqldb:2.5.2'
278278
optImplementation 'org.apache.derby:derby:10.14.2.0'
@@ -285,16 +285,16 @@ project(':embedded-database-spring-test') {
285285
}
286286
optImplementation 'org.liquibase:liquibase-core:3.5.5'
287287

288-
api 'org.springframework:spring-context:5.3.31'
289-
api 'org.springframework:spring-test:5.3.31'
288+
api 'org.springframework:spring-context:5.3.39'
289+
api 'org.springframework:spring-test:5.3.39'
290290

291-
optImplementation 'com.google.guava:guava:24.1.1-jre'
291+
optImplementation 'com.google.guava:guava:32.1.3-jre'
292292

293293
api('com.cedarsoftware:java-util:1.68.0') {
294294
exclude group: 'org.apache.logging.log4j'
295295
}
296296

297-
testImplementation 'org.springframework:spring-jdbc:5.3.31'
297+
testImplementation 'org.springframework:spring-jdbc:5.3.39'
298298
testImplementation 'ch.qos.logback:logback-classic:1.2.11'
299299
testImplementation 'org.mockito:mockito-core:3.12.4'
300300
testImplementation 'org.assertj:assertj-core:3.23.1'

0 commit comments

Comments
 (0)