Skip to content

Commit bd277ad

Browse files
authored
Merge pull request #243 from kit-data-manager/renovate/org.junit-junit-bom-5.x
chore(deps): update dependency org.junit:junit-bom to v5.12.2
2 parents 476adec + 4511404 commit bd277ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ext {
4343

4444
dependencies {
4545
// JUnit setup for testing
46-
testImplementation(platform("org.junit:junit-bom:5.12.1"))
46+
testImplementation(platform("org.junit:junit-bom:5.12.2"))
4747
testImplementation('org.junit.jupiter:junit-jupiter')
4848
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
4949
// JSON object mapping / (de-)serialization

0 commit comments

Comments
 (0)