Skip to content

Commit

Permalink
Patch log4j2 RCE 0day and bump release to 1.0.1-20
Browse files Browse the repository at this point in the history
  • Loading branch information
tr0k committed Dec 10, 2021
1 parent 012ad85 commit 2b4d297
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zkPolicy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ or submit itself to any jurisdiction.
<modelVersion>4.0.0</modelVersion>
<groupId>ch.cern</groupId>
<artifactId>cerndb-sw-zkpolicy</artifactId>
<version>1.0.1-19</version>
<version>1.0.1-20</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>zkpolicy - ZooKeeper Policy Auditing Tool</description>
<url>https://github.com/cerndb/zkpolicy</url>
Expand Down Expand Up @@ -79,12 +79,12 @@ or submit itself to any jurisdiction.
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.2</version>
<version>[2.15.0,)</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.2</version>
<version>[2.15.0,)</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 2b4d297

Please sign in to comment.