Skip to content

Commit

Permalink
update log4j to 2.17.0 (#1342)
Browse files Browse the repository at this point in the history
* update log4j to 2.17.0

* promote score 249
  • Loading branch information
adriana-corui authored Dec 20, 2021
1 parent 1701d6b commit 1fa0cc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cloudslang-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
<failOnWarning>true</failOnWarning>
<ignoredUnusedDeclaredDependencies>
<ignoredUnusedDeclaredDependency>javax.xml.bind:jaxb-api:jar:2.3.0</ignoredUnusedDeclaredDependency>
<ignoredUnusedDeclaredDependency>org.apache.logging.log4j:log4j-core:jar:2.16.0</ignoredUnusedDeclaredDependency>
<ignoredUnusedDeclaredDependency>org.apache.logging.log4j:log4j-core:jar:2.17.0</ignoredUnusedDeclaredDependency>
</ignoredUnusedDeclaredDependencies>
</configuration>
</execution>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,20 +219,20 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
</dependency>

<!-- log4j2 dependency for liquibase -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
<scope>runtime</scope>
</dependency>

Expand Down Expand Up @@ -593,7 +593,7 @@
<ignoredUnusedDeclaredDependency>log4j:log4j:jar:1.2.17
</ignoredUnusedDeclaredDependency>
<ignoredUnusedDeclaredDependency>
org.apache.logging.log4j:log4j-slf4j-impl:jar:2.16.0
org.apache.logging.log4j:log4j-slf4j-impl:jar:2.17.0
</ignoredUnusedDeclaredDependency>
<ignoredUnusedDeclaredDependency>
org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.1
Expand Down

0 comments on commit 1fa0cc4

Please sign in to comment.