File tree Expand file tree Collapse file tree 5 files changed +10
-11
lines changed
kafka-streams-partitioners
weighted-group-partitioner Expand file tree Collapse file tree 5 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 4
4
release :
5
5
types :
6
6
- created
7
- workflow_dispatch :
8
7
9
8
jobs :
10
9
publish-artifacts :
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ plugins {
7
7
}
8
8
9
9
dependencies {
10
- annotationProcessor(" org.projectlombok:lombok:1.18.26 " )
11
- compileOnly(" org.projectlombok:lombok:1.18.26 " )
10
+ annotationProcessor(" org.projectlombok:lombok:1.18.38 " )
11
+ compileOnly(" org.projectlombok:lombok:1.18.38 " )
12
12
13
13
api(platform(project(" :kafka-bom" )))
14
14
api(" org.apache.kafka:kafka-clients" )
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ tasks.test {
11
11
}
12
12
13
13
dependencies {
14
- annotationProcessor(" org.projectlombok:lombok:1.18.26 " )
15
- compileOnly(" org.projectlombok:lombok:1.18.26 " )
14
+ annotationProcessor(" org.projectlombok:lombok:1.18.38 " )
15
+ compileOnly(" org.projectlombok:lombok:1.18.38 " )
16
16
17
17
api(project(" :kafka-streams-serdes" ))
18
18
api(platform(project(" :kafka-bom" )))
@@ -26,8 +26,8 @@ dependencies {
26
26
implementation(" org.hypertrace.core.serviceframework:platform-service-framework:0.1.89" )
27
27
implementation(" org.apache.commons:commons-lang3:3.18.0" )
28
28
29
- testCompileOnly(" org.projectlombok:lombok:1.18.26 " )
30
- testAnnotationProcessor(" org.projectlombok:lombok:1.18.26 " )
29
+ testCompileOnly(" org.projectlombok:lombok:1.18.38 " )
30
+ testAnnotationProcessor(" org.projectlombok:lombok:1.18.38 " )
31
31
testImplementation(" org.apache.kafka:kafka-streams-test-utils" )
32
32
testImplementation(" org.junit.jupiter:junit-jupiter:5.9.2" )
33
33
testImplementation(" org.junit-pioneer:junit-pioneer:2.0.0" )
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ tasks.test {
13
13
dependencies {
14
14
api(platform(project(" :kafka-bom" )))
15
15
16
- annotationProcessor(" org.projectlombok:lombok:1.18.24 " )
17
- compileOnly(" org.projectlombok:lombok:1.18.24 " )
16
+ annotationProcessor(" org.projectlombok:lombok:1.18.38 " )
17
+ compileOnly(" org.projectlombok:lombok:1.18.38 " )
18
18
19
19
implementation(" com.google.guava:guava:32.0.1-jre" )
20
20
implementation(" org.apache.avro:avro" )
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ tasks.test {
10
10
}
11
11
12
12
dependencies {
13
- annotationProcessor(" org.projectlombok:lombok:1.18.24 " )
14
- compileOnly(" org.projectlombok:lombok:1.18.24 " )
13
+ annotationProcessor(" org.projectlombok:lombok:1.18.38 " )
14
+ compileOnly(" org.projectlombok:lombok:1.18.38 " )
15
15
16
16
api(platform(project(" :kafka-bom" )))
17
17
api(" org.apache.kafka:kafka-streams" )
You can’t perform that action at this time.
0 commit comments