Skip to content
Snippets Groups Projects
Commit 44cf92ab authored by Patrick Dos Santos's avatar Patrick Dos Santos
Browse files

Mise à jour de sécurité pour log4j (CVE-2021-44228)

parent 41615c3a
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
<parent>
<groupId>demo.ci-maven-demo</groupId>
<artifactId>ci-maven-demo</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>
<artifactId>ci-maven-demo-service</artifactId>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>demo.ci-maven-demo</groupId>
<artifactId>ci-maven-demo</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>
<artifactId>ci-maven-demo-webapp</artifactId>
......
......@@ -7,7 +7,7 @@
<parent>
<artifactId>ci-maven-demo</artifactId>
<groupId>demo.ci-maven-demo</groupId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>
<artifactId>jacoco-report-aggregate</artifactId>
......
......@@ -6,7 +6,7 @@
<groupId>demo.ci-maven-demo</groupId>
<artifactId>ci-maven-demo</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
......@@ -28,6 +28,7 @@
<plugin.owasp.version>6.5.0</plugin.owasp.version>
<plugin.versions-maven.version>2.8.1</plugin.versions-maven.version>
<plugin.surefire.version>3.0.0-M5</plugin.surefire.version>
<log4j2.version>2.15.0</log4j2.version>
</properties>
<profiles>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment