Skip to content

Commit 922929d

Browse files
chore(deps): Update gradle and github actions
1 parent bfedbf7 commit 922929d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version = "1.0"
33

44
[versions]
55
asm = "9.6"
6-
goomph = "3.42.2"
6+
goomph = "3.43.0"
77
gradlePluginPublish = "1.2.1"
88
immutables = "2.10.0"
99
indra = "3.1.3"
@@ -12,7 +12,7 @@ jgit = "6.7.0.+" # stay on 5.x series, 6+ requires Java 11
1212
junit = "5.10.1"
1313
kotlin = "1.9.21"
1414
mammoth = "1.3.1"
15-
spotless = "6.21.0"
15+
spotless = "6.23.3"
1616

1717
[libraries]
1818
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }

gradle/wrapper/gradle-wrapper.jar

-19.8 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

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

0 commit comments

Comments
 (0)