Skip to content

Commit 93ef621

Browse files
Update dependency commons-io:commons-io to v2.15.1
1 parent b7e0e39 commit 93ef621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies {
4848
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.8.1'
4949

5050
// For turning InputStream to String
51-
testImplementation group: 'commons-io', name: 'commons-io', version: '2.11.0'
51+
testImplementation group: 'commons-io', name: 'commons-io', version: '2.15.1'
5252

5353
// For reading the demo vapid keypair from a pem file
5454
testImplementation group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.70'

0 commit comments

Comments
 (0)