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       | 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.0 |
| maven       | org.jetbrains.kotlin:kotlin-gradle-plugin                       | 1.9.23 | 2.0.0 |
| maven       | com.gradle.publish:plugin-publish-plugin                        | 0.21.0 | 1.2.1 |
  • Loading branch information
renovate[bot] committed May 21, 2024
1 parent 97ba7b5 commit 0be78d0
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,10 +4,10 @@ arrow = "1.2.4"
arrowGradleConfig = "0.11.0"
coroutines = "1.8.0"
dokka = "1.9.20"
gradlePublish = "0.21.0"
gradlePublish = "1.2.1"
javierscSemverGradlePlugin = "0.5.1"
kotlin = "1.9.23"
nexusPublish = "1.3.0"
kotlin = "2.0.0"
nexusPublish = "2.0.0"
spotless = "6.25.0"

[libraries]
Expand Down

0 comments on commit 0be78d0

Please sign in to comment.