Skip to content

Commit 85b4b12

Browse files
fix(deps): update dependency org.junit:junit-bom to v5.13.4 (#70)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3853fa5 commit 85b4b12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adapters/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
dependencies {
6-
testImplementation(platform("org.junit:junit-bom:5.13.3"))
6+
testImplementation(platform("org.junit:junit-bom:5.13.4"))
77
testImplementation("org.junit.jupiter:junit-jupiter")
88
}
99

common/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
testImplementation(project(":adapters:database"))
2121
testImplementation(project(":api"))
2222

23-
testImplementation(platform("org.junit:junit-bom:5.13.3"))
23+
testImplementation(platform("org.junit:junit-bom:5.13.4"))
2424
testImplementation("org.junit.jupiter:junit-jupiter")
2525

2626
}

0 commit comments

Comments
 (0)