Skip to content

Commit 3eff594

Browse files
Bump org.thymeleaf:thymeleaf from 3.1.4.RELEASE to 3.1.5.RELEASE
Bumps org.thymeleaf:thymeleaf from 3.1.4.RELEASE to 3.1.5.RELEASE. --- updated-dependencies: - dependency-name: org.thymeleaf:thymeleaf dependency-version: 3.1.5.RELEASE dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d96358 commit 3eff594

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)