Updated log4j version to mitigate CVE

This commit is contained in:
Josh Stark 2021-12-14 08:38:41 +00:00
parent f6d3b07468
commit d6f403cd31
3 changed files with 7 additions and 6 deletions

1
.gitignore vendored
View File

@ -37,3 +37,4 @@ src/main/resources/log4j2.xml
.classpath
.project
.settings/
.vscode/

View File

@ -31,9 +31,9 @@ sourceSets {
dependencies {
// Logging
runtime 'org.apache.logging.log4j:log4j-api:2.11.1'
runtime 'org.apache.logging.log4j:log4j-core:2.11.1'
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.11.1'
runtime 'org.apache.logging.log4j:log4j-api:2.15.0'
runtime 'org.apache.logging.log4j:log4j-core:2.15.0'
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.15.0'
// HTTP Framework
compile 'io.javalin:javalin:3.6.0'

View File

@ -1,5 +1,5 @@
#Sat Jul 24 10:59:39 BST 2021
app.build.date=2021-07-24T10\:59\:39
#Tue Dec 14 08:37:18 GMT 2021
app.build.date=2021-12-14T08\:37\:18
app.build.os=Windows 10
app.build.user=Stark
app.build.user=jagfi
app.version=2.3.1