Skip to content

Commit 192a1e1

Browse files
Bump org.projectlombok:lombok from 1.18.36 to 1.18.42 (#791)
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.36 to 1.18.42. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.36...v1.18.42) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-version: 1.18.42 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a644922 commit 192a1e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

server/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ dependencies {
7575
implementation('io.micrometer:micrometer-tracing:1.5.3')
7676
implementation('io.micrometer:micrometer-tracing-bridge-otel:1.5.3')
7777

78-
implementation('org.projectlombok:lombok:1.18.36')
79-
annotationProcessor('org.projectlombok:lombok:1.18.36')
78+
implementation('org.projectlombok:lombok:1.18.42')
79+
annotationProcessor('org.projectlombok:lombok:1.18.42')
8080

8181
runtimeOnly('net.logstash.logback:logstash-logback-encoder:8.1')
8282
runtimeOnly('io.micrometer:micrometer-registry-influx:1.15.3')

0 commit comments

Comments
 (0)