From 7dbf90da657c0ab1a616faf698baff7817a7c8be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 23:27:34 +0000 Subject: [PATCH] Bump org.junit:junit-bom from 5.13.3 to 5.13.4 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.3 to 5.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.3...r5.13.4) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]