Skip to content

Commit

Permalink
Bump org.thymeleaf.extras:thymeleaf-extras-springsecurity6 (#76)
Browse files Browse the repository at this point in the history
Bumps the guide-dependencies-gradle group with 1 update in the /complete directory: org.thymeleaf.extras:thymeleaf-extras-springsecurity6.


Updates `org.thymeleaf.extras:thymeleaf-extras-springsecurity6` from 3.1.1.RELEASE to 3.1.2.RELEASE

---
updated-dependencies:
- dependency-name: org.thymeleaf.extras:thymeleaf-extras-springsecurity6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: guide-dependencies-gradle
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 21, 2024
1 parent 0eca779 commit d2582c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion complete/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
// tag::security-dependencies[]
implementation 'org.springframework.boot:spring-boot-starter-security'
// Temporary explicit version to fix Thymeleaf bug
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6:3.1.1.RELEASE'
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6:3.1.2.RELEASE'
testImplementation 'org.springframework.security:spring-security-test'
// end::security-dependencies[]
testImplementation 'org.springframework.boot:spring-boot-starter-test'
Expand Down

0 comments on commit d2582c7

Please sign in to comment.