From 1bd092a1aadc706f81aec63eab6c4d8e19d4cbe3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 21:30:17 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/callable.build.yml | 4 ++-- .github/workflows/callable.code-analysis.codeql.yml | 4 ++-- .github/workflows/callable.code-analysis.trivy.yml | 4 ++-- .github/workflows/callable.integration-test.yml | 4 ++-- gradle/libs.versions.toml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/callable.build.yml b/.github/workflows/callable.build.yml index 7969a24..5565974 100644 --- a/.github/workflows/callable.build.yml +++ b/.github/workflows/callable.build.yml @@ -15,9 +15,9 @@ jobs: with: distribution: 'corretto' java-version: '21' - - uses: gradle/wrapper-validation-action@v2 + - uses: gradle/wrapper-validation-action@v3 - name: Setup Gradle - uses: gradle/gradle-build-action@v3.2.1 + uses: gradle/gradle-build-action@v3.3.1 with: cache-write-only: true - name: Run build (incl. test) diff --git a/.github/workflows/callable.code-analysis.codeql.yml b/.github/workflows/callable.code-analysis.codeql.yml index 15a9751..109eedf 100644 --- a/.github/workflows/callable.code-analysis.codeql.yml +++ b/.github/workflows/callable.code-analysis.codeql.yml @@ -39,9 +39,9 @@ jobs: with: distribution: 'corretto' java-version: '21' - - uses: gradle/wrapper-validation-action@v2 + - uses: gradle/wrapper-validation-action@v3 - name: Setup Gradle - uses: gradle/gradle-build-action@v3.2.1 + uses: gradle/gradle-build-action@v3.3.1 with: cache-read-only: true - name: Run build with Gradle Wrapper diff --git a/.github/workflows/callable.code-analysis.trivy.yml b/.github/workflows/callable.code-analysis.trivy.yml index 9708cbd..e236833 100644 --- a/.github/workflows/callable.code-analysis.trivy.yml +++ b/.github/workflows/callable.code-analysis.trivy.yml @@ -21,9 +21,9 @@ jobs: with: distribution: 'corretto' java-version: '21' - - uses: gradle/wrapper-validation-action@v2 + - uses: gradle/wrapper-validation-action@v3 - name: Setup Gradle - uses: gradle/gradle-build-action@v3.2.1 + uses: gradle/gradle-build-action@v3.3.1 with: cache-read-only: true diff --git a/.github/workflows/callable.integration-test.yml b/.github/workflows/callable.integration-test.yml index 05eb043..9cb39cf 100644 --- a/.github/workflows/callable.integration-test.yml +++ b/.github/workflows/callable.integration-test.yml @@ -15,9 +15,9 @@ jobs: with: distribution: 'corretto' java-version: '21' - - uses: gradle/wrapper-validation-action@v2 + - uses: gradle/wrapper-validation-action@v3 - name: Setup Gradle - uses: gradle/gradle-build-action@v3.2.1 + uses: gradle/gradle-build-action@v3.3.1 with: cache-read-only: true diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d48e26e..6348938 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] # note: the version named `micronaut` is picked up by the micronaut gradle plugin -micronaut = "4.3.8" +micronaut = "4.4.1" junit = "5.10.2" assertj = "3.25.3"