From 78f55e0a40c61f657a78fd9b40a994b715fd3178 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 22:51:02 +0000 Subject: [PATCH] Update all dependencies | datasource | package | from | to | | ----------- | ---------------------------------------- | ------ | ----- | | github-tags | crazy-max/ghaction-import-gpg | v5 | v6 | | maven | com.gradle.publish:plugin-publish-plugin | 0.21.0 | 1.0.0 | --- .github/workflows/publish.yaml | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d7cace2..6d962cf 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -37,7 +37,7 @@ jobs: arguments: build -x spotlessCheck --scan --stacktrace - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v5 + uses: crazy-max/ghaction-import-gpg@v6 with: gpg_private_key: ${{ secrets.SIGNING_KEY }} passphrase: ${{ secrets.SIGNING_KEY_PASSPHRASE }} diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 65cfeae..8973e57 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ arrow = "1.2.1" arrowGradleConfig = "0.11.0" coroutines = "1.7.3" dokka = "1.9.10" -gradlePublish = "0.21.0" +gradlePublish = "1.0.0" javierscSemverGradlePlugin = "0.5.0-rc.6" kotlin = "1.9.20" nexusPublish = "1.3.0"