Skip to content

Commit adf8585

Browse files
chore: bump org.projectlombok:lombok in /dgs-fileupload (#3217)
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.36 to 1.18.38. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.36...v1.18.38) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-version: 1.18.38 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 18f05a1 commit adf8585

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dgs-fileupload/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ dependencies {
3737
implementation 'name.nkonev.multipart-spring-graphql:multipart-spring-graphql:1.5.3'
3838

3939
//configure Lombok for compile java/ compile tests
40-
compileOnly 'org.projectlombok:lombok:1.18.36'
41-
annotationProcessor 'org.projectlombok:lombok:1.18.36'
42-
testCompileOnly 'org.projectlombok:lombok:1.18.36'
43-
testAnnotationProcessor 'org.projectlombok:lombok:1.18.36'
40+
compileOnly 'org.projectlombok:lombok:1.18.38'
41+
annotationProcessor 'org.projectlombok:lombok:1.18.38'
42+
testCompileOnly 'org.projectlombok:lombok:1.18.38'
43+
testAnnotationProcessor 'org.projectlombok:lombok:1.18.38'
4444
testImplementation 'org.springframework.boot:spring-boot-starter-test'
4545
testImplementation 'com.netflix.graphql.dgs:dgs-starter-test'
4646
}

0 commit comments

Comments
 (0)