Skip to content

Commit 13796a0

Browse files
Bump org.hamcrest:hamcrest-core from 1.3 to 3.0
Bumps [org.hamcrest:hamcrest-core](https://github.com/hamcrest/JavaHamcrest) from 1.3 to 3.0. - [Release notes](https://github.com/hamcrest/JavaHamcrest/releases) - [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md) - [Commits](hamcrest/JavaHamcrest@hamcrest-java-1.3...v3.0) --- updated-dependencies: - dependency-name: org.hamcrest:hamcrest-core dependency-version: '3.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 19c4439 commit 13796a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ dependencies {
338338
exclude group: 'com.fasterxml.jackson.core' // don't upgrade yet, breaks tests
339339
}
340340
testImplementation 'junit:junit:4.12'
341-
testImplementation 'org.hamcrest:hamcrest-core:1.3'
341+
testImplementation 'org.hamcrest:hamcrest-core:3.0'
342342
}
343343

344344
task showTestClassPath {

0 commit comments

Comments
 (0)