mirror of
https://github.com/linuxserver/fleet.git
synced 2026-02-20 05:11:08 +08:00
Updated log4j version to mitigate CVE
This commit is contained in:
parent
f6d3b07468
commit
d6f403cd31
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,3 +37,4 @@ src/main/resources/log4j2.xml
|
||||
.classpath
|
||||
.project
|
||||
.settings/
|
||||
.vscode/
|
||||
|
||||
@ -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'
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user