Skip to content

Commit b09b975

Browse files
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.3.0 |
1 parent a9a440d commit b09b975

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
arguments: build -x spotlessCheck --scan --stacktrace
3838

3939
- name: Import GPG key
40-
uses: crazy-max/ghaction-import-gpg@v5
40+
uses: crazy-max/ghaction-import-gpg@v6
4141
with:
4242
gpg_private_key: ${{ secrets.SIGNING_KEY }}
4343
passphrase: ${{ secrets.SIGNING_KEY_PASSPHRASE }}

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ arrow = "2.0.0"
44
arrowGradleConfig = "0.11.0"
55
coroutines = "1.9.0"
66
dokka = "2.0.0"
7-
gradlePublish = "0.21.0"
7+
gradlePublish = "1.3.0"
88
javierscSemverGradlePlugin = "0.5.1"
99
kotlin = "2.0.20"
10-
nexusPublish = "1.3.0"
10+
nexusPublish = "2.0.0"
1111
spotless = "6.25.0"
1212

1313
[libraries]

0 commit comments

Comments
 (0)