File tree 3 files changed +7
-8
lines changed
dgs-kotlin-co/src/test/kotlin/com/example/demo
3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import io.mockk.coVerify
9
9
import io.mockk.mockk
10
10
import kotlinx.coroutines.ExperimentalCoroutinesApi
11
11
import kotlinx.coroutines.test.runTest
12
- import org.assertj.core.api.Assertions.assertThat
13
12
import org.junit.jupiter.api.Test
14
13
import org.mockito.ArgumentMatchers
15
14
import org.springframework.beans.factory.annotation.Autowired
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' org.springframework.boot' version ' 2.6.2 '
2
+ id ' org.springframework.boot' version ' 2.7.0-M1 '
3
3
id ' io.spring.dependency-management' version ' 1.0.11.RELEASE'
4
4
id ' java'
5
5
}
@@ -19,7 +19,7 @@ repositories {
19
19
20
20
dependencies {
21
21
// spring graphql
22
- implementation ' org.springframework.experimental:graphql- spring-boot-starter:1.0.0-SNAPSHOT '
22
+ implementation ' org.springframework.boot: spring-boot-starter-graphql '
23
23
24
24
// Spring Boot
25
25
implementation ' org.springframework.boot:spring-boot-starter-web'
@@ -30,12 +30,12 @@ dependencies {
30
30
31
31
// configure Lombok for compile java/ compile tests
32
32
compileOnly ' org.projectlombok:lombok:1.18.22'
33
- annotationProcessor ' org.projectlombok:lombok:1.18.20 '
34
- testCompileOnly ' org.projectlombok:lombok:1.18.20 '
35
- testAnnotationProcessor ' org.projectlombok:lombok:1.18.20 '
33
+ annotationProcessor ' org.projectlombok:lombok:1.18.22 '
34
+ testCompileOnly ' org.projectlombok:lombok:1.18.22 '
35
+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.22 '
36
36
37
37
// test
38
- testImplementation ' org.springframework.graphql:spring-graphql-test:1.0.0-SNAPSHOT '
38
+ testImplementation ' org.springframework.graphql:spring-graphql-test'
39
39
testImplementation ' org.springframework.boot:spring-boot-starter-test'
40
40
testImplementation ' org.springframework:spring-webflux'
41
41
testImplementation ' io.projectreactor:reactor-test'
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.3-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments