Skip to content

Commit 33065d8

Browse files
chore(deps): bump commons-codec:commons-codec from 1.19.0 to 1.21.0
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.19.0 to 1.21.0. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-codec@rel/commons-codec-1.19.0...rel/commons-codec-1.21.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8b5dbc9 commit 33065d8

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
@@ -256,7 +256,7 @@ dependencies {
256256
testImplementation group: 'org.apache.kafka', name: 'kafka-streams', version: kafkaVersion
257257
testImplementation group: "io.confluent", name: "kafka-streams-avro-serde", version: confluentVersion
258258
testImplementation "io.confluent:kafka-connect-avro-converter:" + confluentVersion
259-
testImplementation group: 'commons-codec', name: 'commons-codec', version: '1.19.0'
259+
testImplementation group: 'commons-codec', name: 'commons-codec', version: '1.21.0'
260260
testImplementation 'org.hamcrest:hamcrest:3.0'
261261
testImplementation 'org.hamcrest:hamcrest-library:3.0'
262262
testImplementation 'org.mockito:mockito-junit-jupiter'

0 commit comments

Comments
 (0)