File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pluginManagement {
8
8
id(" io.freefair.lombok" ).version(" 8.13.1" )
9
9
id(" org.sonarqube" ).version(" 6.2.0.5505" )
10
10
id(" org.openapi.generator" ).version(" 7.13.0" )
11
- id(" com.diffplug.spotless" ).version(" 7.0.3 " )
11
+ id(" com.diffplug.spotless" ).version(" 7.0.4 " )
12
12
13
13
id(" signing" )
14
14
id(" maven-publish" )
@@ -33,7 +33,7 @@ dependencyResolutionManagement {
33
33
library(" csv" , " com.opencsv" , " opencsv" ).version(" 5.11.1" )
34
34
35
35
// testing dependencies
36
- version(" junit.version" , " 5.13.0 " )
36
+ version(" junit.version" , " 5.13.1 " )
37
37
library(" junit.jupiter" , " org.junit.jupiter" , " junit-jupiter-api" ).versionRef(" junit.version" )
38
38
library(" assertj" ," org.assertj" , " assertj-core" ).version(" 3.27.3" )
39
39
library(" mockito" ," org.mockito" , " mockito-core" ).version(" 5.18.0" )
You can’t perform that action at this time.
0 commit comments