We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc53ec1 + 47d6dc0 commit 7d079a2Copy full SHA for 7d079a2
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.3'
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.3',
60
jsonassert: 'org.skyscreamer:jsonassert:1.5.3',
61
assertj: 'org.assertj:assertj-core:3.27.3'
62
0 commit comments