Skip to content

Commit

Permalink
Bump org.grails.plugins:spring-security-core from 4.0.3 to 6.0.2
Browse files Browse the repository at this point in the history
Bumps [org.grails.plugins:spring-security-core](https://github.com/grails-plugins/grails-spring-security-core) from 4.0.3 to 6.0.2.
- [Release notes](https://github.com/grails-plugins/grails-spring-security-core/releases)
- [Commits](grails/grails-spring-security-core@v4.0.3...v6.0.2)

---
updated-dependencies:
- dependency-name: org.grails.plugins:spring-security-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent d84cf93 commit b622735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/test-data-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation "org.mongodb:mongodb-driver-sync:$mongodbDriverVersion"
implementation "org.grails.plugins:views-json"
implementation "org.grails.plugins:views-json-templates"
implementation 'org.grails.plugins:spring-security-core:4.0.3'
implementation 'org.grails.plugins:spring-security-core:6.0.2'
implementation 'org.grails.plugins:spring-security-rest:3.0.1'
profile "org.grails.profiles:rest-api"
testImplementation "org.grails:grails-gorm-testing-support"
Expand Down

0 comments on commit b622735

Please sign in to comment.