Skip to content

Commit dcb5412

Browse files
committed
clean codes
1 parent 928fed5 commit dcb5412

File tree

14 files changed

+56
-56
lines changed

14 files changed

+56
-56
lines changed

dgs-client/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ dependencies {
3333
implementation 'org.springframework.boot:spring-boot-starter-web'
3434

3535
//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'
4040

4141
//test
4242
testImplementation 'org.springframework.boot:spring-boot-starter-test'

dgs-codegen/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ dependencies {
4848
implementation 'org.yaml:snakeyaml:2.2'
4949

5050
//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'
5555
testImplementation 'org.springframework.boot:spring-boot-starter-test'
5656
}
5757

dgs-fileupload/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ dependencies {
4141
implementation 'org.springframework.boot:spring-boot-starter-web'
4242

4343
//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'
4848
testImplementation 'org.springframework.boot:spring-boot-starter-test'
4949
}
5050

dgs-webflux/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ dependencies {
4141
implementation 'org.postgresql:r2dbc-postgresql'
4242

4343
//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'
4848

4949
//test
5050
testImplementation 'org.springframework.boot:spring-boot-starter-test'

dgs/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ dependencies {
3636
implementation 'org.postgresql:postgresql'
3737

3838
//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'
4343
testImplementation 'org.springframework.boot:spring-boot-starter-test'
4444
}
4545

legacy/graphql-java-kickstart-annotations/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ dependencies {
2727
implementation 'org.apache.commons:commons-lang3:3.12.0'
2828

2929
//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'
3434

3535
//test
3636
testImplementation 'org.springframework.boot:spring-boot-starter-test'

legacy/graphql-java-kickstart-webclient/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ dependencies {
2626
implementation 'org.springframework.boot:spring-boot-starter'
2727

2828
//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'
3333

3434
//test
3535
testImplementation 'org.springframework.boot:spring-boot-starter-test'

legacy/graphql-java-kickstart/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ dependencies {
3535

3636

3737
//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'
4242

4343
//test
4444
testImplementation 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:15.1.0'

legacy/graphql-java/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ dependencies {
2929

3030

3131
//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'
3636

3737
//test
3838
testImplementation 'org.springframework.boot:spring-boot-starter-test'

legacy/graphql-spqr/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ dependencies {
3030
implementation 'org.postgresql:postgresql'
3131

3232
//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'
3737
testImplementation 'org.springframework.boot:spring-boot-starter-test'
3838
testImplementation 'org.springframework:spring-webflux'
3939
testImplementation 'io.projectreactor.netty:reactor-netty'

spring-graphql-querydsl/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ dependencies {
4646
implementation 'org.apache.commons:commons-lang3:3.14.0'
4747

4848
//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'
5353

5454
// QueryDSL for JPA
5555
compileOnly 'com.querydsl:querydsl-jpa-codegen:5.0.0:jakarta'

spring-graphql-webflux/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ dependencies {
4646
implementation 'org.postgresql:r2dbc-postgresql'
4747

4848
//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'
5353

5454
//test
5555
testImplementation 'org.springframework.graphql:spring-graphql-test'

spring-graphql-webmvc/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ dependencies {
5050
implementation 'org.apache.commons:commons-lang3:3.14.0'
5151

5252
//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'
5757

5858
//test
5959
testImplementation 'org.springframework.graphql:spring-graphql-test'

spring-graphql/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ dependencies {
3939
implementation 'org.apache.commons:commons-lang3:3.14.0'
4040

4141
//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'
4646

4747
//test
4848
testImplementation 'org.springframework.graphql:spring-graphql-test'

0 commit comments

Comments
 (0)