Skip to content

Commit

Permalink
Merge pull request #45 from grails/upgrade-org.grails.plugins-spring-…
Browse files Browse the repository at this point in the history
…security-core-6.x

Update grails-gradle-plugin + spring-security-core to version 6.1.0
  • Loading branch information
puneetbehl authored Nov 16, 2023
2 parents 5d1cfd4 + 02b6e00 commit 3a694a0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 8
java-version: 11
- name: Run Build
id: build
uses: gradle/gradle-build-action@v2
Expand All @@ -39,7 +39,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 8
java-version: 11
- name: Publish Artifacts
id: publish
uses: gradle/gradle-build-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 8
java-version: 11
- name: Set the current release version
id: release_version
run: echo ::set-output name=release_version::${GITHUB_REF:11}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
compileOnly 'org.grails:grails-dependencies'
compileOnly "org.grails:grails-plugin-services"
api 'com.github.scribejava:scribejava-apis:8.3.3'
api 'org.grails.plugins:spring-security-core:5.3.0'
api 'org.grails.plugins:spring-security-core:6.1.0'

console "org.grails:grails-console"
profile "org.grails.profiles:web-plugin"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
projectVersion=2.0.1-SNAPSHOT
grailsVersion=5.3.2
grailsGradlePluginVersion=5.3.0
grailsGradlePluginVersion=6.1.0
groovyVersion=3.0.11
gorm.version=7.3.3
vcsUrl=https://github.com/grails/grails-spring-security-oauth2
Expand Down
7 changes: 6 additions & 1 deletion src/docs/history.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

Please read release notes at https://github.com/grails/grails-spring-security-oauth2/releases for checking release information in the future.

* Version 3.0.0
* Version 2.0.2
** Upgraded to Spring Security Core 6.1.0
** Upgraded to Grails Gradle Plugin 6.1.0
* Version 2.0.1
** Update plugin com.gradle.common-custom-user-data-gradle-plugin to v1.12
* Version 2.0.0
** Upgraded to Grails 5.3 with Groovy 3..0.11
** Fixed conflict with logback-config library.
* Version 2.0.0-RC1
Expand Down

0 comments on commit 3a694a0

Please sign in to comment.