Skip to content

Commit 22ad31b

Browse files
Update junit5 monorepo to v5.10.3
1 parent ab9a118 commit 22ad31b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ repositories {
77
}
88

99
dependencies {
10-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
11-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
10+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
11+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3'
1212
}
1313

1414
group = 'com.github.codefreak'

templates/java/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ plugins {
44
}
55

66
dependencies {
7-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
8-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
7+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
8+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3'
99
}
1010

1111
repositories {

0 commit comments

Comments
 (0)