From baddff8cdaeee4c0054ee67021154022d5154452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 18:10:28 +0000 Subject: [PATCH] Bump org.mockito.kotlin:mockito-kotlin from 6.1.0 to 6.2.1 Bumps [org.mockito.kotlin:mockito-kotlin](https://github.com/mockito/mockito-kotlin) from 6.1.0 to 6.2.1. - [Release notes](https://github.com/mockito/mockito-kotlin/releases) - [Commits](https://github.com/mockito/mockito-kotlin/compare/v6.1.0...v6.2.1) --- updated-dependencies: - dependency-name: org.mockito.kotlin:mockito-kotlin dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- rpgJavaInterpreter-core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpgJavaInterpreter-core/build.gradle b/rpgJavaInterpreter-core/build.gradle index ee6702ae8..6ad0c94a5 100644 --- a/rpgJavaInterpreter-core/build.gradle +++ b/rpgJavaInterpreter-core/build.gradle @@ -84,7 +84,7 @@ dependencies { testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion" testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion" testImplementation 'org.hsqldb:hsqldb:2.7.4' - testImplementation 'org.mockito.kotlin:mockito-kotlin:6.1.0' + testImplementation 'org.mockito.kotlin:mockito-kotlin:6.2.1' } configurations.all() {