From 5295740927cf0a515542226fc47314e9ee91568e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 05:45:26 +0000 Subject: [PATCH] chore(deps): bump junit:junit from 4.13 to 4.13.1 in /java Bumps [junit:junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1) --- updated-dependencies: - dependency-name: junit:junit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/build.gradle b/java/build.gradle index a9c8516..a00a6f6 100644 --- a/java/build.gradle +++ b/java/build.gradle @@ -17,7 +17,7 @@ dependencies { implementation("com.fasterxml.jackson.datatype:jackson-datatype-joda:2.12.2") implementation('commons-logging:commons-logging:1.3.4') - testImplementation("junit:junit:4.13") + testImplementation("junit:junit:4.13.1") testImplementation('com.github.stefanbirkner:system-lambda:1.2.0') testImplementation('org.mockito:mockito-core:3.12.4') }