Skip to content

Commit a941418

Browse files
authored
Merge pull request #623 from lesserwhirls/deps
Bump commons-io library version
2 parents 16a98d9 + 78595b0 commit a941418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ds3SdkVersion = "5.6.3-SNAPSHOT"
2222
#
2323
commonsLang3Version = "3.12.0"
2424
commonsCodecVersion = "1.15"
25-
commonsIoVersion = "2.11.0"
25+
commonsIoVersion = "2.17.0"
2626
findbugsVersion = "3.0.1"
2727
guavaVersion = "32.1.2-jre"
2828
hamcrestVersion = "2.2"
@@ -70,7 +70,7 @@ slf4jSimple = { group = "org.slf4j", name = "slf4j-simple", version.ref = "slf4j
7070
# plugins used in buildSrc/
7171
#
7272
kotlinJvmPlugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlinVersion" }
73-
owaspDepCheckPlugin = { group = "org.owasp", name = "dependency-check-gradle", version = "10.0.3" }
73+
owaspDepCheckPlugin = { group = "org.owasp", name = "dependency-check-gradle", version = "10.0.3" } # stuck on this version until we move from building with java 8
7474
versionsPlugin = { group = "com.github.ben-manes", name = "gradle-versions-plugin", version = "0.47.0" }
7575

7676
[plugins]

0 commit comments

Comments
 (0)