Skip to content

Commit 43208a5

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 8625923 commit 43208a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ dependencies {
361361
exclude group: 'com.fasterxml.jackson.core' // don't upgrade yet, breaks tests
362362
}
363363
testImplementation 'junit:junit:4.12'
364-
testImplementation 'org.hamcrest:hamcrest-core:1.3'
364+
testImplementation 'org.hamcrest:hamcrest-core:3.0'
365365

366366
// isolate the sdk generated code dependencies from the standard dependencies
367367

@@ -381,7 +381,7 @@ dependencies {
381381
generatedCodeClasspath 'junit:junit:4.12'
382382
generatedCodeClasspath 'net.java.dev.jna:jna:3.4.0'
383383
generatedCodeClasspath 'org.eclipse.jetty.aggregate:jetty-all:7.0.0.v20091005'
384-
generatedCodeClasspath 'org.hamcrest:hamcrest-core:1.3'
384+
generatedCodeClasspath 'org.hamcrest:hamcrest-core:3.0'
385385
generatedCodeClasspath 'org.ini4j:ini4j:0.5.2'
386386
generatedCodeClasspath 'org.syslog4j:syslog4j:0.9.46'
387387
generatedCodeClasspath 'org.slf4j:slf4j-api:1.7.7'

0 commit comments

Comments
 (0)