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       | com.diffplug.spotless:spotless-plugin-gradle | 6.25.0 | 7.0.1 |
| maven       | io.github.gradle-nexus:publish-plugin        | 1.3.0  | 2.0.0 |
| maven       | com.gradle.publish:plugin-publish-plugin     | 0.21.0 | 1.3.0 |
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent a9a440d commit 40d6574
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ arrow = "2.0.0"
arrowGradleConfig = "0.11.0"
coroutines = "1.9.0"
dokka = "2.0.0"
gradlePublish = "0.21.0"
gradlePublish = "1.3.0"
javierscSemverGradlePlugin = "0.5.1"
kotlin = "2.0.20"
nexusPublish = "1.3.0"
spotless = "6.25.0"
nexusPublish = "2.0.0"
spotless = "7.0.1"

[libraries]
android = { module = "com.android.tools.build:gradle", version.ref = "android" }
Expand Down

0 comments on commit 40d6574

Please sign in to comment.