Skip to content

Commit efe2448

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 53b7e13 commit efe2448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ junitPlatform = { group = "org.junit.platform", name = "junit-platform-runner",
1818
junitPlatformCommons = { group = "org.junit.platform", name = "junit-platform-commons", version.ref = "junitPlatform" }
1919
junitPlatformEngine = { group = "org.junit.platform", name = "junit-platform-engine", version.ref = "junitPlatform" }
2020
junitPlatformLauncher = { group = "org.junit.platform", name = "junit-platform-launcher", version.ref = "junitPlatform" }
21-
hamcrest = { group = "org.hamcrest", name = "hamcrest-core", version = "1.3" }
21+
hamcrest = { group = "org.hamcrest", name = "hamcrest-core", version = "3.0" }
2222
junitDataprovider = { group = "com.tngtech.java", name = "junit-dataprovider", version = "1.11.0" }
2323
mockito = { group = "org.mockito", name = "mockito-core", version = "4.11.0" } # mockito 5 requires Java 11
2424
mockito_junit5 = { group = "org.mockito", name = "mockito-junit-jupiter", version = "4.6.1" }

0 commit comments

Comments
 (0)