We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e94815a commit 153f438Copy full SHA for 153f438
entity-service-change-event-generator/build.gradle.kts
@@ -30,8 +30,8 @@ dependencies {
30
runtimeOnly("io.confluent:kafka-protobuf-serializer")
31
implementation(platform("org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7"))
32
33
- annotationProcessor("org.projectlombok:lombok:1.18.18")
34
- compileOnly("org.projectlombok:lombok:1.18.18")
+ annotationProcessor("org.projectlombok:lombok:1.18.30")
+ compileOnly("org.projectlombok:lombok:1.18.30")
35
36
testImplementation("org.junit.jupiter:junit-jupiter:5.7.1")
37
testImplementation("org.mockito:mockito-core:3.8.0")
0 commit comments