Skip to content

Commit 5ad4a5d

Browse files
dependabot[bot]tchiotludo
authored andcommitted
chore(deps): bump commons-codec:commons-codec from 1.17.1 to 1.17.2
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.17.1 to 1.17.2. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-codec@rel/commons-codec-1.17.1...rel/commons-codec-1.17.2) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c1625aa commit 5ad4a5d

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
@@ -231,7 +231,7 @@ dependencies {
231231
testImplementation group: 'org.apache.kafka', name: 'kafka-streams', version: kafkaVersion
232232
testImplementation group: "io.confluent", name: "kafka-streams-avro-serde", version: confluentVersion
233233
testImplementation "io.confluent:kafka-connect-avro-converter:" + confluentVersion
234-
testImplementation group: 'commons-codec', name: 'commons-codec', version: '1.17.1'
234+
testImplementation group: 'commons-codec', name: 'commons-codec', version: '1.17.2'
235235
testImplementation 'org.hamcrest:hamcrest:3.0'
236236
testImplementation 'org.hamcrest:hamcrest-library:3.0'
237237
testImplementation 'org.mockito:mockito-junit-jupiter'

0 commit comments

Comments
 (0)