From c0dc96933c296e2d82fd6409c43eb6db1724a7cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 06:38:53 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.14.1 to 5.14.2 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.14.1 to 5.14.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.1...v5.14.2) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fe1fed7..fb8774e 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ dependencies { implementation 'com.github.mizosoft.methanol:methanol:1.7.0' implementation 'io.github.hakky54:sslcontext-kickstart:8.3.7' testImplementation 'junit:junit:4.13.2' - testImplementation "org.mockito:mockito-core:5.14.1" + testImplementation "org.mockito:mockito-core:5.14.2" testImplementation "com.squareup.okhttp3:okhttp-tls:${okhttpVersion}" testImplementation "com.squareup.okhttp3:mockwebserver:${okhttpVersion}" testImplementation "com.enonic.xp:testing:${xpVersion}"