Skip to content

Commit 18c5857

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 | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.9.23 | 2.0.0 | | maven | org.jetbrains.kotlin:kotlin-scripting-jsr223-unshaded | 1.9.23 | 2.0.10 | | maven | org.jetbrains.kotlin:kotlin-gradle-plugin | 1.9.23 | 2.0.10 | | maven | com.gradle.publish:plugin-publish-plugin | 0.21.0 | 1.2.1 |
1 parent 97ba7b5 commit 18c5857

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ arrow = "1.2.4"
44
arrowGradleConfig = "0.11.0"
55
coroutines = "1.8.0"
66
dokka = "1.9.20"
7-
gradlePublish = "0.21.0"
7+
gradlePublish = "1.2.1"
88
javierscSemverGradlePlugin = "0.5.1"
9-
kotlin = "1.9.23"
10-
nexusPublish = "1.3.0"
9+
kotlin = "2.0.10"
10+
nexusPublish = "2.0.0"
1111
spotless = "6.25.0"
1212

1313
[libraries]

0 commit comments

Comments
 (0)