Skip to content

Commit

Permalink
Update log4j to 2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hevrard authored Jan 10, 2022
1 parent 4221987 commit b1d2319
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions parent-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,17 +155,17 @@ limitations under the License.
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.17.0</version>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.17.0</version>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.0</version>
<version>2.17.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit b1d2319

Please sign in to comment.