File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
43
43
testCompileOnly ' org.jetbrains:annotations:25.0.0'
44
44
45
45
testImplementation ' org.assertj:assertj-core:3.26.3'
46
- testImplementation(platform(' org.junit:junit-bom:5.11.0 ' ))
46
+ testImplementation(platform(' org.junit:junit-bom:5.11.1 ' ))
47
47
testImplementation ' org.junit.jupiter:junit-jupiter'
48
48
49
49
jmh ' com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.17.2'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
11
11
implementation ' ch.randelshofer:fastdoubleparser:1.0.1'
12
12
13
13
testImplementation ' org.assertj:assertj-core:3.26.3'
14
- testImplementation(platform(' org.junit:junit-bom:5.11.0 ' ))
14
+ testImplementation(platform(' org.junit:junit-bom:5.11.1 ' ))
15
15
testImplementation ' org.junit.jupiter:junit-jupiter'
16
16
}
17
17
You can’t perform that action at this time.
0 commit comments