Skip to content

Commit

Permalink
Merge branch 'master' of github.com:freefair/gradle-plugins into master
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Sep 15, 2020
2 parents 9a4029d + 702eb43 commit 884cb61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -57,7 +57,7 @@ allprojects {

dependencies {
testImplementation 'org.assertj:assertj-core:3.17.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
}
}
Expand Down
2 changes: 1 addition & 1 deletion test-common/build.gradle
@@ -1,7 +1,7 @@
apply plugin: "java-library"

dependencies {
api "org.junit.jupiter:junit-jupiter-api:5.6.2"
api "org.junit.jupiter:junit-jupiter-api:5.7.0"
api "org.assertj:assertj-core:3.17.1"
api gradleApi()
api gradleTestKit()
Expand Down

0 comments on commit 884cb61

Please sign in to comment.