diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 09a3893..9ffd10f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -37,7 +37,7 @@ h2 = { group = "com.h2database", name = "h2" } commons-dbcp = { group = "commons-dbcp", name = "commons-dbcp", version = "1.4" } flyway-core = { group = "org.flywaydb", name = "flyway-core" } -junit-bom = { group = "org.junit", name = "junit-bom", version = "5.13.3" } +junit-bom = { group = "org.junit", name = "junit-bom", version = "5.13.4" } junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" } [plugins]