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 6c31990 commit 4b47e60Copy full SHA for 4b47e60
build.gradle
@@ -448,7 +448,7 @@ dependencies {
448
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: log4JVersion
449
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: log4JVersion
450
implementation group: 'org.apache.commons', name: 'commons-exec', version: '1.5.0'
451
- implementation group: 'org.apache.commons', name: 'commons-text', version: '1.13.1'
+ implementation group: 'org.apache.commons', name: 'commons-text', version: '1.14.0'
452
453
//CVE-2023-44487
454
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core', version: tomcatEmbedVersion
0 commit comments