We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b636787 commit 94d3f61Copy full SHA for 94d3f61
commercetools/internal-docs/build.gradle
@@ -1,5 +1,5 @@
1
dependencies {
2
- testImplementation 'org.junit.jupiter:junit-jupiter:5.x.x'
+ testImplementation 'org.junit.jupiter:junit-jupiter:6.0.2'
3
implementation project(":commercetools:commercetools-sdk-java-api")
4
implementation project(":commercetools:commercetools-sdk-java-importapi")
5
implementation project(":commercetools:commercetools-sdk-java-history")
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.2',
60
jsonassert: 'org.skyscreamer:jsonassert:1.5.3',
61
assertj: 'org.assertj:assertj-core:3.27.3'
62
0 commit comments