JAVA-32067 Upgrade spring thymeleaf to spring boot 3 (#16129)

This commit is contained in:
sam-gardner
2024-04-04 11:05:48 +01:00
committed by GitHub
parent 0f5e34ea63
commit d21e80d93d
10 changed files with 6 additions and 66 deletions
@@ -9,9 +9,9 @@
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-2</artifactId>
<artifactId>parent-boot-3</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-2</relativePath>
<relativePath>../../parent-boot-3</relativePath>
</parent>
<dependencies>