diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 2b247a7..8de78b9 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -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 @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 57c3f01..7598f85 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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} diff --git a/build.gradle b/build.gradle index 2ffad89..a6b5933 100644 --- a/build.gradle +++ b/build.gradle @@ -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" diff --git a/gradle.properties b/gradle.properties index 1340e72..c09a235 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/src/docs/history.adoc b/src/docs/history.adoc index 24e69a9..a287be7 100644 --- a/src/docs/history.adoc +++ b/src/docs/history.adoc @@ -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