Skip to content

Commit ea66407

Browse files
Bump org.junit:junit-bom from 6.0.3 to 6.1.0 (#183)
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.0.3 to 6.1.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.3...r6.1.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e44c55 commit ea66407

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
implementation("com.twelvemonkeys.imageio:imageio-webp:3.13.1")
2323

2424
testImplementation(project(":data:core"))
25-
testImplementation(platform("org.junit:junit-bom:6.0.3"))
25+
testImplementation(platform("org.junit:junit-bom:6.1.0"))
2626
testImplementation("org.junit.jupiter:junit-jupiter")
2727
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2828
testImplementation("org.assertj:assertj-core:3.27.7")

data/api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
compileOnly("org.projectlombok:lombok:1.18.46")
1313
annotationProcessor("org.projectlombok:lombok:1.18.46")
1414

15-
testImplementation(platform("org.junit:junit-bom:6.0.3"))
15+
testImplementation(platform("org.junit:junit-bom:6.1.0"))
1616
testImplementation("org.junit.jupiter:junit-jupiter")
1717
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
1818
testImplementation("org.assertj:assertj-core:3.27.7")

data/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
compileOnly("org.projectlombok:lombok:1.18.46")
1616
annotationProcessor("org.projectlombok:lombok:1.18.46")
1717

18-
testImplementation(platform("org.junit:junit-bom:6.0.3"))
18+
testImplementation(platform("org.junit:junit-bom:6.1.0"))
1919
testImplementation("org.junit.jupiter:junit-jupiter")
2020
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2121
}

data/core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
implementation("com.fasterxml.jackson.core:jackson-annotations:2.21")
2222
implementation("tools.jackson.core:jackson-databind:3.1.3")
2323

24-
testImplementation(platform("org.junit:junit-bom:6.0.3"))
24+
testImplementation(platform("org.junit:junit-bom:6.1.0"))
2525
testImplementation("org.junit.jupiter:junit-jupiter")
2626
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2727
testImplementation("org.assertj:assertj-core:3.27.7")

web/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
implementation("io.avaje:avaje-config:5.1")
2424
implementation("io.avaje:avaje-applog-slf4j:1.2")
2525

26-
testImplementation(platform("org.junit:junit-bom:6.0.3"))
26+
testImplementation(platform("org.junit:junit-bom:6.1.0"))
2727
testImplementation("org.junit.jupiter:junit-jupiter")
2828
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2929
testImplementation("com.microsoft.playwright:playwright:1.59.0")

0 commit comments

Comments
 (0)