Skip to content

Commit

Permalink
deps(commons-codec:commons-codec): update dependency to v1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent 351a003 commit fb30d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
implementation libs.kotlinx.serialization.core

jmhImplementation "org.bouncycastle:bcprov-jdk18on:1.80"
jmhImplementation 'commons-codec:commons-codec:1.17.1'
jmhImplementation 'commons-codec:commons-codec:1.17.2'

ktlintRuleset project(":custom-ktlint-rules")
}
Expand Down

0 comments on commit fb30d72

Please sign in to comment.