Skip to content

Commit daab8ca

Browse files
build(deps): bump commons-codec:commons-codec from 1.18.0 to 1.19.0
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.18.0 to 1.19.0. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-codec@rel/commons-codec-1.18.0...rel/commons-codec-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 2941b94 commit daab8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949

5050
testImplementation("junit:junit:4.13.2")
5151
testImplementation("commons-io:commons-io:2.19.0")
52-
testImplementation("commons-codec:commons-codec:1.18.0")
52+
testImplementation("commons-codec:commons-codec:1.19.0")
5353
testImplementation("org.testcontainers:testcontainers:1.21.3")
5454
testImplementation("org.jetbrains:annotations:26.0.2")
5555
testImplementation("ch.qos.logback:logback-classic:1.5.18")

0 commit comments

Comments
 (0)