Skip to content

Commit 96b460b

Browse files
svenzikmrts
authored andcommitted
build(release): release of 3.2.2
WE2-1216 Signed-off-by: Sven Mitt <svenzik@users.noreply.github.com>
1 parent 13d2f45 commit 96b460b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

example/pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>eu.webeid.example</groupId>
1212
<artifactId>web-eid-springboot-example</artifactId>
13-
<version>3.2.1</version>
13+
<version>3.2.2</version>
1414
<name>web-eid-springboot-example</name>
1515
<description>Example Spring Boot application that demonstrates how to use Web eID for authentication and digital
1616
signing
@@ -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)