fix(sec): upgrade org.apache.tomcat:tomcat-catalina to 8.5.76 (#14950)
Co-authored-by: stianst <stianst@gmail.com>
This commit is contained in:
parent
883e83e625
commit
164465861b
2 changed files with 1 additions and 2 deletions
2
pom.xml
2
pom.xml
|
@ -190,7 +190,7 @@
|
||||||
<surefire.system.args></surefire.system.args>
|
<surefire.system.args></surefire.system.args>
|
||||||
|
|
||||||
<!-- Tomcat versions -->
|
<!-- Tomcat versions -->
|
||||||
<tomcat8.version>8.5.38</tomcat8.version>
|
<tomcat8.version>8.5.76</tomcat8.version>
|
||||||
<tomcat9.version>9.0.16</tomcat9.version>
|
<tomcat9.version>9.0.16</tomcat9.version>
|
||||||
|
|
||||||
<!-- Spring Boot versions, used for tests -->
|
<!-- Spring Boot versions, used for tests -->
|
||||||
|
|
|
@ -49,7 +49,6 @@
|
||||||
|
|
||||||
<!-- Tomcat versions needs to be overwritten to newer versions because of https://issues.redhat.com/browse/KEYCLOAK-14103 -->
|
<!-- Tomcat versions needs to be overwritten to newer versions because of https://issues.redhat.com/browse/KEYCLOAK-14103 -->
|
||||||
<tomcat9.version>9.0.29</tomcat9.version>
|
<tomcat9.version>9.0.29</tomcat9.version>
|
||||||
<tomcat8.version>8.5.49</tomcat8.version>
|
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|
Loading…
Reference in a new issue