@@ -4,15 +4,17 @@ spring-boot = '3.4.1'
44aws-msk-auth = ' 2.2.0'
55azure-identity = ' 1.14.2'
66
7- apache-commons = ' 2 .12.0'
7+ apache-commons-lang3 = ' 3 .12.0'
88apache-commons-io = ' 2.16.1'
9+ apache-commons-pool2 = ' 2.12.0'
910apache-datasketches = ' 3.1.0'
1011apache-commons-compress = ' 1.26.0'
1112
1213assertj = ' 3.25.3'
1314avro = ' 1.11.4'
1415byte-buddy = ' 1.14.19'
1516confluent = ' 7.8.0'
17+ confluent-ccs = ' 7.8.0-ccs'
1618
1719mapstruct = ' 1.6.2'
1820lombok = ' 1.18.34'
@@ -38,6 +40,7 @@ aspectj = '1.9.21'
3840
3941[plugins ]
4042spring-boot = { id = ' org.springframework.boot' , version = ' 3.4.1' }
43+ spring-dependency-management = { id = ' io.spring.dependency-management' , version = ' 1.1.3' }
4144git-properties = { id = ' com.gorylenko.gradle-git-properties' , version = ' 2.4.2' }
4245openapi-generator = { id = ' org.openapi.generator' , version = ' 7.9.0' }
4346allure = { id = ' io.qameta.allure' , version =' 2.10.0' }
@@ -66,15 +69,15 @@ mapstruct = {module = 'org.mapstruct:mapstruct', version.ref = 'mapstruct'}
6669mapstruct-processor = {module = ' org.mapstruct:mapstruct-processor' , version.ref = ' mapstruct' }
6770jakarta-annotation-api = {module = ' jakarta.annotation:jakarta.annotation-api' , version.ref = ' jakarta-annotation-api' }
6871jackson-databind-nullable = {module = ' org.openapitools:jackson-databind-nullable' , version.ref = ' jackson-databind-nullable' }
69- kafka-clients = { module = ' org.apache.kafka:kafka-clients' , version = " ${versions. confluent} -ccs" }
72+ kafka-clients = { module = ' org.apache.kafka:kafka-clients' , version.ref = ' confluent-ccs' }
7073
71- apache-commons = { module = ' org.apache.commons:commons-lang3' , version.ref = ' apache-commons' }
74+ apache-commons = { module = ' org.apache.commons:commons-lang3' , version.ref = ' apache-commons-lang3 ' }
7275apache-commons-compress = { module = ' org.apache.commons:commons-compress' , version.ref = ' apache-commons-compress' }
7376apache-commons-io = { module = ' commons-io:commons-io' , version.ref = ' apache-commons-io' }
74- apache-commons-pool2 = { module = ' org.apache.commons:commons-pool2' , version.ref = ' apache-commons' }
77+ apache-commons-pool2 = { module = ' org.apache.commons:commons-pool2' , version.ref = ' apache-commons-pool2 ' }
7578apache-datasketches = { module = ' org.apache.datasketches:datasketches-java' , version.ref =' apache-datasketches' }
7679apache-avro = { module = ' org.apache.avro:avro' , version.ref = ' avro' }
77- apache-kafka = { module = ' org.apache.kafka:kafka_2.13' , version = " ${versions. confluent} -ccs" }
80+ apache-kafka = { module = ' org.apache.kafka:kafka_2.13' , version.ref = ' confluent-ccs' }
7881
7982confluent-schema-registry-client = { module = ' io.confluent:kafka-schema-registry-client' , version.ref = ' confluent' }
8083confluent-avro-serializer = { module = ' io.confluent:kafka-avro-serializer' , version.ref = ' confluent' }
0 commit comments