From 707967aa2446104c333ba6b1ac8d0cb83597b191 Mon Sep 17 00:00:00 2001 From: micronaut-build <65172877+micronaut-build@users.noreply.github.com> Date: Fri, 5 Jul 2024 09:49:03 +0200 Subject: [PATCH] [oracle-cloud] Update common files for branch 4.1.x (#932) * fix(deps): update dependency org.apache.groovy:groovy-bom to v4.0.22 * Update common files --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Chaimaa Rouai <161726330+ChaimaaeROUAI@users.noreply.github.com> --- .github/workflows/gradle.yml | 4 ++-- .github/workflows/release.yml | 2 +- gradle/libs.versions.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 33a347c60..d91a8e4fe 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -45,14 +45,14 @@ jobs: fetch-depth: 0 - name: "🔧 Setup GraalVM CE" - uses: graalvm/setup-graalvm@v1.2.1 + uses: graalvm/setup-graalvm@v1.2.2 with: distribution: 'graalvm' java-version: ${{ matrix.java }} github-token: ${{ secrets.GITHUB_TOKEN }} - name: "🔧 Setup Gradle" - uses: gradle/gradle-build-action@v3.3.2 + uses: gradle/gradle-build-action@v3.4.2 - name: "❓ Optional setup step" run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a18844dd..f234f585b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -146,7 +146,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Download artifacts uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c1538526d..1bb0fe145 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ mockito = '5.12.0' slf4j-jcl = '2.0.13' commons-lang3 = '3.14.0' shadow = '8.0.0' -groovy = "4.0.21" +groovy = "4.0.22" spock = "2.3-groovy-4.0" oci = "3.44.1" protobuf = '0.9.4'