Skip to content

Commit bd66935

Browse files
authored
Update dependencies (#40)
1 parent 61c0f02 commit bd66935

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v7
1515

1616
- name: Renovate
17-
uses: renovatebot/github-action@v46.1.18
17+
uses: renovatebot/github-action@v46.2.2
1818
with:
1919
configurationFile: .github/renovate-config.js
2020
token: ${{ secrets.RENOVATE_TOKEN }}

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ dokka = "2.2.0"
55
errorprone = "2.42.0" # DO NOT upgrade beyond 2.42.0 — it is the last version supporting JDK 17
66
errorprone-plugin = "5.1.0"
77
jetbrains-annotations = "26.1.0"
8-
jspecify = "1.0.0"
9-
kotlin = "2.4.0"
10-
kover = "0.9.8"
11-
nullaway = "0.13.7"
8+
jspecify = "1.0.1"
9+
kotlin = "2.4.10"
10+
kover = "0.9.9"
11+
nullaway = "0.13.8"
1212
nullaway-plugin = "3.1.0"
1313
publish-plugin = "0.37.0"
1414
versions-plugin = "0.54.0"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

tasks-jvm/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
errorprone(libs.errorprone.core)
2424
errorprone(libs.nullaway)
2525

26-
testImplementation(platform("org.junit:junit-bom:6.1.1"))
26+
testImplementation(platform("org.junit:junit-bom:6.1.3"))
2727
testImplementation("org.junit.jupiter:junit-jupiter")
2828
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2929
}

0 commit comments

Comments
 (0)