Skip to content

Commit

Permalink
chore: update Lombok to 1.18.36
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy committed Nov 25, 2024
1 parent 552004c commit 9051dd5
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 36 deletions.
8 changes: 4 additions & 4 deletions dgs-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'

//configure Lombok for compile java/ compile tests
compileOnly 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
testCompileOnly 'org.projectlombok:lombok:1.18.34'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'
compileOnly 'org.projectlombok:lombok:1.18.36'
annotationProcessor 'org.projectlombok:lombok:1.18.36'
testCompileOnly 'org.projectlombok:lombok:1.18.36'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.36'

//test
testImplementation 'org.springframework.boot:spring-boot-starter-test'
Expand Down
8 changes: 4 additions & 4 deletions dgs-codegen/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ dependencies {
implementation 'org.yaml:snakeyaml:2.3'

//configure Lombok for compile java/ compile tests
compileOnly 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
testCompileOnly 'org.projectlombok:lombok:1.18.34'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'
compileOnly 'org.projectlombok:lombok:1.18.36'
annotationProcessor 'org.projectlombok:lombok:1.18.36'
testCompileOnly 'org.projectlombok:lombok:1.18.36'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.36'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}

Expand Down
8 changes: 4 additions & 4 deletions dgs-fileupload/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'

//configure Lombok for compile java/ compile tests
compileOnly 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
testCompileOnly 'org.projectlombok:lombok:1.18.34'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'
compileOnly 'org.projectlombok:lombok:1.18.36'
annotationProcessor 'org.projectlombok:lombok:1.18.36'
testCompileOnly 'org.projectlombok:lombok:1.18.36'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.36'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}

Expand Down
8 changes: 4 additions & 4 deletions dgs-webflux/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ dependencies {
implementation 'org.postgresql:r2dbc-postgresql'

//configure Lombok for compile java/ compile tests
compileOnly 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
testCompileOnly 'org.projectlombok:lombok:1.18.34'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'
compileOnly 'org.projectlombok:lombok:1.18.36'
annotationProcessor 'org.projectlombok:lombok:1.18.36'
testCompileOnly 'org.projectlombok:lombok:1.18.36'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.36'

//test
testImplementation 'org.springframework.boot:spring-boot-starter-test'
Expand Down
8 changes: 4 additions & 4 deletions dgs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ dependencies {
implementation 'org.postgresql:postgresql'

//configure Lombok for compile java/ compile tests
compileOnly 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
testCompileOnly 'org.projectlombok:lombok:1.18.34'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'
compileOnly 'org.projectlombok:lombok:1.18.36'
annotationProcessor 'org.projectlombok:lombok:1.18.36'
testCompileOnly 'org.projectlombok:lombok:1.18.36'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.36'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'com.netflix.graphql.dgs:graphql-dgs-spring-graphql-starter-test'
}
Expand Down
8 changes: 4 additions & 4 deletions spring-graphql-querydsl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ dependencies {
implementation 'org.apache.commons:commons-lang3:3.17.0'

//configure Lombok for compile java/ compile tests
compileOnly 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
testCompileOnly 'org.projectlombok:lombok:1.18.34'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'
compileOnly 'org.projectlombok:lombok:1.18.36'
annotationProcessor 'org.projectlombok:lombok:1.18.36'
testCompileOnly 'org.projectlombok:lombok:1.18.36'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.36'

// QueryDSL for JPA
compileOnly 'com.querydsl:querydsl-jpa-codegen:5.0.0:jakarta'
Expand Down
8 changes: 4 additions & 4 deletions spring-graphql-webflux/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ dependencies {
implementation 'org.postgresql:r2dbc-postgresql'

//configure Lombok for compile java/ compile tests
compileOnly 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
testCompileOnly 'org.projectlombok:lombok:1.18.34'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'
compileOnly 'org.projectlombok:lombok:1.18.36'
annotationProcessor 'org.projectlombok:lombok:1.18.36'
testCompileOnly 'org.projectlombok:lombok:1.18.36'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.36'

//test
testImplementation 'org.springframework.graphql:spring-graphql-test'
Expand Down
8 changes: 4 additions & 4 deletions spring-graphql-webmvc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ dependencies {
implementation 'org.apache.commons:commons-lang3:3.17.0'

//configure Lombok for compile java/ compile tests
compileOnly 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
testCompileOnly 'org.projectlombok:lombok:1.18.34'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'
compileOnly 'org.projectlombok:lombok:1.18.36'
annotationProcessor 'org.projectlombok:lombok:1.18.36'
testCompileOnly 'org.projectlombok:lombok:1.18.36'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.36'

//test
testImplementation 'org.springframework.graphql:spring-graphql-test'
Expand Down
8 changes: 4 additions & 4 deletions spring-graphql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ dependencies {
implementation 'org.apache.commons:commons-lang3:3.17.0'

//configure Lombok for compile java/ compile tests
compileOnly 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
testCompileOnly 'org.projectlombok:lombok:1.18.34'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'
compileOnly 'org.projectlombok:lombok:1.18.36'
annotationProcessor 'org.projectlombok:lombok:1.18.36'
testCompileOnly 'org.projectlombok:lombok:1.18.36'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.36'

//test
testImplementation 'org.springframework.graphql:spring-graphql-test'
Expand Down

0 comments on commit 9051dd5

Please sign in to comment.