File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
id ' signing'
6
6
id ' idea'
7
7
id " org.sonarqube" version " 6.0.1.5171"
8
- id " org.jetbrains.gradle.plugin.idea-ext" version " 1.1.9 "
8
+ id " org.jetbrains.gradle.plugin.idea-ext" version " 1.1.10 "
9
9
id ' io.codearte.nexus-staging' version ' 0.30.0'
10
10
}
11
11
@@ -27,7 +27,7 @@ repositories {
27
27
}
28
28
29
29
dependencies {
30
- api platform(' org.junit:junit-bom:5.11.4 ' )
30
+ api platform(' org.junit:junit-bom:5.12.0 ' )
31
31
api ' org.junit.jupiter:junit-jupiter-api'
32
32
api ' org.junit.jupiter:junit-jupiter-params'
33
33
@@ -39,8 +39,8 @@ dependencies {
39
39
// library needs to bring their own version (probably this)
40
40
testImplementation ' org.eclipse.parsson:parsson:1.1.7'
41
41
testImplementation ' org.junit.jupiter:junit-jupiter-engine'
42
- testImplementation ' org.assertj:assertj-core:3.27.0 '
43
- testImplementation ' org.mockito:mockito-core:5.14 .2'
42
+ testImplementation ' org.assertj:assertj-core:3.27.3 '
43
+ testImplementation ' org.mockito:mockito-core:5.15 .2'
44
44
}
45
45
46
46
test {
You can’t perform that action at this time.
0 commit comments