Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions java.MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ GUICE_VERSION = "7.0.0"
RESTEASY_VERSION = "7.0.2.Final"

# renovate: datasource=maven depName=org.eclipse.jetty:jetty-bom
JETTY_VERSION = "12.1.10"
JETTY_VERSION = "12.1.11"

# renovate: datasource=maven depName=org.glassfish.jersey:jersey-bom
JERSEY_VERSION = "5.0.0-M1"

# renovate: datasource=maven depName=org.flywaydb:flyway-core
FLYWAY_VERSION = "12.10.0"
FLYWAY_VERSION = "12.11.0"

# renovate: datasource=maven depName=com.fasterxml.jackson:jackson-bom
JACKSON_VERSION = "2.22.0"
JACKSON_VERSION = "2.22.1"

# renovate: datasource=maven depName=org.jooq:jooq
JOOQ_VERSION = "3.21.6"

# renovate: datasource=maven depName=org.postgresql:postgresql
POSTGRES_VERSION = "42.7.12"
POSTGRES_VERSION = "42.7.13"

# renovate: datasource=maven depName=org.assertj:assertj-core
ASSERTJ_VERSION = "3.27.7"
Expand Down Expand Up @@ -65,10 +65,10 @@ maven.install(

"com.typesafe:config:1.4.9",

"org.flywaydb:flyway-core:12.10.0",
"org.flywaydb:flyway-database-postgresql:12.10.0",
"org.flywaydb:flyway-core:12.11.0",
"org.flywaydb:flyway-database-postgresql:12.11.0",

"org.postgresql:postgresql:42.7.12",
"org.postgresql:postgresql:42.7.13",
"com.zaxxer:HikariCP:7.1.0",
],
fetch_sources = True,
Expand Down
Loading