diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index bd373e1..7c8e464 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -21,7 +21,7 @@ jobs: distribution: 'adopt' java-version: 11 - name: Setup Redis - uses: supercharge/redis-github-action@1.7.0 + uses: supercharge/redis-github-action@1.8.0 with: redis-version: ${{ matrix.redis-version }} - name: Run Build diff --git a/gradle.properties b/gradle.properties index e90d263..5e6d029 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ projectVersion=4.0.1-SNAPSHOT -grailsVersion=6.1.0 -grailsGradlePluginVersion=5.3.0 +grailsVersion=6.1.1 +grailsGradlePluginVersion=5.3.1 org.gradle.caching=true org.gradle.daemon=true org.gradle.parallel=true diff --git a/settings.gradle b/settings.gradle index bd6d9e4..cb471a8 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,6 +1,6 @@ plugins { - id "com.gradle.enterprise" version "3.15.1" + id "com.gradle.enterprise" version "3.16.1" id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.12' }