Skip to content

Commit

Permalink
Update to thymeleaf 3.1.1 #87
Browse files Browse the repository at this point in the history
  • Loading branch information
rymsha committed Apr 14, 2023
1 parent 76f9137 commit c781f55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ repositories {
dependencies {
compileOnly "com.enonic.xp:core-api:${xpVersion}"
compileOnly "com.enonic.xp:portal-api:${xpVersion}"
implementation 'org.thymeleaf:thymeleaf:3.0.15.RELEASE'
implementation 'org.thymeleaf:thymeleaf:3.1.1.RELEASE'
testRuntimeOnly "com.fasterxml.jackson.core:jackson-databind:2.14.1"
testImplementation 'org.mockito:mockito-core:5.2.0'
testImplementation "com.enonic.xp:testing:${xpVersion}"
}

0 comments on commit c781f55

Please sign in to comment.