Skip to content

Commit 6d17656

Browse files
svenzikmrts
authored andcommitted
build(deps): bump spring-boot to 3.5.13 and force thymeleaf to 3.1.4.RELEASE
WE2-1215 Signed-off-by: Sven Mitt <svenzik@users.noreply.github.com>
1 parent c1fe839 commit 6d17656

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
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.5.10</version>
8+
<version>3.5.13</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>eu.webeid.example</groupId>
@@ -23,6 +23,9 @@
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+
27+
<!-- Remove explicit thymeleaf version override when spring boot uses thymeleaf 3.1.4.RELEASE or later: CVE-2026-40477, CVE-2026-40478, CVE-2026-40477, CVE-2026-40478 -->
28+
<thymeleaf.version>3.1.4.RELEASE</thymeleaf.version>
2629
</properties>
2730

2831
<dependencies>

0 commit comments

Comments
 (0)