Skip to content

Commit c24fcc9

Browse files
Merge remote-tracking branch 'origin/main'
2 parents 30e76ca + b1b9107 commit c24fcc9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[versions]
44

55
[plugins]
6-
spotless = { id = "com.diffplug.spotless", version = "7.0.2" }
6+
spotless = { id = "com.diffplug.spotless", version = "7.0.3" }
77
publish = { id = "com.gradle.plugin-publish", version = "1.3.1" }
88

99
[libraries]
@@ -18,4 +18,4 @@ kotest-framework-datatest = { module = "io.kotest:kotest-framework-datatest" }
1818
kotest-property = { module = "io.kotest:kotest-property" }
1919
kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5" }
2020

21-
mockk = { module = "io.mockk:mockk", version = "1.13.17" }
21+
mockk = { module = "io.mockk:mockk", version = "1.14.0" }

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pluginManagement {
1212
}
1313

1414
plugins {
15-
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
15+
id("org.gradle.toolchains.foojay-resolver-convention") version "0.10.0"
1616
id("com.gradle.develocity") version "3.19.2"
1717
}
1818

0 commit comments

Comments
 (0)