We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e5d60 commit 489aebbCopy full SHA for 489aebb
1 file changed
example/pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
<groupId>eu.webeid.example</groupId>
12
<artifactId>web-eid-springboot-example</artifactId>
13
- <version>3.2.1</version>
+ <version>3.2.2</version>
14
<name>web-eid-springboot-example</name>
15
<description>Example Spring Boot application that demonstrates how to use Web eID for authentication and digital
16
signing
@@ -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