Skip to content

Commit 153f438

Browse files
author
Kishan Sairam Adapa
authored
missed updating lombok in event generator
1 parent e94815a commit 153f438

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entity-service-change-event-generator/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ dependencies {
3030
runtimeOnly("io.confluent:kafka-protobuf-serializer")
3131
implementation(platform("org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7"))
3232

33-
annotationProcessor("org.projectlombok:lombok:1.18.18")
34-
compileOnly("org.projectlombok:lombok:1.18.18")
33+
annotationProcessor("org.projectlombok:lombok:1.18.30")
34+
compileOnly("org.projectlombok:lombok:1.18.30")
3535

3636
testImplementation("org.junit.jupiter:junit-jupiter:5.7.1")
3737
testImplementation("org.mockito:mockito-core:3.8.0")

0 commit comments

Comments
 (0)