From b19b6f3559125fa588113665e5aaffde71cbfeaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 22:56:36 +0000 Subject: [PATCH] Bump junit:junit from 4.12 to 4.13.2 Bumps [junit:junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.2. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.12...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 7b4db7ee..3410aa35 100644 --- a/build.gradle +++ b/build.gradle @@ -214,7 +214,7 @@ dependencies { testImplementation 'commons-io:commons-io:2.4' testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.1.10' - testImplementation 'junit:junit:4.12' + testImplementation 'junit:junit:4.13.2' testImplementation('org.mock-server:mockserver-netty:3.10.4') { exclude group: 'javax.inject', module: 'javax.inject' // uses an old version of the activation api in a different namespace, so exclude it