Skip to content

Commit

Permalink
Log4j security patch v2.16 - v2 (#531)
Browse files Browse the repository at this point in the history
* update log4j version
update snapshot

* trigger workflow
  • Loading branch information
bennsimon authored Dec 16, 2021
1 parent 105c6fa commit 2d1fa4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<artifactId>opensrp-server-core</artifactId>
<packaging>jar</packaging>
<version>2.12.18-SNAPSHOT</version>
<version>2.12.19-SNAPSHOT</version>
<name>opensrp-server-core</name>
<description>OpenSRP Server Core module</description>
<url>https://github.com/OpenSRP/opensrp-server-core</url>
Expand Down Expand Up @@ -319,12 +319,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.15.0</version>
<version>2.16.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.15.0</version>
<version>2.16.0</version>
</dependency>

<!-- Test dependencies -->
Expand Down

0 comments on commit 2d1fa4b

Please sign in to comment.