Skip to content

Commit

Permalink
GEODE-9888: Bump log4j from 2.13.1 to 2.15.0 (#7186)
Browse files Browse the repository at this point in the history
  • Loading branch information
onichols-pivotal authored Dec 10, 2021
1 parent baacba1 commit 73ba38e
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions boms/geode-all-bom/src/test/resources/expected-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -628,31 +628,31 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.13.1</version>
<version>2.15.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.1</version>
<version>2.15.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jcl</artifactId>
<version>2.13.1</version>
<version>2.15.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jul</artifactId>
<version>2.13.1</version>
<version>2.15.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.13.1</version>
<version>2.15.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class DependencyConstraints implements Plugin<Project> {
deps.put("fastutil.version", "8.3.1")
deps.put("javax.transaction-api.version", "1.3")
deps.put("jgroups.version", "3.6.14.Final")
deps.put("log4j.version", "2.13.1")
deps.put("log4j.version", "2.15.0")
deps.put("micrometer.version", "1.6.3")
deps.put("shiro.version", "1.8.0")
deps.put("slf4j-api.version", "1.7.30")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1045,11 +1045,11 @@ lib/jline-2.12.jar
lib/jna-5.5.0.jar
lib/jna-platform-5.5.0.jar
lib/jopt-simple-5.0.4.jar
lib/log4j-api-2.13.1.jar
lib/log4j-core-2.13.1.jar
lib/log4j-jcl-2.13.1.jar
lib/log4j-jul-2.13.1.jar
lib/log4j-slf4j-impl-2.13.1.jar
lib/log4j-api-2.15.0.jar
lib/log4j-core-2.15.0.jar
lib/log4j-jcl-2.15.0.jar
lib/log4j-jul-2.15.0.jar
lib/log4j-slf4j-impl-2.15.0.jar
lib/lucene-analyzers-common-6.6.6.jar
lib/lucene-analyzers-phonetic-6.6.6.jar
lib/lucene-core-6.6.6.jar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ httpcore-4.4.13.jar
HikariCP-3.4.2.jar
commons-lang3-3.10.jar
jaxb-api-2.3.1.jar
log4j-jcl-2.13.1.jar
log4j-api-2.13.1.jar
log4j-jcl-2.15.0.jar
log4j-api-2.15.0.jar
spring-shell-1.2.0.RELEASE.jar
rmiio-2.1.2.jar
antlr-2.7.7.jar
Expand Down Expand Up @@ -78,9 +78,9 @@ jetty-io-9.4.39.v20210325.jar
jetty-xml-9.4.39.v20210325.jar
jetty-util-ajax-9.4.39.v20210325.jar
jetty-util-9.4.39.v20210325.jar
log4j-slf4j-impl-2.13.1.jar
log4j-core-2.13.1.jar
log4j-jul-2.13.1.jar
log4j-slf4j-impl-2.15.0.jar
log4j-core-2.15.0.jar
log4j-jul-2.15.0.jar
lucene-analyzers-phonetic-6.6.6.jar
lucene-analyzers-common-6.6.6.jar
lucene-queryparser-6.6.6.jar
Expand Down
2 changes: 1 addition & 1 deletion geode-wan/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation(project(':geode-tcp-server'))
implementation(project(':geode-core'))

compileOnly('org.apache.logging.log4j:log4j-api:2.13.1')
compileOnly('org.apache.logging.log4j:log4j-api:2.15.0')

testImplementation(project(':geode-junit'))
testImplementation('org.assertj:assertj-core')
Expand Down

0 comments on commit 73ba38e

Please sign in to comment.