Upgrade to Gradle 7.0.2

This commit is contained in:
Brian Clozel
2021-05-18 17:53:08 +02:00
parent 484fb932ef
commit 5d4c08a30b
7 changed files with 9 additions and 27 deletions

View File

@@ -2,7 +2,6 @@
plugins {
id 'io.spring.dependency-management' version '1.0.10.RELEASE'
id 'java-library'
id 'maven'
}
description = "Spring Support for Testing GraphQL Applications"
@@ -49,8 +48,8 @@ dependencies {
testImplementation 'com.squareup.okhttp3:mockwebserver:3.14.9'
testImplementation 'com.fasterxml.jackson.core:jackson-databind'
testRuntime 'org.apache.logging.log4j:log4j-core:2.14.1'
testRuntime 'org.apache.logging.log4j:log4j-slf4j-impl:2.14.1'
testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.14.1'
testRuntimeOnly 'org.apache.logging.log4j:log4j-slf4j-impl:2.14.1'
}
test {