From bff2b064efb78de72ef081434f47d03f74861b40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 01:38:17 +0000 Subject: [PATCH] build(deps): bump org.mockito:mockito-junit-jupiter (#281) Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.13.0 to 5.14.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.13.0...v5.14.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2472f13..7152367 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.13.0' + testImplementation 'org.mockito:mockito-junit-jupiter:5.14.0' testImplementation 'org.skyscreamer:jsonassert:1.5.3' testImplementation 'com.amazonaws:aws-java-sdk-dynamodb:1.12.425'