@@ -5,7 +5,7 @@ plugins {
5
5
id ' maven'
6
6
}
7
7
8
- description = " GraphQL Java Test Support for Spring Applications"
8
+ description = " Spring Support for Testing GraphQL Applications"
9
9
10
10
java {
11
11
sourceCompatibility = JavaVersion . VERSION_1_8
14
14
15
15
dependencyManagement {
16
16
imports {
17
- mavenBom " com.fasterxml.jackson:jackson-bom:2.12.0 "
18
- mavenBom " io.projectreactor:reactor-bom:2020.0.2 "
19
- mavenBom " org.springframework:spring-framework-bom:5.3.2 "
17
+ mavenBom " com.fasterxml.jackson:jackson-bom:2.12.3 "
18
+ mavenBom " io.projectreactor:reactor-bom:2020.0.6 "
19
+ mavenBom " org.springframework:spring-framework-bom:5.3.6 "
20
20
}
21
21
generatedPomCustomization {
22
22
enabled = false
@@ -28,26 +28,26 @@ dependencies {
28
28
api ' com.graphql-java:graphql-java:16.2'
29
29
api ' io.projectreactor:reactor-core'
30
30
api ' org.springframework:spring-context'
31
- api ' com.jayway.jsonpath:json-path:2.4.0'
31
+ api ' org.springframework:spring-test'
32
+ api ' com.jayway.jsonpath:json-path:2.5.0'
32
33
33
34
compileOnly " javax.annotation:javax.annotation-api:1.3.2"
34
35
compileOnly ' org.springframework:spring-webflux'
35
36
compileOnly ' org.springframework:spring-webmvc'
36
37
compileOnly ' org.springframework:spring-websocket'
37
- compileOnly ' org.springframework:spring-test'
38
38
compileOnly ' javax.servlet:javax.servlet-api:4.0.1'
39
39
compileOnly ' org.skyscreamer:jsonassert:1.5.0'
40
40
41
- testImplementation ' org.junit.jupiter:junit-jupiter:5.7.0 '
42
- testImplementation ' org.assertj:assertj-core:3.18.1 '
41
+ testImplementation ' org.junit.jupiter:junit-jupiter:5.7.1 '
42
+ testImplementation ' org.assertj:assertj-core:3.19.0 '
43
43
testImplementation ' org.mockito:mockito-core:3.8.0'
44
+ testImplementation ' org.skyscreamer:jsonassert:1.5.0'
44
45
testImplementation ' org.springframework:spring-webflux'
45
46
testImplementation ' org.springframework:spring-test'
46
47
testImplementation ' io.projectreactor:reactor-test'
47
48
testImplementation ' io.projectreactor.netty:reactor-netty'
48
- testImplementation ' com.fasterxml.jackson.core:jackson-databind'
49
49
testImplementation ' com.squareup.okhttp3:mockwebserver:3.14.9'
50
- testImplementation ' org.skyscreamer:jsonassert:1.5.0 '
50
+ testImplementation ' com.fasterxml.jackson.core:jackson-databind '
51
51
52
52
testRuntime ' org.apache.logging.log4j:log4j-core:2.14.1'
53
53
testRuntime ' org.apache.logging.log4j:log4j-slf4j-impl:2.14.1'
0 commit comments