We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e5d60 commit 18fb169Copy full SHA for 18fb169
1 file changed
example/pom.xml
@@ -23,7 +23,10 @@
23
<digidoc4j.version>6.1.1</digidoc4j.version>
24
<jmockit.version>1.44</jmockit.version> <!-- Keep version 1.44, otherwise mocking will fail. -->
25
<jib.version>3.5.1</jib.version>
26
- </properties>
+
27
+ <!-- Remove in next spring-boot version when tomcat is >= 10.1.55: CVE-2026-4193, CVE-2026-4512, CVE-2026-4315 -->
28
+ <tomcat.version>10.1.55</tomcat.version>
29
+ </properties>
30
31
<dependencies>
32
<dependency>
0 commit comments