Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
fslev committed Jul 15, 2022
1 parent f5b6d95 commit 63ae59d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<jackson.version>2.13.3</jackson.version>
<jackson.databind.version>2.13.3</jackson.databind.version>
<spring-expression-version>5.3.22</spring-expression-version>
<log4j.version>2.18.0</log4j.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -110,12 +111,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.18.0</version>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.18.0</version>
<version>${log4j.version}</version>
</dependency>
<!-- for test -->
<dependency>
Expand Down Expand Up @@ -314,4 +315,4 @@
<distribution>repo</distribution>
</license>
</licenses>
</project>
</project>

0 comments on commit 63ae59d

Please sign in to comment.