Skip to content

Commit d001daa

Browse files
Update all dependencies
| datasource | package | from | to | | ----------- | ---------------------------------------- | ------ | ----- | | github-tags | crazy-max/ghaction-import-gpg | v5 | v6 | | maven | com.gradle.publish:plugin-publish-plugin | 0.21.0 | 1.1.0 |
1 parent c8b63e3 commit d001daa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ arrow = "1.2.1"
44
arrowGradleConfig = "0.11.0"
55
coroutines = "1.7.3"
66
dokka = "1.9.10"
7-
gradlePublish = "0.21.0"
7+
gradlePublish = "1.1.0"
88
javierscSemverGradlePlugin = "0.5.0-rc.6"
99
kotlin = "1.9.20"
1010
nexusPublish = "1.3.0"

0 commit comments

Comments
 (0)