Skip to content

Commit a91a935

Browse files
Update All major dependencies
1 parent 51c3618 commit a91a935

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jte = { id = "gg.jte.gradle", version.ref = "jte" }
1010
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
1111
kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
1212
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
13-
spotless = { id = "com.diffplug.spotless", version = "7.2.1" }
13+
spotless = { id = "com.diffplug.spotless", version = "8.0.0" }
1414
versions = { id = "com.github.ben-manes.versions", version = "0.53.0" }
1515

1616
[libraries]

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-8.14.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)