We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7985b53 commit 9884624Copy full SHA for 9884624
build.gradle
@@ -27,7 +27,7 @@ repositories {
27
}
28
29
dependencies {
30
- api platform('org.junit:junit-bom:5.11.3')
+ api platform('org.junit:junit-bom:5.11.4')
31
api 'org.junit.jupiter:junit-jupiter-api'
32
api 'org.junit.jupiter:junit-jupiter-params'
33
@@ -39,7 +39,7 @@ dependencies {
39
// library needs to bring their own version (probably this)
40
testImplementation 'org.eclipse.parsson:parsson:1.1.7'
41
testImplementation 'org.junit.jupiter:junit-jupiter-engine'
42
- testImplementation 'org.assertj:assertj-core:3.26.3'
+ testImplementation 'org.assertj:assertj-core:3.27.0'
43
testImplementation 'org.mockito:mockito-core:5.14.2'
44
45
0 commit comments