We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e0e39 commit 93ef621Copy full SHA for 93ef621
build.gradle
@@ -48,7 +48,7 @@ dependencies {
48
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.8.1'
49
50
// For turning InputStream to String
51
- testImplementation group: 'commons-io', name: 'commons-io', version: '2.11.0'
+ testImplementation group: 'commons-io', name: 'commons-io', version: '2.15.1'
52
53
// For reading the demo vapid keypair from a pem file
54
testImplementation group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.70'
0 commit comments