Skip to content

Commit 09c671f

Browse files
authored
chore(deps): update java dependencies
1 parent 4f062db commit 09c671f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

java.MODULE.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ JETTY_VERSION = "12.1.5"
1414
JERSEY_VERSION = "4.0.0"
1515

1616
# renovate: datasource=maven depName=org.flywaydb:flyway-core
17-
FLYWAY_VERSION = "11.19.0"
17+
FLYWAY_VERSION = "11.20.0"
1818

1919
# renovate: datasource=maven depName=com.fasterxml.jackson:jackson-bom
2020
JACKSON_VERSION = "2.20.1"
@@ -29,7 +29,7 @@ POSTGRES_VERSION = "42.7.8"
2929
ASSERTJ_VERSION = "3.27.6"
3030

3131
# renovate: datasource=maven depName=org.junit.jupiter:junit-jupiter-api
32-
JUNIT_VERSION = "5.10.3"
32+
JUNIT_VERSION = "5.14.1"
3333

3434
JUNIT_PLATFORM_VERSION = "1.10.3"
3535

@@ -64,8 +64,8 @@ maven.install(
6464

6565
"com.typesafe:config:1.4.5",
6666

67-
"org.flywaydb:flyway-core:11.19.0",
68-
"org.flywaydb:flyway-database-postgresql:11.19.0",
67+
"org.flywaydb:flyway-core:11.20.0",
68+
"org.flywaydb:flyway-database-postgresql:11.20.0",
6969

7070
"org.postgresql:postgresql:42.7.8",
7171
"com.zaxxer:HikariCP:7.0.2",

0 commit comments

Comments
 (0)