Skip to content

Commit fc80794

Browse files
Update junit5 monorepo to v5.12.1
1 parent 939eeb4 commit fc80794

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.12.1'
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.12.1'
4949

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

0 commit comments

Comments
 (0)