Skip to content

Commit

Permalink
Bump Log4J version
Browse files Browse the repository at this point in the history
  • Loading branch information
Camotoy committed Dec 9, 2021
1 parent 8c7a3d1 commit d5e69e5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions bootstrap/standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
</parent>
<artifactId>bootstrap-standalone</artifactId>

<properties>
<log4j.version>2.15.0-20211206.182754-101</log4j.version>
</properties>

<dependencies>
<dependency>
<groupId>org.geysermc</groupId>
Expand Down Expand Up @@ -58,17 +62,17 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.13.1</version>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.2</version>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j18-impl</artifactId>
<version>2.13.1</version>
<version>${log4j.version}</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit d5e69e5

Please sign in to comment.