diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index cbd4510..046ca2c 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v6 - name: Renovate - uses: renovatebot/github-action@v46.1.14 + uses: renovatebot/github-action@v46.1.15 with: configurationFile: .github/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6085b40..b155e3b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,15 +1,15 @@ [versions] -arrow = "2.2.2.1" +arrow = "2.2.3" binary-compatibility-validator = "0.18.1" dokka = "2.2.0" errorprone = "2.42.0" # DO NOT upgrade beyond 2.42.0 — it is the last version supporting JDK 17 errorprone-plugin = "5.1.0" jetbrains-annotations = "26.1.0" jspecify = "1.0.0" -kotlin = "2.3.21" +kotlin = "2.4.0" kover = "0.9.8" -nullaway = "0.13.4" -nullaway-plugin = "3.0.0" +nullaway = "0.13.6" +nullaway-plugin = "3.1.0" publish-plugin = "0.36.0" versions-plugin = "0.54.0" kotlinx-coroutines = "1.11.0"