From e12fd6a56af6f65fc9d893881b4c37cce748145d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 03:01:34 +0000 Subject: [PATCH] chore(deps): bump org.mockito:mockito-core from 5.12.0 to 5.13.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.12.0 to 5.13.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.12.0...v5.13.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core 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 c7f849ea..d6e2e944 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencies { testImplementation 'com.auth0:java-jwt:4.4.0' testImplementation 'commons-io:commons-io:2.16.1' testImplementation 'org.assertj:assertj-core:3.26.0' - testImplementation 'org.mockito:mockito-core:5.12.0' + testImplementation 'org.mockito:mockito-core:5.13.0' testImplementation 'org.mockito:mockito-junit-jupiter:5.12.0' testImplementation "com.squareup.okhttp3:mockwebserver" testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'