Skip to content

Commit 6a6b94c

Browse files
Bump org.hamcrest:hamcrest from 2.2+ to 3.0 in /test-project-kotlin
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](https://github.com/hamcrest/JavaHamcrest/commits/v3.0) --- updated-dependencies: - dependency-name: org.hamcrest:hamcrest dependency-version: '3.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4c34760 commit 6a6b94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-project-kotlin/greeter.provider/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
implementation("com.google.code.findbugs:jsr305:3.0.2")
77
implementation("javax.annotation:jsr250-api:1.0")
88

9-
testImplementation("org.hamcrest:hamcrest:2.2+")
9+
testImplementation("org.hamcrest:hamcrest:3.0+")
1010
}
1111

1212
patchModules.config = listOf(

0 commit comments

Comments
 (0)