From ce34a66fef0894343f96682d171b3c1a758a5d4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 12:20:57 +0000 Subject: [PATCH 1/5] Update dependency org.grails.plugins:spring-security-core to v6 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From d4dc3eda56146edf60db548ed75ad7a178f18e77 Mon Sep 17 00:00:00 2001 From: Guillermo Calvo Date: Tue, 14 Nov 2023 13:24:13 +0100 Subject: [PATCH 2/5] Drop JDK8 in favor of JDK11 --- .github/workflows/gradle.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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} From 8b0d93c4469399a9191e0a578b8662f81370ac14 Mon Sep 17 00:00:00 2001 From: Guillermo Calvo Date: Thu, 16 Nov 2023 10:50:47 +0100 Subject: [PATCH 3/5] Update release history --- src/docs/history.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/docs/history.adoc b/src/docs/history.adoc index 24e69a9..6ab8647 100644 --- a/src/docs/history.adoc +++ b/src/docs/history.adoc @@ -2,7 +2,11 @@ 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 +* 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 From d1d264fd5ac580806d4921e3e47be53e83076dd5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:20:15 +0000 Subject: [PATCH 4/5] Update dependency org.grails:grails-gradle-plugin to v6 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 02b6e003c0ebf0823641ec9f65503cae91c940fa Mon Sep 17 00:00:00 2001 From: Guillermo Calvo Date: Thu, 16 Nov 2023 16:33:09 +0100 Subject: [PATCH 5/5] Update release history --- src/docs/history.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/docs/history.adoc b/src/docs/history.adoc index 6ab8647..a287be7 100644 --- a/src/docs/history.adoc +++ b/src/docs/history.adoc @@ -4,6 +4,7 @@ Please read release notes at https://github.com/grails/grails-spring-security-oa * 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