Skip to content

Commit 5e57933

Browse files
Merge branch 'master' into fit-gradle9
2 parents 5789e05 + 50948b1 commit 5e57933

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
testImplementation "org.junit.jupiter:junit-jupiter-api:$jUnitVersion"
4343
testImplementation "org.junit.jupiter:junit-jupiter-params:$jUnitVersion"
4444
testImplementation "org.junit.jupiter:junit-jupiter-engine:$jUnitVersion"
45-
testImplementation 'org.junit-pioneer:junit-pioneer:2.2.0'
45+
testImplementation 'org.junit-pioneer:junit-pioneer:2.3.0'
4646
testRuntimeOnly 'org.junit.platform:junit-platform-launcher' // required when testing in Eclipse
4747
}
4848

test-project/greeter.provider/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies {
44
implementation 'com.google.code.findbugs:jsr305:3.0.2'
55
implementation 'javax.annotation:jsr250-api:1.0'
66

7-
testImplementation 'org.hamcrest:hamcrest:2.2+'
7+
testImplementation 'org.hamcrest:hamcrest:3.0+'
88
}
99

1010
patchModules.config = [

0 commit comments

Comments
 (0)