Skip to content

Commit 098e863

Browse files
authored
Merge pull request #88 from xenit-eu/renovate/junit-junit-4.x
Update dependency junit:junit to v4.13.2
2 parents da64174 + 2896f3e commit 098e863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ subprojects {
9999
integrationTestImplementation group: 'io.rest-assured', name: 'rest-assured', version: '3.0.1'
100100
integrationTestImplementation group: 'io.rest-assured', name: 'json-path', version: '3.0.1'
101101
integrationTestImplementation group: 'io.rest-assured', name: 'rest-assured-common', version: '3.0.1'
102-
integrationTestImplementation group: 'junit', name: 'junit', version: '4.11'
102+
integrationTestImplementation group: 'junit', name: 'junit', version: '4.13.2'
103103

104104
integrationTestRuntimeOnly group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '2.3.2'
105105
}

0 commit comments

Comments
 (0)