Skip to content

Commit 747edca

Browse files
fix(deps): 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](hamcrest/JavaHamcrest@v2.2...v3.0) --- updated-dependencies: - dependency-name: org.hamcrest:hamcrest dependency-version: '3.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 42e45c5 commit 747edca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
testImplementation('ch.qos.logback:logback-classic:1.3.15')
3131
testImplementation('com.github.tomakehurst:wiremock-jre8-standalone:2.35.2')
3232
testImplementation('org.assertj:assertj-core:3.27.6')
33-
testImplementation('org.hamcrest:hamcrest:2.2')
33+
testImplementation('org.hamcrest:hamcrest:3.0')
3434
testRuntimeOnly('ch.qos.logback:logback-core:1.3.15')
3535

3636
compileOnly('org.projectlombok:lombok:1.18.42')

0 commit comments

Comments
 (0)