Skip to content

Commit c62b59d

Browse files
dependabot[bot]donbeavekobylynskyi
authored
Bump lombok from 1.18.18 to 1.18.20 in /plugins/gradle/example-client (#620)
* 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-client 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] <[email protected]> Co-authored-by: Alexey Zhokhov <[email protected]> Co-authored-by: Bogdan Kobylynskyi <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c1a6b86 commit c62b59d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/gradle/example-client/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ dependencies {
3030
implementation "org.mapstruct:mapstruct:1.4.2.Final"
3131
annotationProcessor "org.mapstruct:mapstruct-processor:1.4.2.Final"
3232

33-
compileOnly "org.projectlombok:lombok:1.18.18"
34-
annotationProcessor "org.projectlombok:lombok:1.18.12"
33+
compileOnly "org.projectlombok:lombok:1.18.20"
34+
annotationProcessor "org.projectlombok:lombok:1.18.20"
3535

3636
testImplementation "io.rest-assured:rest-assured:4.3.3"
3737
testImplementation "org.junit.jupiter:junit-jupiter-api:5.7.1"

0 commit comments

Comments
 (0)