diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0f26e9cd9..57444cbf1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,57 +1,57 @@ [versions] spring-boot = '3.4.4' -aws-msk-auth = '2.3.0' +aws-msk-auth = '2.3.2' azure-identity = '1.15.4' -apache-commons-lang3 = '3.12.0' -apache-commons-io = '2.18.0' +apache-commons-lang3 = '3.17.0' +apache-commons-io = '2.19.0' apache-commons-pool2 = '2.12.1' apache-datasketches = '3.1.0' apache-commons-compress = '1.26.0' -assertj = '3.25.3' -avro = '1.11.4' -byte-buddy = '1.14.19' +assertj = '3.27.3' +avro = '1.12.0' +byte-buddy = '1.17.5' confluent = '7.9.0' confluent-ccs = '7.9.0-ccs' -mapstruct = '1.6.2' -lombok = '1.18.34' +mapstruct = '1.6.3' +lombok = '1.18.38' odd-oddrn-generator = '0.1.17' odd-oddrn-client = '0.1.41' -cel = '0.3.0' +cel = '0.8.0' junit = '5.11.2' -mockito = '5.16.0' +mockito = '5.17.0' okhttp3 = '4.12.0' testcontainers = '1.20.6' -swagger-integration-jakarta = '2.2.28' +swagger-integration-jakarta = '2.2.30' jakarta-annotation-api = '2.1.1' jackson-databind-nullable = '0.2.6' -antlr = '4.12.0' +antlr = '4.13.2' json-schema-validator = '2.2.14' checkstyle = '10.3.1' allure = '2.29.1' -selenide = '7.2.3' -testng = '7.10.0' +selenide = '7.9.0' +testng = '7.11.0' bonigarcia-webdrivermanager = '5.9.3' -aspectj = '1.9.21' +aspectj = '1.9.24' # CVE fixes -netty = '4.1.119.Final' +netty = '4.2.0.Final' [plugins] spring-boot = { id = 'org.springframework.boot', version.ref = 'spring-boot' } -spring-dependency-management = { id = 'io.spring.dependency-management', version = '1.1.3' } +spring-dependency-management = { id = 'io.spring.dependency-management', version = '1.1.7' } git-properties = { id = 'com.gorylenko.gradle-git-properties', version = '2.4.2' } -openapi-generator = { id = 'org.openapi.generator', version = '7.9.0' } -allure = { id = 'io.qameta.allure', version = '2.10.0' } +openapi-generator = { id = 'org.openapi.generator', version = '7.12.0' } +allure = { id = 'io.qameta.allure', version = '2.12.0' } nexus-publish-plugin = { id = 'io.github.gradle-nexus.publish-plugin', version = '1.1.0' } node-gradle = { id = 'com.github.node-gradle.node', version = '7.1.0' } #jib = { id = 'com.google.cloud.tools.jib', version = '3.4.4' } docker-remote-api = { id = 'com.bmuschko.docker-remote-api', version = '9.4.0' } -sonarqube = { id = "org.sonarqube", version = "6.0.1.5171" } +sonarqube = { id = "org.sonarqube", version = "6.1.0.5360" } [libraries] spring-starter-actuator = { module = 'org.springframework.boot:spring-boot-starter-actuator', version.ref = 'spring-boot' }