Skip to content

Commit dc62df0

Browse files
dependabot[bot]donbeavekobylynskyi
committed
Bump lombok from 1.18.18 to 1.18.20 in /plugins/gradle/example-server (#619)
* Add ability to generate particular types as Java interfaces #606 (#610) * Gradle 6.8.3. * Added typesAsInterfaces config option. * Updated doc. * Basic implementation for generating type as interface. * Tests for generating type as interface. * Code style fixes. * Code style fixes. * Java 1.8 build fixes. * Code style fixes. * Code style fixes. * Attempt to fix compilation. * Code review fixes. * Revert "Add ability to generate particular types as Java interfaces #606 (#610)" (#613) This reverts commit 994f6fe. * Bump lombok from 1.18.18 to 1.18.20 in /plugins/gradle/example-server Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.18 to 1.18.20. - [Release notes](https://github.com/rzwitserloot/lombok/releases) - [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.18...v1.18.20) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Alexey Zhokhov <alexey@zhokhov.com> Co-authored-by: Bogdan Kobylynskyi <92bogdan@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7717782 commit dc62df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/gradle/example-server/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ dependencies {
2424
implementation "org.mapstruct:mapstruct:1.4.2.Final"
2525
annotationProcessor "org.mapstruct:mapstruct-processor:1.4.2.Final"
2626

27-
compileOnly "org.projectlombok:lombok:1.18.18"
28-
annotationProcessor "org.projectlombok:lombok:1.18.12"
27+
compileOnly "org.projectlombok:lombok:1.18.20"
28+
annotationProcessor "org.projectlombok:lombok:1.18.20"
2929
}
3030

3131
compileJava.dependsOn "graphqlCodegen"

0 commit comments

Comments
 (0)