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.
1 parent 0e34f3d commit e50568bCopy full SHA for e50568b
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