From 32ded18a2e0a37c99c5db8db9fae90a100b8ba1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 02:25:45 +0000 Subject: [PATCH] Bump org.hamcrest:hamcrest from 2.2 to 3.0 Bumps [org.hamcrest:hamcrest](https://github.com/hamcrest/JavaHamcrest) from 2.2 to 3.0. - [Release notes](https://github.com/hamcrest/JavaHamcrest/releases) - [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md) - [Commits](https://github.com/hamcrest/JavaHamcrest/compare/v2.2...v3.0) --- updated-dependencies: - dependency-name: org.hamcrest:hamcrest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gocd-filebased-authentication-plugin/build.gradle | 2 +- gocdpasswd/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gocd-filebased-authentication-plugin/build.gradle b/gocd-filebased-authentication-plugin/build.gradle index e301acf..90db900 100644 --- a/gocd-filebased-authentication-plugin/build.gradle +++ b/gocd-filebased-authentication-plugin/build.gradle @@ -33,7 +33,7 @@ dependencies { testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine' testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher' testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.12.0' - testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2' + testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0' testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.3' } diff --git a/gocdpasswd/build.gradle b/gocdpasswd/build.gradle index 3518fc2..ba6b82a 100644 --- a/gocdpasswd/build.gradle +++ b/gocdpasswd/build.gradle @@ -22,7 +22,7 @@ dependencies { testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params' testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine' testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher' - testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2' + testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0' testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.12.0' }