Skip to content

Commit

Permalink
Bump org.thymeleaf:thymeleaf from 3.1.2.RELEASE to 3.1.3.RELEASE
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 0886ce5 commit 8870377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 8870377

Please sign in to comment.