Skip to content

Commit 2f9f15a

Browse files
Bump commons-codec:commons-codec from 1.18.0 to 1.19.0
--- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 73c5499 commit 2f9f15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ val CORE_DEPENDENCIES = listOf(
6060
val DEPENDENCIES = listOf(
6161
"ch.qos.logback:logback-classic:1.3.15", // logback 1.4+ requires Java 11+
6262
"ch.qos.logback.contrib:logback-json-classic:0.1.5",
63-
"commons-codec:commons-codec:1.18.0",
63+
"commons-codec:commons-codec:1.19.0",
6464
"org.apache.commons:commons-text:1.13.1",
6565
"com.google.code.gson:gson:2.13.1",
6666
"com.azure:azure-core-test:1.26.2", // this is not included in azure-sdk-bom

0 commit comments

Comments
 (0)