@@ -39,15 +39,15 @@ bonigarcia-webdrivermanager = '5.8.0'
3939aspectj = ' 1.9.21'
4040
4141[plugins ]
42- spring-boot = { id = ' org.springframework.boot' , version = ' 3.4.1 ' }
42+ spring-boot = { id = ' org.springframework.boot' , version.ref = ' spring-boot ' }
4343spring-dependency-management = { id = ' io.spring.dependency-management' , version = ' 1.1.3' }
4444git-properties = { id = ' com.gorylenko.gradle-git-properties' , version = ' 2.4.2' }
4545openapi-generator = { id = ' org.openapi.generator' , version = ' 7.9.0' }
46- allure = { id = ' io.qameta.allure' , version = ' 2.10.0' }
47- nexus-publish-plugin = { id = ' io.github.gradle-nexus.publish-plugin' , version = ' 1.1.0' }
48- node-gradle = { id = ' com.github.node-gradle.node' , version = ' 7.0.2' }
46+ allure = { id = ' io.qameta.allure' , version = ' 2.10.0' }
47+ nexus-publish-plugin = { id = ' io.github.gradle-nexus.publish-plugin' , version = ' 1.1.0' }
48+ node-gradle = { id = ' com.github.node-gradle.node' , version = ' 7.0.2' }
4949# jib = { id = 'com.google.cloud.tools.jib', version = '3.4.4' }
50- docker-remote-api = { id = ' com.bmuschko.docker-remote-api' , version = ' 9.4.0' }
50+ docker-remote-api = { id = ' com.bmuschko.docker-remote-api' , version = ' 9.4.0' }
5151
5252[libraries ]
5353spring-starter-actuator = { module = ' org.springframework.boot:spring-boot-starter-actuator' , version.ref = ' spring-boot' }
@@ -56,67 +56,67 @@ spring-starter-webflux = { module = 'org.springframework.boot:spring-boot-starte
5656spring-starter-security = { module = ' org.springframework.boot:spring-boot-starter-security' , version.ref = ' spring-boot' }
5757spring-starter-validation = { module = ' org.springframework.boot:spring-boot-starter-validation' , version.ref = ' spring-boot' }
5858spring-starter-oauth2-client = { module = ' org.springframework.boot:spring-boot-starter-oauth2-client' , version.ref = ' spring-boot' }
59- spring-starter-logging = {module = ' org.springframework.boot:spring-boot-starter-logging' , version.ref = ' spring-boot' }
59+ spring-starter-logging = { module = ' org.springframework.boot:spring-boot-starter-logging' , version.ref = ' spring-boot' }
6060spring-boot-actuator = { module = ' org.springframework.boot:spring-boot-actuator' , version.ref = ' spring-boot' }
6161spring-boot-devtools = { module = ' org.springframework.boot:spring-boot-devtools' , version.ref = ' spring-boot' }
6262spring-boot-configuration-processor = { module = ' org.springframework.boot:spring-boot-configuration-processor' , version.ref = ' spring-boot' }
6363
6464spring-security-ldap = { module = ' org.springframework.security:spring-security-ldap' }
6565
66- swagger-integration-jakarta = {module = ' io.swagger.core.v3:swagger-integration-jakarta' , version.ref = ' swagger-integration-jakarta' }
67- lombok = {module = ' org.projectlombok:lombok' , version.ref = ' lombok' }
68- mapstruct = {module = ' org.mapstruct:mapstruct' , version.ref = ' mapstruct' }
69- mapstruct-processor = {module = ' org.mapstruct:mapstruct-processor' , version.ref = ' mapstruct' }
70- jakarta-annotation-api = {module = ' jakarta.annotation:jakarta.annotation-api' , version.ref = ' jakarta-annotation-api' }
71- jackson-databind-nullable = {module = ' org.openapitools:jackson-databind-nullable' , version.ref = ' jackson-databind-nullable' }
72- kafka-clients = { module = ' org.apache.kafka:kafka-clients' , version.ref = ' confluent-ccs' }
73-
74- apache-commons = { module = ' org.apache.commons:commons-lang3' , version.ref = ' apache-commons-lang3' }
75- apache-commons-compress = { module = ' org.apache.commons:commons-compress' , version.ref = ' apache-commons-compress' }
76- apache-commons-io = { module = ' commons-io:commons-io' , version.ref = ' apache-commons-io' }
77- apache-commons-pool2 = { module = ' org.apache.commons:commons-pool2' , version.ref = ' apache-commons-pool2' }
78- apache-datasketches = { module = ' org.apache.datasketches:datasketches-java' , version.ref = ' apache-datasketches' }
79- apache-avro = { module = ' org.apache.avro:avro' , version.ref = ' avro' }
80- apache-kafka = { module = ' org.apache.kafka:kafka_2.13' , version.ref = ' confluent-ccs' }
81-
82- confluent-schema-registry-client = { module = ' io.confluent:kafka-schema-registry-client' , version.ref = ' confluent' }
83- confluent-avro-serializer = { module = ' io.confluent:kafka-avro-serializer' , version.ref = ' confluent' }
84- confluent-protobuf-serializer = { module = ' io.confluent:kafka-protobuf-serializer' , version.ref = ' confluent' }
85- confluent-json-schema-serializer = { module = ' io.confluent:kafka-json-schema-serializer' , version.ref = ' confluent' }
86-
87- aws-msk-auth = { module = ' software.amazon.msk:aws-msk-iam-auth' , version.ref = ' aws-msk-auth' }
66+ swagger-integration-jakarta = { module = ' io.swagger.core.v3:swagger-integration-jakarta' , version.ref = ' swagger-integration-jakarta' }
67+ lombok = { module = ' org.projectlombok:lombok' , version.ref = ' lombok' }
68+ mapstruct = { module = ' org.mapstruct:mapstruct' , version.ref = ' mapstruct' }
69+ mapstruct-processor = { module = ' org.mapstruct:mapstruct-processor' , version.ref = ' mapstruct' }
70+ jakarta-annotation-api = { module = ' jakarta.annotation:jakarta.annotation-api' , version.ref = ' jakarta-annotation-api' }
71+ jackson-databind-nullable = { module = ' org.openapitools:jackson-databind-nullable' , version.ref = ' jackson-databind-nullable' }
72+ kafka-clients = { module = ' org.apache.kafka:kafka-clients' , version.ref = ' confluent-ccs' }
73+
74+ apache-commons = { module = ' org.apache.commons:commons-lang3' , version.ref = ' apache-commons-lang3' }
75+ apache-commons-compress = { module = ' org.apache.commons:commons-compress' , version.ref = ' apache-commons-compress' }
76+ apache-commons-io = { module = ' commons-io:commons-io' , version.ref = ' apache-commons-io' }
77+ apache-commons-pool2 = { module = ' org.apache.commons:commons-pool2' , version.ref = ' apache-commons-pool2' }
78+ apache-datasketches = { module = ' org.apache.datasketches:datasketches-java' , version.ref = ' apache-datasketches' }
79+ apache-avro = { module = ' org.apache.avro:avro' , version.ref = ' avro' }
80+ apache-kafka = { module = ' org.apache.kafka:kafka_2.13' , version.ref = ' confluent-ccs' }
81+
82+ confluent-schema-registry-client = { module = ' io.confluent:kafka-schema-registry-client' , version.ref = ' confluent' }
83+ confluent-avro-serializer = { module = ' io.confluent:kafka-avro-serializer' , version.ref = ' confluent' }
84+ confluent-protobuf-serializer = { module = ' io.confluent:kafka-protobuf-serializer' , version.ref = ' confluent' }
85+ confluent-json-schema-serializer = { module = ' io.confluent:kafka-json-schema-serializer' , version.ref = ' confluent' }
86+
87+ aws-msk-auth = { module = ' software.amazon.msk:aws-msk-iam-auth' , version.ref = ' aws-msk-auth' }
8888azure-identity = { module = ' com.azure:azure-identity' , version.ref = ' azure-identity' }
89- reactor-test = { module = ' io.projectreactor:reactor-test' }
90- micrometer-registry-prometheus = { module = ' io.micrometer:micrometer-registry-prometheus' }
91- antlr = { module = ' org.antlr:antlr4' , version.ref = ' antlr' }
92- antlr-runtime = { module = ' org.antlr:antlr4-runtime' , version.ref = ' antlr' }
93- cel = {module = ' dev.cel:cel' , version.ref = ' cel' }
89+ reactor-test = { module = ' io.projectreactor:reactor-test' }
90+ micrometer-registry-prometheus = { module = ' io.micrometer:micrometer-registry-prometheus' }
91+ antlr = { module = ' org.antlr:antlr4' , version.ref = ' antlr' }
92+ antlr-runtime = { module = ' org.antlr:antlr4-runtime' , version.ref = ' antlr' }
93+ cel = { module = ' dev.cel:cel' , version.ref = ' cel' }
9494
95- testcontainers = {module = ' org.testcontainers:testcontainers' , version.ref = ' testcontainers' }
96- testcontainers-kafka = {module = ' org.testcontainers:kafka' , version.ref = ' testcontainers' }
97- testcontainers-jupiter = {module = ' org.testcontainers:junit-jupiter' , version.ref = ' testcontainers' }
95+ testcontainers = { module = ' org.testcontainers:testcontainers' , version.ref = ' testcontainers' }
96+ testcontainers-kafka = { module = ' org.testcontainers:kafka' , version.ref = ' testcontainers' }
97+ testcontainers-jupiter = { module = ' org.testcontainers:junit-jupiter' , version.ref = ' testcontainers' }
9898
99- junit-jupiter-engine = {module = ' org.junit.jupiter:junit-jupiter-engine' , version.ref = ' junit' }
99+ junit-jupiter-engine = { module = ' org.junit.jupiter:junit-jupiter-engine' , version.ref = ' junit' }
100100
101- mockito-core = {module = ' org.mockito:mockito-core' , version.ref = ' mockito' }
102- mockito-jupiter = {module = ' org.mockito:mockito-junit-jupiter' , version.ref = ' mockito' }
101+ mockito-core = { module = ' org.mockito:mockito-core' , version.ref = ' mockito' }
102+ mockito-jupiter = { module = ' org.mockito:mockito-junit-jupiter' , version.ref = ' mockito' }
103103
104- okhttp3 = {module = ' com.squareup.okhttp3:okhttp' , version.ref = ' okhttp3' }
105- okhttp3-mockwebserver = {module = ' com.squareup.okhttp3:mockwebserver' , version.ref = ' okhttp3' }
106- okhttp3-logging-intercepter = {module = ' com.squareup.okhttp3:logging-interceptor' , version.ref = ' okhttp3' }
104+ okhttp3 = { module = ' com.squareup.okhttp3:okhttp' , version.ref = ' okhttp3' }
105+ okhttp3-mockwebserver = { module = ' com.squareup.okhttp3:mockwebserver' , version.ref = ' okhttp3' }
106+ okhttp3-logging-intercepter = { module = ' com.squareup.okhttp3:logging-interceptor' , version.ref = ' okhttp3' }
107107
108- opendatadiscovery-oddrn = { module = ' org.opendatadiscovery:oddrn-generator-java' , version.ref = ' odd-oddrn-generator' }
109- opendatadiscovery-client = { module = ' org.opendatadiscovery:ingestion-contract-client' , version.ref = ' odd-oddrn-client' }
108+ opendatadiscovery-oddrn = { module = ' org.opendatadiscovery:oddrn-generator-java' , version.ref = ' odd-oddrn-generator' }
109+ opendatadiscovery-client = { module = ' org.opendatadiscovery:ingestion-contract-client' , version.ref = ' odd-oddrn-client' }
110110
111- bytebuddy = {module = ' net.bytebuddy:byte-buddy' , version.ref = ' byte-buddy' }
112- assertj = {module = ' org.assertj:assertj-core' , version.ref = ' assertj' }
113- jsonschemavalidator = {module = ' com.github.java-json-tools:json-schema-validator' , version.ref =' json-schema-validator' }
111+ bytebuddy = { module = ' net.bytebuddy:byte-buddy' , version.ref = ' byte-buddy' }
112+ assertj = { module = ' org.assertj:assertj-core' , version.ref = ' assertj' }
113+ jsonschemavalidator = { module = ' com.github.java-json-tools:json-schema-validator' , version.ref = ' json-schema-validator' }
114114
115115allure-testng = { module = ' io.qameta.allure:allure-testng' , version.ref = ' allure' }
116116allure-selenide = { module = ' io.qameta.allure:allure-selenide' , version.ref = ' allure' }
117117
118- codeborne-selenide = { module = ' com.codeborne:selenide' , version.ref = ' selenide' }
119- testng = { module = ' org.testng:testng' , version.ref = ' testng' }
120- aspectj = { module = ' org.aspectj:aspectjweaver' , version.ref = ' aspectj' }
121- bonigarcia-webdrivermanager = { module = ' io.github.bonigarcia:webdrivermanager' , version.ref = ' bonigarcia-webdrivermanager' }
122- netty-resolver-dns-native = { module = ' io.netty:netty-resolver-dns-native-macos' }
118+ codeborne-selenide = { module = ' com.codeborne:selenide' , version.ref = ' selenide' }
119+ testng = { module = ' org.testng:testng' , version.ref = ' testng' }
120+ aspectj = { module = ' org.aspectj:aspectjweaver' , version.ref = ' aspectj' }
121+ bonigarcia-webdrivermanager = { module = ' io.github.bonigarcia:webdrivermanager' , version.ref = ' bonigarcia-webdrivermanager' }
122+ netty-resolver-dns-native = { module = ' io.netty:netty-resolver-dns-native-macos' }
0 commit comments