Skip to content

Commit 4968921

Browse files
Update dependency commons-codec:commons-codec to v1.21.0 (#952)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 34a2c9b commit 4968921

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
@@ -368,7 +368,7 @@ dependencies {
368368
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0'
369369
implementation group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '3.2.3'
370370
implementation group: 'net.logstash.logback', name: 'logstash-logback-encoder', version: '7.4'
371-
implementation group: 'commons-codec', name: 'commons-codec', version: '1.19.0'
371+
implementation group: 'commons-codec', name: 'commons-codec', version: '1.21.0'
372372

373373
testImplementation libraries.junit5
374374
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', {

0 commit comments

Comments
 (0)