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 fd1734b commit 4213d54Copy full SHA for 4213d54
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.17.0' // idam-java-client
+ implementation group: 'commons-io', name: 'commons-io', version: '2.19.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