File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ dependencies {
4949 compileOnly ' info.picocli:picocli-codegen:4.3.2'
5050
5151 // log
52- implementation group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.7 '
53- implementation group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 2.7 '
52+ implementation group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.16.0 '
53+ implementation group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 2.16.0 '
5454
5555 // local project can't be referenced in Dockerfile
5656 // the workaround is build fat jar and copy it in Dockerfile for building docker image
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ dependencies {
3535 testImplementation group : ' org.assertj' , name : ' assertj-core' , version : ' 3.16.1'
3636
3737 // log
38- implementation group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.7 '
39- implementation group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 2.7 '
38+ implementation group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.16.0 '
39+ implementation group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 2.16.0 '
4040
4141 // mustache template
4242 implementation group : ' com.github.spullara.mustache.java' , name : ' compiler' , version : ' 0.8.9'
You can’t perform that action at this time.
0 commit comments