Skip to content

Commit

Permalink
Update of log4j due to security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavobbrand authored Aug 11, 2022
1 parent e7a091f commit fd5a59a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.hpe</groupId>
<artifactId>pcvt-mvn</artifactId>
<version>0.0.1</version>
<version>1.0.1</version>

<name>pcvt-mvn</name>
<!-- FIXME change it to the project's website -->
Expand Down Expand Up @@ -124,17 +124,17 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.13.0</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.0</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.13.0</version>
<version>2.15.0</version>
</dependency>
<!-- paccor -->
<dependency>
Expand Down

0 comments on commit fd5a59a

Please sign in to comment.