Skip to content

Commit

Permalink
Updated top Log4J 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Dec 10, 2021
1 parent 4c5a1a2 commit 3b41cfb
Showing 1 changed file with 28 additions and 3 deletions.
31 changes: 28 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
<url>http://www.helger.com</url>
</developer>
</developers>

<properties>
<log4j.version>2.15.0</log4j.version>
</properties>

<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -95,7 +99,7 @@
<dependency>
<groupId>com.helger.schematron</groupId>
<artifactId>ph-schematron-parent-pom</artifactId>
<version>6.2.6</version>
<version>6.2.7</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -109,7 +113,7 @@
<dependency>
<groupId>com.helger.photon</groupId>
<artifactId>ph-oton-parent-pom</artifactId>
<version>8.3.1</version>
<version>8.3.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -130,7 +134,7 @@
<dependency>
<groupId>com.helger.phase4</groupId>
<artifactId>phase4-parent-pom</artifactId>
<version>1.3.2</version>
<version>1.3.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -152,6 +156,27 @@
<version>1.2.0</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-web</artifactId>
<version>${log4j.version}</version>
</dependency>

<!-- The sub-projects of this project have a constant version -->
<dependency>
<groupId>com.helger.dcng</groupId>
Expand Down

0 comments on commit 3b41cfb

Please sign in to comment.