Skip to content

Commit 2498db5

Browse files
authored
Update log4j dependencies to v2.17.0 (#291)
* Start version 1.8.1-SNAPSHOT * Update log4j to v2.17.0 Fixes security vulnerability CVE-2021-45105
1 parent f7693f4 commit 2498db5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/rollbar-log4j2/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ application {
1212
dependencies {
1313
implementation project(":rollbar-log4j2")
1414

15-
implementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.16.0'
15+
implementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.17.0'
1616
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.8.0
1+
VERSION_NAME=1.8.1-SNAPSHOT
22
GROUP=com.rollbar
33

44
POM_DESCRIPTION=For connecting your applications built on the JVM to Rollbar for Error Reporting

rollbar-log4j2/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
api project(':rollbar-java')
33

4-
api group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.16.0'
5-
annotationProcessor 'org.apache.logging.log4j:log4j-core:2.16.0'
4+
api group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.17.0'
5+
annotationProcessor 'org.apache.logging.log4j:log4j-core:2.17.0'
66
}

0 commit comments

Comments
 (0)