Skip to content

Commit fbb9be8

Browse files
Bump junit-jupiter-engine from 5.2.0 to 5.3.2
Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.2.0 to 5.3.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.2.0...r5.3.2) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 025d74a commit fbb9be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252

5353
testImplementation('org.junit.jupiter:junit-jupiter-api:5.2.0')
5454
testImplementation(group: 'org.json', name: 'json', version: '20180130')
55-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.2.0'
55+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.2'
5656

5757
}
5858

0 commit comments

Comments
 (0)