Skip to content

Commit 9a187e7

Browse files
fix(deps): update junit5 monorepo to v5.11.3
1 parent 19fb6e0 commit 9a187e7

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
@@ -12,8 +12,8 @@ repositories {
1212
}
1313

1414
dependencies {
15-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2', 'org.junit.jupiter:junit-jupiter-params:5.11.2', 'org.json:json:20240303'
16-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
15+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3', 'org.junit.jupiter:junit-jupiter-params:5.11.3', 'org.json:json:20240303'
16+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
1717

1818
implementation 'dev.personnummer:personnummer:3.5.0'
1919
}

0 commit comments

Comments
 (0)