Skip to content

Commit 5266750

Browse files
Update dependency org.apache.commons:commons-lang3 to v3.20.0 (#644)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d87a34b commit 5266750

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
@@ -295,7 +295,7 @@ dependencies {
295295
implementation group: 'io.github.openfeign.form', name: 'feign-form-spring', version: '3.8.0' // spring-cloud-starter-openfeign
296296
implementation group: 'jakarta.xml.bind', name: 'jakarta.xml.bind-api', version: '4.0.2' // jaxb-runtime
297297
implementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1' // hibernate-types-60
298-
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0' // java-properties-to-json
298+
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.20.0' // java-properties-to-json
299299
implementation group: 'org.glassfish.jaxb', name: 'jaxb-core', version: '4.0.6' // jaxb-runtime
300300
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.17' // spring-boot-starter
301301
implementation group: 'org.slf4j', name: 'jul-to-slf4j', version: '2.0.17' // spring-boot-starter

0 commit comments

Comments
 (0)