From d575d35553d1094e38fa443b36082ceab3717580 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 15:35:36 +0000 Subject: [PATCH] chore(deps): bump junit:junit from 4.11 to 4.13.2 Bumps [junit:junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.2. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.11...r4.13.2) --- updated-dependencies: - dependency-name: junit:junit dependency-version: 4.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b4610182..34988fc8 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ compileTestJava { } dependencies { - testImplementation group: 'junit', name: 'junit', version: '4.11' + testImplementation group: 'junit', name: 'junit', version: '4.13.2' testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.3.0' testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.10.0' testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '1.3'