Skip to content

Commit 3feb5c6

Browse files
chore(deps): bump org.hamcrest:hamcrest-library from 1.3 to 3.0 (#123)
Bumps [org.hamcrest:hamcrest-library](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-library dependency-version: '3.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac803ed commit 3feb5c6

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
@@ -24,7 +24,7 @@ dependencies {
2424
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
2525
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.3'
2626
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.10.0'
27-
testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '1.3'
27+
testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '3.0'
2828
implementation 'com.google.code.gson:gson:2.13.1'
2929
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
3030
implementation 'com.squareup.okio:okio:3.15.0'

0 commit comments

Comments
 (0)