File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ dokka = "2.2.0"
55errorprone = " 2.42.0" # DO NOT upgrade beyond 2.42.0 — it is the last version supporting JDK 17
66errorprone-plugin = " 5.1.0"
77jetbrains-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 "
1212nullaway-plugin = " 3.1.0"
1313publish-plugin = " 0.37.0"
1414versions-plugin = " 0.54.0"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments