We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a2c9b commit 4968921Copy full SHA for 4968921
build.gradle
@@ -368,7 +368,7 @@ dependencies {
368
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0'
369
implementation group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '3.2.3'
370
implementation group: 'net.logstash.logback', name: 'logstash-logback-encoder', version: '7.4'
371
- implementation group: 'commons-codec', name: 'commons-codec', version: '1.19.0'
+ implementation group: 'commons-codec', name: 'commons-codec', version: '1.21.0'
372
373
testImplementation libraries.junit5
374
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', {
0 commit comments