From e648358217681c668010cb3873ac75b549e983cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 01:53:26 +0000 Subject: [PATCH] Update all dependencies | datasource | package | from | to | | ----------- | ---------------------------------------- | ------ | ----- | | github-tags | crazy-max/ghaction-import-gpg | v5 | v6 | | maven | io.github.gradle-nexus:publish-plugin | 1.3.0 | 2.0.0 | | maven | com.gradle.publish:plugin-publish-plugin | 0.21.0 | 1.2.1 | --- .github/workflows/publish.yaml | 2 +- gradle/libs.versions.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 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..37cc979 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,10 +4,10 @@ arrow = "1.2.1" arrowGradleConfig = "0.11.0" coroutines = "1.7.3" dokka = "1.9.10" -gradlePublish = "0.21.0" +gradlePublish = "1.2.1" javierscSemverGradlePlugin = "0.5.0-rc.6" kotlin = "1.9.20" -nexusPublish = "1.3.0" +nexusPublish = "2.0.0" spotless = "6.25.0" [libraries]