Skip to content

Commit 18fb169

Browse files
committed
build(release): release of 3.2.2
WE2-1216 Signed-off-by: Sven Mitt <svenzik@users.noreply.github.com>
1 parent c8e5d60 commit 18fb169

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

example/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
<digidoc4j.version>6.1.1</digidoc4j.version>
2424
<jmockit.version>1.44</jmockit.version> <!-- Keep version 1.44, otherwise mocking will fail. -->
2525
<jib.version>3.5.1</jib.version>
26-
</properties>
26+
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>
2730

2831
<dependencies>
2932
<dependency>

0 commit comments

Comments
 (0)