diff --git a/core/build.gradle b/core/build.gradle index 0cdd93ee..61c108c5 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation "org.slf4j:slf4j-api:${slf4jVersion}" implementation "org.codehaus.janino:janino:3.1.12" - implementation 'org.thymeleaf:thymeleaf:3.1.2.RELEASE' + implementation 'org.thymeleaf:thymeleaf:3.1.3.RELEASE' implementation "org.graalvm.sdk:graal-sdk:${graalvmVersion}" implementation "org.reflections:reflections:0.10.2"