Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 32 additions & 32 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,60 +1,60 @@
[versions]
spring-boot = '3.5.3'
nimbus-jose-jwt = '10.0.2'
spring-boot = '3.5.4'
nimbus-jose-jwt = '10.4.2'

aws-msk-auth = '2.3.0'
azure-identity = '1.15.4'
aws-msk-auth = '2.3.2'
azure-identity = '1.17.0'

apache-commons-lang3 = '3.18.0'
apache-commons-text = '1.13.1'
apache-commons-io = '2.18.0'
apache-commons-text = '1.14.0'
apache-commons-io = '2.20.0'
apache-commons-pool2 = '2.12.1'
apache-datasketches = '3.1.0'
apache-commons-compress = '1.26.0'
apache-commons-compress = '1.28.0'

assertj = '3.25.3'
avro = '1.11.4'
byte-buddy = '1.14.19'
assertj = '3.27.4'
avro = '1.12.0'
byte-buddy = '1.17.7'
confluent = '7.9.2'
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.10.1'
# This version should be compatible with the version used by spring-boot-starter-test to avoid conflicts
# See https://github.com/spring-projects/spring-boot/blob/b6b570ebebb6ea233e00af5e554adcf40256f224/gradle.properties#L16C21-L16C27
junit = '5.12.2'
mockito = '5.16.0'
junit = '5.13.4'
mockito = '5.19.0'
okhttp3 = '4.12.0'
testcontainers = '1.20.6'
swagger-integration-jakarta = '2.2.28'
testcontainers = '1.21.3'
swagger-integration-jakarta = '2.2.36'
jakarta-annotation-api = '2.1.1'
jackson-databind-nullable = '0.2.6'
antlr = '4.13.2'
json-schema-validator = '2.2.14'
checkstyle = '10.24.0'

allure = '2.29.1'
selenide = '7.2.3'
testng = '7.10.0'
bonigarcia-webdrivermanager = '6.1.1'
aspectj = '1.9.21'
prometheus = '1.3.6'
selenide = '7.9.4'
testng = '7.11.0'
bonigarcia-webdrivermanager = '6.2.0'
aspectj = '1.9.24'
prometheus = '1.3.10'

[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-validator = {id = "org.openapitools.openapistylevalidator", version = "1.10" }
openapi-generator = { id = 'org.openapi.generator', version = '7.13.0' }
allure = { id = 'io.qameta.allure', version = '2.10.0' }
openapi-validator = {id = "org.openapitools.openapistylevalidator", version = "1.11" }
openapi-generator = { id = 'org.openapi.generator', version = '7.14.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.2.0.5505" }


[libraries]
Expand Down Expand Up @@ -135,13 +135,13 @@ bonigarcia-webdrivermanager = { module = 'io.github.bonigarcia:webdrivermanager'
netty-resolver-dns-native = { module = 'io.netty:netty-resolver-dns-native-macos' }

# test scope
bouncycastle-bcpkix = { module = 'org.bouncycastle:bcpkix-jdk18on', version = '1.80' }
bouncycastle-bcpkix = { module = 'org.bouncycastle:bcpkix-jdk18on', version = '1.81' }

# Google Managed Service for Apache Kafka support
google-managed-kafka-login-handler = {module = 'com.google.cloud.hosted.kafka:managed-kafka-auth-login-handler', version = '1.0.5'}
google-managed-kafka-login-handler = {module = 'com.google.cloud.hosted.kafka:managed-kafka-auth-login-handler', version = '1.0.6'}
google-oauth-client = { module = 'com.google.oauth-client:google-oauth-client', version = '1.39.0' }

modelcontextprotocol-spring-webflux = {module = 'io.modelcontextprotocol.sdk:mcp-spring-webflux', version = '0.10.0'}
modelcontextprotocol-spring-webflux = {module = 'io.modelcontextprotocol.sdk:mcp-spring-webflux', version = '0.11.2'}
victools-jsonschema-generator = {module = 'com.github.victools:jsonschema-generator', version = '4.38.0'}

prometheus-metrics-core = {module = 'io.prometheus:prometheus-metrics-core', version.ref = 'prometheus'}
Expand All @@ -151,6 +151,6 @@ prometheus-metrics-exporter-pushgateway = { module = 'io.prometheus:prometheus-
snappy = {module = 'org.xerial.snappy:snappy-java', version = '1.1.10.7'}

# CVE fixes
reactor-netty-http = {module = 'io.projectreactor.netty:reactor-netty-http', version = '1.2.8'}
reactor-netty-http = {module = 'io.projectreactor.netty:reactor-netty-http', version = '1.2.9'}
# Fixes https://www.cve.org/CVERecord?id=CVE-2025-55163
netty-codec-http2 = {module = 'io.netty:netty-codec-http2', version = '4.1.124.Final'}
netty-codec-http2 = {module = 'io.netty:netty-codec-http2', version = '4.2.4.Final'}
Loading