File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ subprojects {
18
18
dependencies {
19
19
compile group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.11.2'
20
20
runtime group : ' org.apache.logging.log4j' , name : ' log4j-jul' , version : ' 2.11.2'
21
- testCompile group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 2.11.2 '
21
+ testCompile group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 2.14.1 '
22
22
}
23
23
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ dependencies {
5
5
compile group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.9.8'
6
6
compile group : ' org.flywaydb' , name : ' flyway-core' , version : ' 5.2.4'
7
7
compile group : ' org.postgresql' , name : ' postgresql' , version : ' 42.2.5'
8
- compile group : ' org.apache.logging.log4j' , name : ' log4j-core' , version :' 2.11.2 '
8
+ compile group : ' org.apache.logging.log4j' , name : ' log4j-core' , version :' 2.14.1 '
9
9
10
10
testCompile project(path : ' :persistence' , configuration : ' testSupport' )
11
11
}
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
44
44
compile group : ' org.glassfish' , name : ' javax.el' , version : ' 3.0.1-b10'
45
45
compile group : ' org.hibernate' , name : ' hibernate-validator' , version : ' 6.0.16.Final'
46
46
47
- compile group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 2.11.2 '
47
+ compile group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 2.14.1 '
48
48
compile group : ' org.apache.logging.log4j' , name : ' log4j-slf4j-impl' , version : ' 2.11.2'
49
49
compile group : ' com.sparkjava' , name : ' spark-core' , version : ' 2.9.0'
50
50
You can’t perform that action at this time.
0 commit comments