Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit d8d339d

Browse files
Bump org.grails.plugins:spring-security-rest from 3.0.1 to 5.0.0
Bumps [org.grails.plugins:spring-security-rest](https://github.com/grails/grails-spring-security-rest) from 3.0.1 to 5.0.0. - [Release notes](https://github.com/grails/grails-spring-security-rest/releases) - [Commits](grails/grails-spring-security-rest@3.0.1...v5.0.0) --- updated-dependencies: - dependency-name: org.grails.plugins:spring-security-rest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 33a25be commit d8d339d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/grails-data-service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
implementation "org.hibernate:hibernate-core:$hibernate5Version"
2222
implementation "org.grails.plugins:views-json"
2323
implementation "org.grails.plugins:views-json-templates"
24-
implementation 'org.grails.plugins:spring-security-rest:3.0.1'
24+
implementation 'org.grails.plugins:spring-security-rest:5.0.0'
2525
profile "org.grails.profiles:rest-api"
2626
runtimeOnly "org.glassfish.web:el-impl:2.2.1-b05"
2727
runtimeOnly "org.apache.tomcat:tomcat-jdbc"

0 commit comments

Comments
 (0)