Skip to content

Commit 781ee92

Browse files
Update junit5 monorepo to v5.10.3
1 parent b7e0e39 commit 781ee92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ dependencies {
4242
testImplementation group: 'org.apache.httpcomponents', name: 'fluent-hc', version: '4.5.13'
4343

4444
// For testing, obviously
45-
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.8.1'
45+
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.3'
4646

4747
// For running JUnit tests
48-
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.8.1'
48+
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.10.3'
4949

5050
// For turning InputStream to String
5151
testImplementation group: 'commons-io', name: 'commons-io', version: '2.11.0'

0 commit comments

Comments
 (0)