Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| 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 |
  • Loading branch information
renovate[bot] committed Apr 6, 2024
1 parent 63114a4 commit e648358
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit e648358

Please sign in to comment.