From 97f98880d24999f4164feff59cd36ae469474a2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 11:30:42 +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 | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.9.23 | 2.0.20 | | maven | org.jetbrains.kotlin:kotlin-scripting-jsr223-unshaded | 1.9.23 | 2.0.20 | | maven | org.jetbrains.kotlin:kotlin-gradle-plugin | 1.9.23 | 2.0.20 | | maven | com.gradle.publish:plugin-publish-plugin | 0.21.0 | 1.2.1 | --- .github/workflows/publish.yaml | 2 +- gradle/libs.versions.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 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 cddccbc..4a89822 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,10 +4,10 @@ arrow = "1.2.4" arrowGradleConfig = "0.11.0" coroutines = "1.8.0" dokka = "1.9.20" -gradlePublish = "0.21.0" +gradlePublish = "1.2.1" javierscSemverGradlePlugin = "0.5.1" -kotlin = "1.9.23" -nexusPublish = "1.3.0" +kotlin = "2.0.20" +nexusPublish = "2.0.0" spotless = "6.25.0" [libraries]