We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e34f3d + e50568b commit 9924d1cCopy full SHA for 9924d1c
build.gradle
@@ -76,8 +76,8 @@ repositories {
76
}
77
78
dependencies {
79
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.2'
80
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.2'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.4.0'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.4.0'
81
82
83
task sourcesJar (type : Jar) {
0 commit comments