We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327e065 commit 981abecCopy full SHA for 981abec
gradle/libraries.versions.toml
@@ -47,7 +47,7 @@ junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", vers
47
json-path = { module = "com.jayway.jsonpath:json-path", version.ref = "json-path" }
48
json-path-assert = { module = "com.jayway.jsonpath:json-path-assert", version.ref = "json-path" }
49
jsonassert = { module = "org.skyscreamer:jsonassert", version = "1.5.1" }
50
-commons-io = { module = "commons-io:commons-io", version = "2.11.0" }
+commons-io = { module = "commons-io:commons-io", version = "2.12.0" }
51
reflections = { module = "org.reflections:reflections", version = "0.10.2" }
52
mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" }
53
mockito-junit-jupiter = { module = "org.mockito:mockito-junit-jupiter", version.ref = "mockito" }
0 commit comments