Skip to content

Commit 472d7c9

Browse files
build(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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 567deee commit 472d7c9

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
@@ -197,7 +197,7 @@ testing {
197197
dependencies {
198198
implementation 'org.junit.jupiter:junit-jupiter:5.10.3'
199199
runtimeOnly 'org.junit.platform:junit-platform-launcher'
200-
implementation 'org.hamcrest:hamcrest:2.2'
200+
implementation 'org.hamcrest:hamcrest:3.0'
201201
runtimeOnly "org.slf4j:slf4j-simple:${slf4jVersion}"
202202
}
203203
targets.configureEach {

0 commit comments

Comments
 (0)