Skip to content

Commit 6d89735

Browse files
committed
Upgrade JUnit 5 version
1 parent c45b70f commit 6d89735

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This repository is created for education reason.
66

7-
The technology stack: Java 8, Groovy, Gradle, JUnit 5.0.3, Spock 1.2-RC1,
7+
The technology stack: Java 8, Groovy, Gradle, JUnit 5.2.0, Spock 1.2-RC1,
88
Vavr, Assertj, awaitutility, mockito,
99
Static code analyzers (codenarc, checkstyle, PMD, Google Find bugs)
1010

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jar {
3636
version = '0.0.1-SNAPSHOT'
3737
}
3838

39-
ext.junitJupiterVersion = '5.0.3'
39+
ext.junitJupiterVersion = '5.2.0'
4040
ext.junitVintageVersion = '5.2.0'
4141

4242
dependencies {

0 commit comments

Comments
 (0)