Skip to content

Commit f2f3721

Browse files
fix(deps): update junit-framework monorepo to v6
1 parent d6b65b8 commit f2f3721

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commercetools/commercetools-importapi-utils/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
dependencies {
13-
testImplementation(platform("org.junit:junit-bom:5.10.0"))
13+
testImplementation(platform("org.junit:junit-bom:6.0.1"))
1414
testImplementation("org.junit.jupiter:junit-jupiter")
1515
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
1616

gradle-scripts/extensions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ext {
5656
]
5757

5858
junit = [
59-
junit: 'org.junit.jupiter:junit-jupiter:5.13.2',
59+
junit: 'org.junit.jupiter:junit-jupiter:6.0.1',
6060
jsonassert: 'org.skyscreamer:jsonassert:1.5.3',
6161
assertj: 'org.assertj:assertj-core:3.27.3'
6262
]

0 commit comments

Comments
 (0)