We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cbbc8d commit 594a417Copy full SHA for 594a417
build.gradle
@@ -190,7 +190,7 @@ dependencies {
190
191
// start::CVE Vulnerability dependency overrides // MAIN PARENT DEPENDEDNCY
192
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.6.0' // idam-java-client
193
- implementation group: 'commons-io', name: 'commons-io', version: '2.19.0' // idam-java-client
+ implementation group: 'commons-io', name: 'commons-io', version: '2.20.0' // idam-java-client
194
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: log4JVersion // spring-cloud-starter-bootstrap
195
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: log4JVersion // spring-cloud-starter-bootstrap
196
0 commit comments