Skip to content

Commit ef24ed4

Browse files
committed
Update dependencies for testing
* Hibernate Gradle plugin from 7.0.8.Final to 7.0.9.Final * Junit from 5.13.3 to 5.13.4 * MySQL docker image from 9.3.0 to 9.4.0
1 parent 51ffda6 commit ef24ed4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[versions]
22
assertjVersion = "3.27.3"
33
hibernateOrmVersion = "7.1.0.CR2"
4-
hibernateOrmGradlePluginVersion = "7.0.8.Final"
4+
hibernateOrmGradlePluginVersion = "7.0.9.Final"
55
jacksonDatabindVersion = "2.19.2"
66
jbossLoggingAnnotationVersion = "3.0.4.Final"
77
jbossLoggingVersion = "3.6.1.Final"
8-
junitVersion = "5.13.3"
8+
junitVersion = "5.13.4"
99
junitPlatformVersion = "1.13.3"
1010
log4jVersion = "2.25.1"
1111
testcontainersVersion = "1.21.3"

tooling/docker/mysql.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# MySQL
22
# See https://hub.docker.com/_/mysql
3-
FROM container-registry.oracle.com/mysql/community-server:9.3.0
3+
FROM container-registry.oracle.com/mysql/community-server:9.4.0

0 commit comments

Comments
 (0)