Skip to content

Commit

Permalink
⬆️ log4j 2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bdelion committed Jan 30, 2022
1 parent e46481d commit 258ce3b
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

<properties>
<!-- Version -->
<apache-log4j.version>2.17.0</apache-log4j.version>
<apache-log4j.version>2.17.1</apache-log4j.version>
<jackson-core.version>2.13.1</jackson-core.version>
<!-- Assembly -->
<maven-assembly-plugin-skip>false</maven-assembly-plugin-skip>
Expand All @@ -84,18 +84,6 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.10</version>
<scope>test</scope>
</dependency>
<!-- Pour Json -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand All @@ -112,6 +100,19 @@
<artifactId>jackson-annotations</artifactId>
<version>${jackson-core.version}</version>
</dependency>
<!-- Pour Tests -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down

0 comments on commit 258ce3b

Please sign in to comment.