From 4ebb1976a95f3b1f6bff47fbf72c37fd251f79c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 14:34:09 +0000 Subject: [PATCH] Bump org.jmockit:jmockit from 1.38 to 1.49 Bumps [org.jmockit:jmockit](https://github.com/jmockit/jmockit1) from 1.38 to 1.49. - [Commits](https://github.com/jmockit/jmockit1/commits) --- updated-dependencies: - dependency-name: org.jmockit:jmockit 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 3286c04..ac27c74 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ dependencies { } implementation 'com.google.guava:guava:24.1-jre' - testImplementation 'org.jmockit:jmockit:1.38' + testImplementation 'org.jmockit:jmockit:1.49' // testImplementation "junit:junit:4.+" testImplementation 'org.hamcrest:hamcrest-core:2.2' testImplementation 'org.testng:testng:6.14.2'