This repository was archived by the owner on Apr 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -398,6 +398,7 @@ applicationDefaultJvmArgs = [
398398 // We shutdown log4j ourselves, as otherwise his shutdown hook runs before our own and whatever
399399 // happens during shutdown is not logged.
400400 " -Dlog4j.shutdownHookEnabled=false" ,
401+ " -Dlog4j2.formatMsgNoLookups=true" ,
401402 // netty specific module warnings
402403 " -Dio.netty.tryReflectionSetAccessible=true" ,
403404 " --add-exports" ,
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ dependencyManagement {
4141
4242 dependency ' javax.activation:activation:1.1.1'
4343
44- dependency ' org.apache.logging.log4j:log4j-api:2.13 .0'
45- dependency ' org.apache.logging.log4j:log4j-core:2.13 .0'
46- dependency ' org.apache.logging.log4j:log4j-slf4j-impl:2.13 .0'
44+ dependency ' org.apache.logging.log4j:log4j-api:2.15 .0'
45+ dependency ' org.apache.logging.log4j:log4j-core:2.15 .0'
46+ dependency ' org.apache.logging.log4j:log4j-slf4j-impl:2.15 .0'
4747
4848 dependencySet(group : ' org.apache.tuweni' , version : ' 1.1.0' ) {
4949 entry ' tuweni-net'
You can’t perform that action at this time.
0 commit comments