Skip to content

Commit efe8a86

Browse files
fix(deps): update junit5 monorepo to v5.13.0
1 parent 3068c2e commit efe8a86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ repositories {
1414
}
1515

1616
dependencies {
17-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.2', 'org.junit.jupiter:junit-jupiter-params:5.12.2', 'org.json:json:20250517'
18-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.2', 'org.junit.platform:junit-platform-launcher'
17+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.0', 'org.junit.jupiter:junit-jupiter-params:5.13.0', 'org.json:json:20250517'
18+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.0', 'org.junit.platform:junit-platform-launcher'
1919

2020
implementation 'dev.personnummer:personnummer:3.5.0'
2121
}

0 commit comments

Comments
 (0)