File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ dependencies {
4747
4848 implementation ' net.dv8tion:JDA:4.3.0_339'
4949
50- implementation ' org.apache.logging.log4j:log4j-api:2.14.1 '
51- implementation ' org.apache.logging.log4j:log4j-core:2.14.1 '
52- implementation ' org.apache.logging.log4j:log4j-slf4j18-impl:2.14.1 '
50+ implementation ' org.apache.logging.log4j:log4j-api:2.15.0 '
51+ implementation ' org.apache.logging.log4j:log4j-core:2.15.0 '
52+ implementation ' org.apache.logging.log4j:log4j-slf4j18-impl:2.15.0 '
5353
5454 implementation ' org.jooq:jooq:3.15.3'
5555
Original file line number Diff line number Diff line change 3636}
3737
3838dependencies {
39- compileOnly ' org.apache.logging.log4j:log4j-api:2.14.1 '
40- runtimeOnly ' org.apache.logging.log4j:log4j-jul:2.14.1 '
41- runtimeOnly ' org.apache.logging.log4j:log4j-slf4j-impl:2.14.1 '
39+ compileOnly ' org.apache.logging.log4j:log4j-api:2.15.0 '
40+ runtimeOnly ' org.apache.logging.log4j:log4j-jul:2.15.0 '
41+ runtimeOnly ' org.apache.logging.log4j:log4j-slf4j-impl:2.15.0 '
4242
4343
4444 implementation(project(" :database" ))
You can’t perform that action at this time.
0 commit comments