Skip to content

Commit 891348c

Browse files
Merge pull request #239 from salesforce-misc/renovate/all
Update all dependencies
2 parents 65b5951 + 20775b7 commit 891348c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
[versions]
22
jdk = "17"
3-
kotlin = "2.1.21"
4-
moshix = "0.30.0"
3+
kotlin = "2.2.0"
4+
moshix = "0.31.0"
55
http4k = "5.47.0.0" # Compatable with JDK 17
6-
immutables = "2.10.1"
6+
immutables = "2.11.0"
77
arrow = "2.1.2"
88
graal = "24.2.1"
99
java-vavr = "0.10.6"
1010
kotlin-vavr = "0.10.2"
1111
jetbrains-annotations = "26.0.2"
12-
okio = "3.13.0"
12+
okio = "3.15.0"
1313
kotest = "5.9.1"
1414
testLogger = "4.0.0"
1515
truth = "1.4.4"
1616
assertj-core = "3.27.3"
1717
assertj-vavr = "0.4.3"
1818
kotlin-logging = "7.0.7"
1919
pprint = "3.0.0"
20-
underscore = "1.114"
20+
underscore = "1.115"
2121
kotlin-faker = "1.16.0"
2222
mockito = "5.18.0"
2323
spring = "6.2.8"
2424
json-assert = "1.5.3"
2525
nexus-publish = "2.0.0"
26-
kotlinx-datetime = "0.6.2"
26+
kotlinx-datetime = "0.7.1-0.6.x-compat"
2727
node-gradle = "7.1.0"
2828
mockk = "1.14.4"
2929
gradle-taskinfo = "2.2.0"
@@ -33,7 +33,7 @@ gradle-taskinfo = "2.2.0"
3333
junit = "5.11.4"
3434
kover = "0.9.1"
3535
detekt = "1.23.8"
36-
spotless = "7.0.4"
36+
spotless = "7.1.0"
3737
apache-log4j = "2.25.0"
3838

3939
[libraries]

0 commit comments

Comments
 (0)