From 8870377b76b0ac28f10abe7e2104db93f6ec1dfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:54:04 +0000 Subject: [PATCH] Bump org.thymeleaf:thymeleaf from 3.1.2.RELEASE to 3.1.3.RELEASE Bumps org.thymeleaf:thymeleaf from 3.1.2.RELEASE to 3.1.3.RELEASE. --- updated-dependencies: - dependency-name: org.thymeleaf:thymeleaf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f2afd44..2cca1ae 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ repositories { dependencies { compileOnly "com.enonic.xp:core-api:${xpVersion}" compileOnly "com.enonic.xp:portal-api:${xpVersion}" - implementation 'org.thymeleaf:thymeleaf:3.1.2.RELEASE' + implementation 'org.thymeleaf:thymeleaf:3.1.3.RELEASE' testRuntimeOnly "com.fasterxml.jackson.core:jackson-databind:2.18.2" testImplementation 'org.mockito:mockito-core:5.14.2' testImplementation "com.enonic.xp:testing:${xpVersion}"