Skip to content

Commit 2e3547b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ktor-utils/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies {
55
val ktorVersion = "1.6.8"
66
implementation("io.ktor:ktor-server:$ktorVersion")
77
implementation("io.ktor:ktor-auth:$ktorVersion")
8-
implementation("commons-codec:commons-codec:1.12")
8+
implementation("commons-codec:commons-codec:1.16.1")
99
testImplementation("io.ktor:ktor-server-test-host:$ktorVersion")
1010
testImplementation(kotlin("test"))
1111
testImplementation(libs.kotest.assertions.core)

0 commit comments

Comments
 (0)