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 6200d01 commit ed5c208Copy full SHA for ed5c208
build.gradle
@@ -48,7 +48,7 @@ dependencies {
48
testRuntime group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.7.0'
49
50
// For turning InputStream to String
51
- testCompile group: 'commons-io', name: 'commons-io', version: '2.6'
+ testCompile group: 'commons-io', name: 'commons-io', version: '2.8.0'
52
53
// For reading the demo vapid keypair from a pem file
54
testCompile group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.64'
0 commit comments