Skip to content

Commit e80fb20

Browse files
authored
Upgrade log4j to 2.16.0 (#539)
1 parent c7db44c commit e80fb20

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

google-ads-examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
implementation 'org.apache.commons:commons-lang3:3.11'
4646
implementation 'com.beust:jcommander:1.72'
4747
implementation 'joda-time:joda-time:2.8.2'
48-
runtimeOnly 'org.apache.logging.log4j:log4j-slf4j-impl:2.15.0'
48+
runtimeOnly 'org.apache.logging.log4j:log4j-slf4j-impl:2.16.0'
4949
testImplementation 'org.reflections:reflections:0.9.11'
5050
testImplementation 'org.mockito:mockito-core:2.27.0'
5151
testImplementation 'org.hamcrest:hamcrest:2.2'

google-ads-migration-examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
implementation 'com.google.api-ads:adwords-axis:4.4.0'
2828
implementation 'com.beust:jcommander:1.72'
2929
implementation 'joda-time:joda-time:2.8.2'
30-
runtimeOnly 'org.apache.logging.log4j:log4j-slf4j-impl:2.15.0'
30+
runtimeOnly 'org.apache.logging.log4j:log4j-slf4j-impl:2.16.0'
3131
testImplementation 'org.mockito:mockito-core:2.27.0'
3232
}
3333

0 commit comments

Comments
 (0)