Skip to content

Commit 6daca50

Browse files
chore(deps): Update gradle and github actions
1 parent 5ed575f commit 6daca50

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ version = "1.0"
33

44
[versions]
55
asm = "9.8"
6-
goomph = "4.0.1"
7-
gradlePluginPublish = "1.2.1"
6+
goomph = "4.3.0"
7+
gradlePluginPublish = "1.3.1"
88
immutables = "2.10.1"
9-
indra = "3.1.3"
9+
indra = "3.2.0"
1010
jetbrainsAnnotations = "26.0.2"
1111
jgit = "6.10.1.+"
1212
junit = "5.12.2"
1313
kotlin = "1.9.25"
1414
mammoth = "1.4.0"
15-
spotless = "7.0.3"
15+
spotless = "7.2.1"
1616

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

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pluginManagement {
1313
}
1414

1515
plugins {
16-
id "org.gradle.toolchains.foojay-resolver-convention" version "0.8.0"
16+
id "org.gradle.toolchains.foojay-resolver-convention" version "0.10.0"
1717
}
1818

1919
dependencyResolutionManagement {

0 commit comments

Comments
 (0)