Skip to content

Commit

Permalink
deegree#976 - upgrade to log4j2 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoltz authored and florianesser committed Dec 16, 2021
1 parent 36dda03 commit e8494fa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -533,22 +533,22 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.12.1</version>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.12.1</version>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.12.1</version>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
<version>2.12.1</version>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -1084,6 +1084,7 @@
<java.version>1.8</java.version>
<site.dir>${user.home}/Sites</site.dir>
<deegree-maven-plugin.version>1.20</deegree-maven-plugin.version>
<log4j.version>2.15.0</log4j.version>
</properties>

<modules>
Expand Down

0 comments on commit e8494fa

Please sign in to comment.