Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit c5010b6

Browse files
authored
Upgrade log4j (#405)
1 parent 32a04d4 commit c5010b6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

gradle/versions.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)