From 65d7ec7c690ed3fdd5a08d89fc2230212e54a9f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 22:21:01 +0000 Subject: [PATCH] Bump junit:junit from 4.9 to 4.13.2 Bumps [junit:junit](https://github.com/junit-team/junit4) from 4.9 to 4.13.2. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.2.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.9...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 44e8cb6..ddca7a8 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ dependencies { // using older dependencies to not force upgrades on repos that might not be able to // handle them. Need to upgrade the services and then upgrade here - implementation 'junit:junit:4.9' + implementation 'junit:junit:4.13.2' implementation 'org.slf4j:slf4j-api:1.7.7' implementation 'ch.qos.logback:logback-classic:1.1.2' implementation 'commons-io:commons-io:2.4'