Skip to content

Commit 3260dcf

Browse files
Bump commons-codec:commons-codec from 1.21.0 to 1.22.0
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.21.0 to 1.22.0. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-codec@rel/commons-codec-1.21.0...rel/commons-codec-1.22.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2f31121 commit 3260dcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ val CORE_DEPENDENCIES = listOf(
6161
val DEPENDENCIES = listOf(
6262
"ch.qos.logback:logback-classic:1.3.16", // logback 1.4+ requires Java 11+
6363
"ch.qos.logback.contrib:logback-json-classic:0.1.5",
64-
"commons-codec:commons-codec:1.21.0",
64+
"commons-codec:commons-codec:1.22.0",
6565
"org.apache.commons:commons-text:1.15.0",
6666
"com.google.code.gson:gson:2.13.2",
6767
"com.azure:azure-core-test:1.26.2", // this is not included in azure-sdk-bom

0 commit comments

Comments
 (0)