Merge pull request #12322 from alonsoir/master
Remote Code Execution Affecting org.springframework:spring-beans Open this link in a new tab package, versions [ ,5.2.20) [5.3.0, 5.3.18)
This commit is contained in:
commit
5100ac5874
6
pom.xml
6
pom.xml
|
@ -259,7 +259,7 @@
|
||||||
</goals>
|
</goals>
|
||||||
</pluginExecutionFilter>
|
</pluginExecutionFilter>
|
||||||
<action>
|
<action>
|
||||||
<ignore></ignore>
|
<ignore/>
|
||||||
</action>
|
</action>
|
||||||
</pluginExecution>
|
</pluginExecution>
|
||||||
<pluginExecution>
|
<pluginExecution>
|
||||||
|
@ -278,7 +278,7 @@
|
||||||
</goals>
|
</goals>
|
||||||
</pluginExecutionFilter>
|
</pluginExecutionFilter>
|
||||||
<action>
|
<action>
|
||||||
<ignore></ignore>
|
<ignore/>
|
||||||
</action>
|
</action>
|
||||||
</pluginExecution>
|
</pluginExecution>
|
||||||
</pluginExecutions>
|
</pluginExecutions>
|
||||||
|
@ -1364,7 +1364,7 @@
|
||||||
|
|
||||||
<!-- logging -->
|
<!-- logging -->
|
||||||
<org.slf4j.version>1.7.32</org.slf4j.version>
|
<org.slf4j.version>1.7.32</org.slf4j.version>
|
||||||
<logback.version>1.2.6</logback.version>
|
<logback.version>1.2.7</logback.version>
|
||||||
|
|
||||||
<!-- plugins -->
|
<!-- plugins -->
|
||||||
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
|
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
|
||||||
|
|
Loading…
Reference in New Issue