Skip to content

Commit 36e2312

Browse files
Update dependency commons-io:commons-io to v2.21.0
1 parent 5a94663 commit 36e2312

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/sample-all-deactivated/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
implementation("com.zaxxer:HikariCP:7.0.2")
4040
implementation("commons-beanutils:commons-beanutils-core:1.8.3")
4141
implementation("commons-beanutils:commons-beanutils:1.11.0")
42-
implementation("commons-io:commons-io:2.20.0")
42+
implementation("commons-io:commons-io:2.21.0")
4343
implementation("commons-logging:commons-logging:1.3.5")
4444
implementation("dk.brics.automaton:automaton:1.11-8")
4545
implementation("dk.brics:automaton:1.12-4")

samples/sample-all/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
implementation("com.zaxxer:HikariCP:7.0.2")
4343
implementation("commons-beanutils:commons-beanutils-core:1.8.3")
4444
implementation("commons-beanutils:commons-beanutils:1.11.0")
45-
implementation("commons-io:commons-io:2.20.0")
45+
implementation("commons-io:commons-io:2.21.0")
4646
implementation("commons-logging:commons-logging:1.3.5")
4747
implementation("dk.brics.automaton:automaton:1.11-8")
4848
implementation("dk.brics:automaton:1.12-4")

0 commit comments

Comments
 (0)