From 2ae6531965f5ee185a8952045eebd384ef559a72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 01:26:20 +0000 Subject: [PATCH] build(deps): bump org.mockito:mockito-junit-jupiter Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.14.0 to 5.14.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.0...v5.14.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter 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 8399bd7..738a1e9 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { testImplementation 'io.quarkus:quarkus-jacoco' testImplementation 'io.rest-assured:rest-assured' testImplementation 'org.assertj:assertj-core:3.26.3' - testImplementation 'org.mockito:mockito-junit-jupiter:5.14.0' + testImplementation 'org.mockito:mockito-junit-jupiter:5.14.1' testImplementation 'org.skyscreamer:jsonassert:1.5.3' testImplementation 'com.amazonaws:aws-java-sdk-dynamodb:1.12.425'