Skip to content

Commit

Permalink
fix: parent/pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHELOGGINGLOG4J-2320014
  • Loading branch information
snyk-bot authored and npepinpe committed Dec 15, 2021
1 parent 60db5a4 commit ff4b3b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<version.junit>5.8.0</version.junit>
<version.junit4>4.13.2</version.junit4>
<version.opentest4j>1.2.0</version.opentest4j>
<version.log4j>2.15.0</version.log4j>
<version.log4j>2.16.0</version.log4j>
<version.minlog>1.3.1</version.minlog>
<version.mockito>3.12.4</version.mockito>
<version.mockito-jupiter>3.12.4</version.mockito-jupiter>
Expand Down Expand Up @@ -1122,7 +1122,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore />
<ignore/>
</action>
</pluginExecution>
</pluginExecutions>
Expand Down Expand Up @@ -1219,7 +1219,7 @@
</goals>
<configuration>
<rules>
<dependencyConvergence />
<dependencyConvergence/>
</rules>
</configuration>
</execution>
Expand All @@ -1230,7 +1230,7 @@
</goals>
<configuration>
<rules>
<banDuplicatePomDependencyVersions />
<banDuplicatePomDependencyVersions/>
</rules>
</configuration>
</execution>
Expand Down

0 comments on commit ff4b3b3

Please sign in to comment.