From 64c81a9a5a0bf1d0b04d70fbee4049e4d29b78a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Jul 2025 13:40:46 +0100 Subject: [PATCH] deps: bump org.junit:junit-bom from 5.13.2 to 5.13.3 (#540) Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.2 to 5.13.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.2...r5.13.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2889db63..b2380310 100644 --- a/build.gradle +++ b/build.gradle @@ -89,7 +89,7 @@ allprojects { } dependencies { - testImplementation(platform("org.junit:junit-bom:5.13.2")) + testImplementation(platform("org.junit:junit-bom:5.13.3")) testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testCompileOnly 'org.jetbrains:annotations:26.0.2'