[JAVA-29175] Upgrade Thymeleaf2 and 3 modules to Spring Boot 3 (#16068)

This commit is contained in:
Amit Pandey
2024-03-08 14:31:10 +05:30
committed by GitHub
parent 6362d1b095
commit f10bbc57fa
6 changed files with 16 additions and 16 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>