Skip to content

Commit 98489af

Browse files
Bump org.hamcrest:hamcrest from 2.2 to 3.0 (#162)
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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 63187ed commit 98489af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
1919
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2020
testImplementation('com.github.npathai:hamcrest-optional:2.0.0')
21-
testImplementation('org.hamcrest:hamcrest:2.2')
21+
testImplementation('org.hamcrest:hamcrest:3.0')
2222
testImplementation('org.mockito:mockito-core:5.12.0')
2323
testImplementation('nl.jqno.equalsverifier:equalsverifier:3.16.1')
2424
}

0 commit comments

Comments
 (0)