From c59fda3122fb81f09b92b9e6601362fdee8ee4ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 22:20:39 +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 acfb9de..6142f6a 100644 --- a/build.gradle +++ b/build.gradle @@ -78,7 +78,7 @@ dependencies { testImplementation 'com.github.kbase:java_test_utilities:0.1.0' testImplementation 'commons-io:commons-io:2.4' testImplementation 'org.ini4j:ini4j:0.5.2' - testImplementation 'junit:junit:4.9' + testImplementation 'junit:junit:4.13.2' testImplementation 'net.sf.jsignature.io-tools:easystream:1.2.14' testImplementation 'com.github.zafarkhaja:java-semver:0.9.0' testImplementation 'commons-codec:commons-codec:1.8'