File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
[versions ]
4
4
5
5
[plugins ]
6
- spotless = { id = " com.diffplug.spotless" , version = " 7.0.2 " }
6
+ spotless = { id = " com.diffplug.spotless" , version = " 7.0.3 " }
7
7
publish = { id = " com.gradle.plugin-publish" , version = " 1.3.1" }
8
8
9
9
[libraries ]
@@ -18,4 +18,4 @@ kotest-framework-datatest = { module = "io.kotest:kotest-framework-datatest" }
18
18
kotest-property = { module = " io.kotest:kotest-property" }
19
19
kotest-runner-junit5 = { module = " io.kotest:kotest-runner-junit5" }
20
20
21
- mockk = { module = " io.mockk:mockk" , version = " 1.13.17 " }
21
+ mockk = { module = " io.mockk:mockk" , version = " 1.14.0 " }
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ pluginManagement {
12
12
}
13
13
14
14
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"
16
16
id(" com.gradle.develocity" ) version " 3.19.2"
17
17
}
18
18
You can’t perform that action at this time.
0 commit comments