From 6b092a91406ffb3c85f90d23ae8d07f34c00d488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 05:08:28 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: com.google.code.findbugs:jsr305 and [org.mockito:mockito-core](https://github.com/mockito/mockito). Updates `com.google.code.findbugs:jsr305` from 3.0.1 to 3.0.2 Updates `org.mockito:mockito-core` 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: com.google.code.findbugs:jsr305 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 5375275..b980f5e 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ ext { } dependencies { - implementation "com.google.code.findbugs:jsr305:3.0.1" + implementation "com.google.code.findbugs:jsr305:3.0.2" implementation "com.fasterxml.jackson.core:jackson-core:$jackson_version" implementation "com.fasterxml.jackson.core:jackson-annotations:$jackson_version" implementation "com.fasterxml.jackson.core:jackson-databind:$jackson_version" @@ -78,7 +78,7 @@ testing { dependencies { implementation project() implementation "org.junit.jupiter:junit-jupiter:$junit_version" - implementation "org.mockito:mockito-core:5.12.0" + implementation "org.mockito:mockito-core:5.13.0" runtimeOnly "org.junit.platform:junit-platform-launcher" implementation "org.wiremock:wiremock:3.9.1"