Skip to content

Commit

Permalink
Merge pull request #2423 from Stirling-Tools/dependabot/gradle/org.th…
Browse files Browse the repository at this point in the history
…ymeleaf.extras-thymeleaf-extras-springsecurity5-3.1.3.RELEASE

Bump org.thymeleaf.extras:thymeleaf-extras-springsecurity5 from 3.1.2.RELEASE to 3.1.3.RELEASE
  • Loading branch information
Frooodle authored Dec 12, 2024
2 parents c6980e9 + 5269354 commit 08777c7
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 @@ -142,7 +142,7 @@ dependencies {

if (System.getenv("DOCKER_ENABLE_SECURITY") != "false") {
implementation "org.springframework.boot:spring-boot-starter-security:$springBootVersion"
implementation "org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.1.2.RELEASE"
implementation "org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.1.3.RELEASE"
implementation "org.springframework.boot:spring-boot-starter-data-jpa:$springBootVersion"
implementation "org.springframework.boot:spring-boot-starter-oauth2-client:$springBootVersion"

Expand Down

0 comments on commit 08777c7

Please sign in to comment.