Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Loading