Skip to content

Commit 93d076d

Browse files
Bump org.projectlombok:lombok in /plugins/gradle/example-client (#1340)
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.28 to 1.18.30. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.28...v1.18.30) --- updated-dependencies: - dependency-name: org.projectlombok:lombok 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 3a5be66 commit 93d076d

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.5.5.Final"
3131
annotationProcessor "org.mapstruct:mapstruct-processor:1.5.5.Final"
3232

33-
compileOnly "org.projectlombok:lombok:1.18.28"
34-
annotationProcessor "org.projectlombok:lombok:1.18.28"
33+
compileOnly "org.projectlombok:lombok:1.18.30"
34+
annotationProcessor "org.projectlombok:lombok:1.18.30"
3535

3636
testImplementation "io.rest-assured:rest-assured:5.3.1"
3737
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"

0 commit comments

Comments
 (0)