File tree 14 files changed +56
-56
lines changed
graphql-java-kickstart-annotations
graphql-java-kickstart-webclient
14 files changed +56
-56
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ dependencies {
33
33
implementation ' org.springframework.boot:spring-boot-starter-web'
34
34
35
35
// configure Lombok for compile java/ compile tests
36
- compileOnly ' org.projectlombok:lombok:1.18.30 '
37
- annotationProcessor ' org.projectlombok:lombok:1.18.30 '
38
- testCompileOnly ' org.projectlombok:lombok:1.18.30 '
39
- testAnnotationProcessor ' org.projectlombok:lombok:1.18.30 '
36
+ compileOnly ' org.projectlombok:lombok:1.18.32 '
37
+ annotationProcessor ' org.projectlombok:lombok:1.18.32 '
38
+ testCompileOnly ' org.projectlombok:lombok:1.18.32 '
39
+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.32 '
40
40
41
41
// test
42
42
testImplementation ' org.springframework.boot:spring-boot-starter-test'
Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ dependencies {
48
48
implementation ' org.yaml:snakeyaml:2.2'
49
49
50
50
// configure Lombok for compile java/ compile tests
51
- compileOnly ' org.projectlombok:lombok:1.18.30 '
52
- annotationProcessor ' org.projectlombok:lombok:1.18.30 '
53
- testCompileOnly ' org.projectlombok:lombok:1.18.30 '
54
- testAnnotationProcessor ' org.projectlombok:lombok:1.18.30 '
51
+ compileOnly ' org.projectlombok:lombok:1.18.32 '
52
+ annotationProcessor ' org.projectlombok:lombok:1.18.32 '
53
+ testCompileOnly ' org.projectlombok:lombok:1.18.32 '
54
+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.32 '
55
55
testImplementation ' org.springframework.boot:spring-boot-starter-test'
56
56
}
57
57
Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ dependencies {
41
41
implementation ' org.springframework.boot:spring-boot-starter-web'
42
42
43
43
// configure Lombok for compile java/ compile tests
44
- compileOnly ' org.projectlombok:lombok:1.18.30 '
45
- annotationProcessor ' org.projectlombok:lombok:1.18.30 '
46
- testCompileOnly ' org.projectlombok:lombok:1.18.30 '
47
- testAnnotationProcessor ' org.projectlombok:lombok:1.18.30 '
44
+ compileOnly ' org.projectlombok:lombok:1.18.32 '
45
+ annotationProcessor ' org.projectlombok:lombok:1.18.32 '
46
+ testCompileOnly ' org.projectlombok:lombok:1.18.32 '
47
+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.32 '
48
48
testImplementation ' org.springframework.boot:spring-boot-starter-test'
49
49
}
50
50
Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ dependencies {
41
41
implementation ' org.postgresql:r2dbc-postgresql'
42
42
43
43
// configure Lombok for compile java/ compile tests
44
- compileOnly ' org.projectlombok:lombok:1.18.30 '
45
- annotationProcessor ' org.projectlombok:lombok:1.18.30 '
46
- testCompileOnly ' org.projectlombok:lombok:1.18.30 '
47
- testAnnotationProcessor ' org.projectlombok:lombok:1.18.30 '
44
+ compileOnly ' org.projectlombok:lombok:1.18.32 '
45
+ annotationProcessor ' org.projectlombok:lombok:1.18.32 '
46
+ testCompileOnly ' org.projectlombok:lombok:1.18.32 '
47
+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.32 '
48
48
49
49
// test
50
50
testImplementation ' org.springframework.boot:spring-boot-starter-test'
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ dependencies {
36
36
implementation ' org.postgresql:postgresql'
37
37
38
38
// configure Lombok for compile java/ compile tests
39
- compileOnly ' org.projectlombok:lombok:1.18.30 '
40
- annotationProcessor ' org.projectlombok:lombok:1.18.30 '
41
- testCompileOnly ' org.projectlombok:lombok:1.18.30 '
42
- testAnnotationProcessor ' org.projectlombok:lombok:1.18.30 '
39
+ compileOnly ' org.projectlombok:lombok:1.18.32 '
40
+ annotationProcessor ' org.projectlombok:lombok:1.18.32 '
41
+ testCompileOnly ' org.projectlombok:lombok:1.18.32 '
42
+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.32 '
43
43
testImplementation ' org.springframework.boot:spring-boot-starter-test'
44
44
}
45
45
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ dependencies {
27
27
implementation ' org.apache.commons:commons-lang3:3.12.0'
28
28
29
29
// configure Lombok for compile java/ compile tests
30
- compileOnly ' org.projectlombok:lombok:1.18.30 '
31
- annotationProcessor ' org.projectlombok:lombok:1.18.30 '
32
- testCompileOnly ' org.projectlombok:lombok:1.18.30 '
33
- testAnnotationProcessor ' org.projectlombok:lombok:1.18.30 '
30
+ compileOnly ' org.projectlombok:lombok:1.18.32 '
31
+ annotationProcessor ' org.projectlombok:lombok:1.18.32 '
32
+ testCompileOnly ' org.projectlombok:lombok:1.18.32 '
33
+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.32 '
34
34
35
35
// test
36
36
testImplementation ' org.springframework.boot:spring-boot-starter-test'
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ dependencies {
26
26
implementation ' org.springframework.boot:spring-boot-starter'
27
27
28
28
// configure Lombok for compile java/ compile tests
29
- compileOnly ' org.projectlombok:lombok:1.18.30 '
30
- annotationProcessor ' org.projectlombok:lombok:1.18.30 '
31
- testCompileOnly ' org.projectlombok:lombok:1.18.30 '
32
- testAnnotationProcessor ' org.projectlombok:lombok:1.18.30 '
29
+ compileOnly ' org.projectlombok:lombok:1.18.32 '
30
+ annotationProcessor ' org.projectlombok:lombok:1.18.32 '
31
+ testCompileOnly ' org.projectlombok:lombok:1.18.32 '
32
+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.32 '
33
33
34
34
// test
35
35
testImplementation ' org.springframework.boot:spring-boot-starter-test'
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ dependencies {
35
35
36
36
37
37
// configure Lombok for compile java/ compile tests
38
- compileOnly ' org.projectlombok:lombok:1.18.30 '
39
- annotationProcessor ' org.projectlombok:lombok:1.18.30 '
40
- testCompileOnly ' org.projectlombok:lombok:1.18.30 '
41
- testAnnotationProcessor ' org.projectlombok:lombok:1.18.30 '
38
+ compileOnly ' org.projectlombok:lombok:1.18.32 '
39
+ annotationProcessor ' org.projectlombok:lombok:1.18.32 '
40
+ testCompileOnly ' org.projectlombok:lombok:1.18.32 '
41
+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.32 '
42
42
43
43
// test
44
44
testImplementation ' com.graphql-java-kickstart:graphql-spring-boot-starter-test:15.1.0'
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ dependencies {
29
29
30
30
31
31
// configure Lombok for compile java/ compile tests
32
- compileOnly ' org.projectlombok:lombok:1.18.30 '
33
- annotationProcessor ' org.projectlombok:lombok:1.18.30 '
34
- testCompileOnly ' org.projectlombok:lombok:1.18.30 '
35
- testAnnotationProcessor ' org.projectlombok:lombok:1.18.30 '
32
+ compileOnly ' org.projectlombok:lombok:1.18.32 '
33
+ annotationProcessor ' org.projectlombok:lombok:1.18.32 '
34
+ testCompileOnly ' org.projectlombok:lombok:1.18.32 '
35
+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.32 '
36
36
37
37
// test
38
38
testImplementation ' org.springframework.boot:spring-boot-starter-test'
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ dependencies {
30
30
implementation ' org.postgresql:postgresql'
31
31
32
32
// configure Lombok for compile java/ compile tests
33
- compileOnly ' org.projectlombok:lombok:1.18.30 '
34
- annotationProcessor ' org.projectlombok:lombok:1.18.30 '
35
- testCompileOnly ' org.projectlombok:lombok:1.18.30 '
36
- testAnnotationProcessor ' org.projectlombok:lombok:1.18.30 '
33
+ compileOnly ' org.projectlombok:lombok:1.18.32 '
34
+ annotationProcessor ' org.projectlombok:lombok:1.18.32 '
35
+ testCompileOnly ' org.projectlombok:lombok:1.18.32 '
36
+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.32 '
37
37
testImplementation ' org.springframework.boot:spring-boot-starter-test'
38
38
testImplementation ' org.springframework:spring-webflux'
39
39
testImplementation ' io.projectreactor.netty:reactor-netty'
Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ dependencies {
46
46
implementation ' org.apache.commons:commons-lang3:3.14.0'
47
47
48
48
// configure Lombok for compile java/ compile tests
49
- compileOnly ' org.projectlombok:lombok:1.18.30 '
50
- annotationProcessor ' org.projectlombok:lombok:1.18.30 '
51
- testCompileOnly ' org.projectlombok:lombok:1.18.30 '
52
- testAnnotationProcessor ' org.projectlombok:lombok:1.18.30 '
49
+ compileOnly ' org.projectlombok:lombok:1.18.32 '
50
+ annotationProcessor ' org.projectlombok:lombok:1.18.32 '
51
+ testCompileOnly ' org.projectlombok:lombok:1.18.32 '
52
+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.32 '
53
53
54
54
// QueryDSL for JPA
55
55
compileOnly ' com.querydsl:querydsl-jpa-codegen:5.0.0:jakarta'
Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ dependencies {
46
46
implementation ' org.postgresql:r2dbc-postgresql'
47
47
48
48
// configure Lombok for compile java/ compile tests
49
- compileOnly ' org.projectlombok:lombok:1.18.30 '
50
- annotationProcessor ' org.projectlombok:lombok:1.18.30 '
51
- testCompileOnly ' org.projectlombok:lombok:1.18.30 '
52
- testAnnotationProcessor ' org.projectlombok:lombok:1.18.30 '
49
+ compileOnly ' org.projectlombok:lombok:1.18.32 '
50
+ annotationProcessor ' org.projectlombok:lombok:1.18.32 '
51
+ testCompileOnly ' org.projectlombok:lombok:1.18.32 '
52
+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.32 '
53
53
54
54
// test
55
55
testImplementation ' org.springframework.graphql:spring-graphql-test'
Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ dependencies {
50
50
implementation ' org.apache.commons:commons-lang3:3.14.0'
51
51
52
52
// configure Lombok for compile java/ compile tests
53
- compileOnly ' org.projectlombok:lombok:1.18.30 '
54
- annotationProcessor ' org.projectlombok:lombok:1.18.30 '
55
- testCompileOnly ' org.projectlombok:lombok:1.18.30 '
56
- testAnnotationProcessor ' org.projectlombok:lombok:1.18.30 '
53
+ compileOnly ' org.projectlombok:lombok:1.18.32 '
54
+ annotationProcessor ' org.projectlombok:lombok:1.18.32 '
55
+ testCompileOnly ' org.projectlombok:lombok:1.18.32 '
56
+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.32 '
57
57
58
58
// test
59
59
testImplementation ' org.springframework.graphql:spring-graphql-test'
Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ dependencies {
39
39
implementation ' org.apache.commons:commons-lang3:3.14.0'
40
40
41
41
// configure Lombok for compile java/ compile tests
42
- compileOnly ' org.projectlombok:lombok:1.18.30 '
43
- annotationProcessor ' org.projectlombok:lombok:1.18.30 '
44
- testCompileOnly ' org.projectlombok:lombok:1.18.30 '
45
- testAnnotationProcessor ' org.projectlombok:lombok:1.18.30 '
42
+ compileOnly ' org.projectlombok:lombok:1.18.32 '
43
+ annotationProcessor ' org.projectlombok:lombok:1.18.32 '
44
+ testCompileOnly ' org.projectlombok:lombok:1.18.32 '
45
+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.32 '
46
46
47
47
// test
48
48
testImplementation ' org.springframework.graphql:spring-graphql-test'
You can’t perform that action at this time.
0 commit comments