From 58efa72eade127a851c5a4162465a96bac9f400b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 12:00:44 +0000 Subject: [PATCH] build(deps): bump org.mockito:mockito-core from 5.18.0 to 5.23.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.18.0 to 5.23.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.18.0...v5.23.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- gradle.lockfile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index ae863da..9af4b41 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ dependencies { testImplementation "io.papermc.paper:paper-api:${paperVersion}" testImplementation 'org.junit.jupiter:junit-jupiter' testImplementation 'org.junit.jupiter:junit-jupiter-params' - testImplementation 'org.mockito:mockito-core:5.18.0' + testImplementation 'org.mockito:mockito-core:5.23.0' testImplementation 'org.ow2.asm:asm:9.8' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' diff --git a/gradle.lockfile b/gradle.lockfile index 17c22e6..a79b2e7 100644 --- a/gradle.lockfile +++ b/gradle.lockfile @@ -24,8 +24,8 @@ info.picocli:picocli:4.7.7=checkstyle io.papermc.paper:paper-api:1.21.11-R0.1-SNAPSHOT=compileClasspath,integrationProbeCompileClasspath,testCompileClasspath,testRuntimeClasspath it.unimi.dsi:fastutil:8.5.15=compileClasspath,integrationProbeCompileClasspath,testCompileClasspath,testRuntimeClasspath javax.inject:javax.inject:1=compileClasspath,integrationProbeCompileClasspath,testCompileClasspath,testRuntimeClasspath -net.bytebuddy:byte-buddy-agent:1.17.5=testCompileClasspath,testRuntimeClasspath -net.bytebuddy:byte-buddy:1.17.5=testCompileClasspath,testRuntimeClasspath +net.bytebuddy:byte-buddy-agent:1.17.7=testCompileClasspath,testRuntimeClasspath +net.bytebuddy:byte-buddy:1.17.7=testCompileClasspath,testRuntimeClasspath net.kyori:adventure-api:4.26.1=compileClasspath,integrationProbeCompileClasspath,testCompileClasspath,testRuntimeClasspath net.kyori:adventure-bom:4.26.1=compileClasspath,integrationProbeCompileClasspath,testCompileClasspath,testRuntimeClasspath net.kyori:adventure-key:4.26.1=compileClasspath,integrationProbeCompileClasspath,testCompileClasspath,testRuntimeClasspath @@ -92,7 +92,7 @@ org.junit.platform:junit-platform-commons:1.13.4=testCompileClasspath,testRuntim org.junit.platform:junit-platform-engine:1.13.4=testRuntimeClasspath org.junit.platform:junit-platform-launcher:1.13.4=testRuntimeClasspath org.junit:junit-bom:5.13.4=testCompileClasspath,testRuntimeClasspath -org.mockito:mockito-core:5.18.0=testCompileClasspath,testRuntimeClasspath +org.mockito:mockito-core:5.23.0=testCompileClasspath,testRuntimeClasspath org.objenesis:objenesis:3.3=testRuntimeClasspath org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath org.ow2.asm:asm-commons:9.8=jacocoAnt