Skip to content

Commit 87dfd9b

Browse files
Update dependency org.hamcrest:hamcrest to v3
1 parent ef61e52 commit 87dfd9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentgrid-appserver-rest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
testImplementation 'org.junit.jupiter:junit-jupiter'
2828
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2929
testImplementation 'org.springframework.boot:spring-boot-starter-test'
30-
testImplementation 'org.hamcrest:hamcrest:2.2'
30+
testImplementation 'org.hamcrest:hamcrest:3.0'
3131
}
3232

3333
tasks.named('test') {

0 commit comments

Comments
 (0)