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}"