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 d6b65b8 commit 27c901bCopy full SHA for 27c901b
commercetools/commercetools-importapi-utils/build.gradle
@@ -10,7 +10,7 @@ repositories {
10
}
11
12
dependencies {
13
- testImplementation(platform("org.junit:junit-bom:5.10.0"))
+ testImplementation(platform("org.junit:junit-bom:6.0.0"))
14
testImplementation("org.junit.jupiter:junit-jupiter")
15
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
16
gradle-scripts/extensions.gradle
@@ -56,7 +56,7 @@ ext {
56
]
57
58
junit = [
59
- junit: 'org.junit.jupiter:junit-jupiter:5.13.2',
+ junit: 'org.junit.jupiter:junit-jupiter:6.0.0',
60
jsonassert: 'org.skyscreamer:jsonassert:1.5.3',
61
assertj: 'org.assertj:assertj-core:3.27.3'
62
0 commit comments