Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[versions]
assertjVersion = "3.27.3"
hibernateOrmVersion = "7.1.0.CR2"
hibernateOrmGradlePluginVersion = "7.0.8.Final"
hibernateOrmGradlePluginVersion = "7.0.9.Final"
jacksonDatabindVersion = "2.19.2"
jbossLoggingAnnotationVersion = "3.0.4.Final"
jbossLoggingVersion = "3.6.1.Final"
junitVersion = "5.13.3"
junitVersion = "5.13.4"
junitPlatformVersion = "1.13.3"
log4jVersion = "2.25.1"
testcontainersVersion = "1.21.3"
Expand Down
2 changes: 1 addition & 1 deletion tooling/docker/cockroachdb.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# CockroachDB
# See https://hub.docker.com/r/cockroachdb/cockroach
FROM docker.io/cockroachdb/cockroach:v25.2.2
FROM docker.io/cockroachdb/cockroach:v25.2.4
2 changes: 1 addition & 1 deletion tooling/docker/mysql.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# MySQL
# See https://hub.docker.com/_/mysql
FROM container-registry.oracle.com/mysql/community-server:9.3.0
FROM container-registry.oracle.com/mysql/community-server:9.4.0
Loading