From 381340763c87750b5599db5db5eb3aafea3b7261 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 04:06:44 +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] --- cli/build.gradle | 2 +- core/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/build.gradle b/cli/build.gradle index 4ecd4ab9..6c47af1f 100644 --- a/cli/build.gradle +++ b/cli/build.gradle @@ -13,7 +13,7 @@ dependencies { annotationProcessor 'info.picocli:picocli-codegen:4.7.6' compileOnly "org.graalvm.nativeimage:svm:${graalvmVersion}" - testImplementation "org.hamcrest:hamcrest:2.2" + testImplementation "org.hamcrest:hamcrest:3.0" testImplementation "org.junit.jupiter:junit-jupiter:${junitJupiterVersion}" testCompileOnly 'junit:junit:4.13.2' testRuntimeOnly "org.junit.vintage:junit-vintage-engine:${junitJupiterVersion}" diff --git a/core/build.gradle b/core/build.gradle index cbc36cc8..9b6ccf05 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -40,7 +40,7 @@ dependencies { testImplementation "org.junit.jupiter:junit-jupiter:${junitJupiterVersion}" testCompileOnly 'junit:junit:4.13.2' testRuntimeOnly "org.junit.vintage:junit-vintage-engine:${junitJupiterVersion}" - testImplementation "org.hamcrest:hamcrest:2.2" + testImplementation "org.hamcrest:hamcrest:3.0" testImplementation "org.mockito:mockito-core:5.12.0" testImplementation("com.github.stefanbirkner:system-rules:1.19.0") { exclude group: 'junit', module: 'junit-dep'