Skip to content

Commit 0427d35

Browse files
chore(deps): bump commons-codec:commons-codec from 1.17.0 to 1.17.1 (#22)
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.17.0 to 1.17.1. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-codec@rel/commons-codec-1.17.0...rel/commons-codec-1.17.1) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9e4fd7a commit 0427d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
implementation "com.squareup.okhttp3:okhttp:4.12.0"
2323

2424
// For UFC DTOs
25-
implementation 'commons-codec:commons-codec:1.17.0'
25+
implementation 'commons-codec:commons-codec:1.17.1'
2626
implementation 'org.slf4j:slf4j-api:2.0.16'
2727
testImplementation 'org.slf4j:slf4j-simple:2.0.16'
2828
testImplementation platform('org.junit:junit-bom:5.10.3')

0 commit comments

Comments
 (0)