Skip to content

Commit c32655c

Browse files
authored
Merge pull request #238 from vrudas/dependabot/gradle/org.thymeleaf-thymeleaf-spring5-3.1.5.RELEASE
Bump org.thymeleaf:thymeleaf-spring5 from 3.1.4.RELEASE to 3.1.5.RELEASE
2 parents 6d96358 + 78a6c6d commit c32655c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example-10-spring-mvc/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ dependencies {
2222
implementation libs.spring.web
2323
implementation libs.spring.webmvc
2424

25-
implementation "org.thymeleaf:thymeleaf:3.1.4.RELEASE"
26-
implementation "org.thymeleaf:thymeleaf-spring5:3.1.4.RELEASE"
25+
implementation "org.thymeleaf:thymeleaf:3.1.5.RELEASE"
26+
implementation "org.thymeleaf:thymeleaf-spring5:3.1.5.RELEASE"
2727
}
2828

2929
tomcat {

0 commit comments

Comments
 (0)