11# To avoid dependency conflicts between SDK and Spring, when modifying or adding dependencies,
2- # make sure the version is same to sdk/spring/scripts/spring_boot_3.2.3_managed_external_dependencies .txt
3- # If your version is different from sdk/spring/scripts/spring_boot_3.2.3_managed_external_dependencies .txt,
2+ # make sure the version is same to sdk/spring/scripts/spring_boot_3.2.4_managed_external_dependencies .txt
3+ # If your version is different from sdk/spring/scripts/spring_boot_3.2.4_managed_external_dependencies .txt,
44# please discuss with Spring Integration team members:
55# @chenrujun (rujche), @saragluna (xiada), @yiliuTo (yiliu6), @backwind1233 (zhihaoguo).
66# Thanks.
@@ -54,9 +54,9 @@ commons-net:commons-net;3.9.0
5454io.cloudevents:cloudevents-api;2.2.0
5555io.cloudevents:cloudevents-core;2.2.0
5656io.fabric8:kubernetes-client;6.9.2
57- io.micrometer:micrometer-core;1.12.3
58- io.micrometer:micrometer-registry-azure-monitor;1.12.3
59- io.micrometer:micrometer-registry-graphite;1.12.3
57+ io.micrometer:micrometer-core;1.12.4
58+ io.micrometer:micrometer-registry-azure-monitor;1.12.4
59+ io.micrometer:micrometer-registry-graphite;1.12.4
6060io.netty:netty-buffer;4.1.107.Final
6161io.netty:netty-common;4.1.107.Final
6262io.netty:netty-codec;4.1.107.Final
@@ -70,9 +70,9 @@ io.netty:netty-tcnative-boringssl-static;2.0.62.Final
7070io.netty:netty-transport-native-epoll;4.1.107.Final
7171io.netty:netty-transport-native-unix-common;4.1.107.Final
7272io.netty:netty-transport-native-kqueue;4.1.107.Final
73- io.projectreactor.netty:reactor-netty;1.1.16
74- io.projectreactor.netty:reactor-netty-http;1.1.16
75- io.projectreactor:reactor-core;3.6.3
73+ io.projectreactor.netty:reactor-netty;1.1.17
74+ io.projectreactor.netty:reactor-netty-http;1.1.17
75+ io.projectreactor:reactor-core;3.6.4
7676io.vertx:vertx-codegen;4.5.4
7777io.vertx:vertx-core;4.5.4
7878io.vertx:vertx-reactive-streams;4.5.4
@@ -85,7 +85,7 @@ org.apache.commons:commons-compress;1.26.0
8585org.apache.avro:avro;1.11.3
8686org.apache.avro:avro-maven-plugin;1.11.3
8787org.apache.commons:commons-lang3;3.13.0
88- org.apache.groovy:groovy;4.0.18
88+ org.apache.groovy:groovy;4.0.20
8989org.apache.httpcomponents:httpclient;4.5.14
9090org.apache.kafka:kafka-clients;3.6.1
9191org.apache.logging.log4j:log4j-api;2.21.1
@@ -113,68 +113,68 @@ org.graalvm.buildtools:native-maven-plugin;0.9.28
113113org.graalvm.sdk:graal-sdk;22.0.0.2
114114org.graalvm.nativeimage:svm;22.0.0.2
115115org.messaginghub:pooled-jms;3.1.5
116- org.postgresql:postgresql;42.6.1
116+ org.postgresql:postgresql;42.6.2
117117org.slf4j:slf4j-api;2.0.12
118118org.slf4j:slf4j-nop;2.0.12
119119org.slf4j:slf4j-simple;2.0.12
120120redis.clients:jedis;5.1.0
121- io.lettuce:lettuce-core;6.3.1 .RELEASE
121+ io.lettuce:lettuce-core;6.3.2 .RELEASE
122122org.redisson:redisson;3.27.0
123123net.bytebuddy:byte-buddy;1.14.12
124124net.bytebuddy:byte-buddy-agent;1.14.12
125125testdep_net.bytebuddy:byte-buddy;1.14.8
126126testdep_net.bytebuddy:byte-buddy-agent;1.14.8
127127
128128## Spring boot dependency versions
129- org.springframework.boot:spring-boot-dependencies;3.2.3
130- org.springframework.boot:spring-boot-actuator;3.2.3
131- org.springframework.boot:spring-boot-actuator-autoconfigure;3.2.3
132- org.springframework.boot:spring-boot-autoconfigure-processor;3.2.3
133- org.springframework.boot:spring-boot-autoconfigure;3.2.3
134- org.springframework.boot:spring-boot-configuration-metadata;3.2.3
135- org.springframework.boot:spring-boot-configuration-processor;3.2.3
136- org.springframework.boot:spring-boot-maven-plugin;3.2.3
137- org.springframework.boot:spring-boot-starter-actuator;3.2.3
138- org.springframework.boot:spring-boot-starter-aop;3.2.3
139- org.springframework.boot:spring-boot-starter-cache;3.2.3
140- org.springframework.boot:spring-boot-starter-data-redis;3.2.3
141- org.springframework.boot:spring-boot-starter-data-jdbc;3.2.3
142- org.springframework.boot:spring-boot-starter-integration;3.2.3
143- org.springframework.boot:spring-boot-starter-logging;3.2.3
144- org.springframework.boot:spring-boot-starter-test;3.2.3
145- org.springframework.boot:spring-boot-starter-validation;3.2.3
146- org.springframework.boot:spring-boot-starter-web;3.2.3
147- org.springframework.boot:spring-boot-starter;3.2.3
148- org.springframework.boot:spring-boot-test;3.2.3
149- org.springframework.boot:spring-boot;3.2.3
150- org.springframework.data:spring-data-commons;3.2.3
151- org.springframework.data:spring-data-mongodb;4.2.3
152- org.springframework.data:spring-data-redis;3.2.3
129+ org.springframework.boot:spring-boot-dependencies;3.2.4
130+ org.springframework.boot:spring-boot-actuator;3.2.4
131+ org.springframework.boot:spring-boot-actuator-autoconfigure;3.2.4
132+ org.springframework.boot:spring-boot-autoconfigure-processor;3.2.4
133+ org.springframework.boot:spring-boot-autoconfigure;3.2.4
134+ org.springframework.boot:spring-boot-configuration-metadata;3.2.4
135+ org.springframework.boot:spring-boot-configuration-processor;3.2.4
136+ org.springframework.boot:spring-boot-maven-plugin;3.2.4
137+ org.springframework.boot:spring-boot-starter-actuator;3.2.4
138+ org.springframework.boot:spring-boot-starter-aop;3.2.4
139+ org.springframework.boot:spring-boot-starter-cache;3.2.4
140+ org.springframework.boot:spring-boot-starter-data-redis;3.2.4
141+ org.springframework.boot:spring-boot-starter-data-jdbc;3.2.4
142+ org.springframework.boot:spring-boot-starter-integration;3.2.4
143+ org.springframework.boot:spring-boot-starter-logging;3.2.4
144+ org.springframework.boot:spring-boot-starter-test;3.2.4
145+ org.springframework.boot:spring-boot-starter-validation;3.2.4
146+ org.springframework.boot:spring-boot-starter-web;3.2.4
147+ org.springframework.boot:spring-boot-starter;3.2.4
148+ org.springframework.boot:spring-boot-test;3.2.4
149+ org.springframework.boot:spring-boot;3.2.4
150+ org.springframework.data:spring-data-commons;3.2.4
151+ org.springframework.data:spring-data-mongodb;4.2.4
152+ org.springframework.data:spring-data-redis;3.2.4
153153org.springframework.experimental:spring-aot;0.11.4
154154org.springframework.experimental:spring-aot-maven-plugin;0.11.4
155- org.springframework.integration:spring-integration-core;6.2.2
156- org.springframework.kafka:spring-kafka;3.1.2
157- org.springframework.security:spring-security-config;6.2.2
158- org.springframework.security:spring-security-core;6.2.2
159- org.springframework.security:spring-security-oauth2-client;6.2.2
160- org.springframework.security:spring-security-oauth2-resource-server;6.2.2
161- org.springframework.security:spring-security-oauth2-core;6.2.2
162- org.springframework.security:spring-security-oauth2-jose;6.2.2
163- org.springframework.security:spring-security-web;6.2.2
164- org.springframework:spring-beans;6.1.4
165- org.springframework:spring-context-support;6.1.4
166- org.springframework:spring-context;6.1.4
167- org.springframework:spring-core;6.1.4
168- org.springframework:spring-expression;6.1.4
169- org.springframework:spring-jdbc;6.1.4
170- org.springframework:spring-jms;6.1.4
171- org.springframework:spring-messaging;6.1.4
172- org.springframework:spring-tx;6.1.4
173- org.springframework:spring-web;6.1.4
174- org.springframework:spring-webmvc;6.1.4
175- org.springframework:spring-test;6.1.4
155+ org.springframework.integration:spring-integration-core;6.2.3
156+ org.springframework.kafka:spring-kafka;3.1.3
157+ org.springframework.security:spring-security-config;6.2.3
158+ org.springframework.security:spring-security-core;6.2.3
159+ org.springframework.security:spring-security-oauth2-client;6.2.3
160+ org.springframework.security:spring-security-oauth2-resource-server;6.2.3
161+ org.springframework.security:spring-security-oauth2-core;6.2.3
162+ org.springframework.security:spring-security-oauth2-jose;6.2.3
163+ org.springframework.security:spring-security-web;6.2.3
164+ org.springframework:spring-beans;6.1.5
165+ org.springframework:spring-context-support;6.1.5
166+ org.springframework:spring-context;6.1.5
167+ org.springframework:spring-core;6.1.5
168+ org.springframework:spring-expression;6.1.5
169+ org.springframework:spring-jdbc;6.1.5
170+ org.springframework:spring-jms;6.1.5
171+ org.springframework:spring-messaging;6.1.5
172+ org.springframework:spring-tx;6.1.5
173+ org.springframework:spring-web;6.1.5
174+ org.springframework:spring-webmvc;6.1.5
175+ org.springframework:spring-test;6.1.5
176176org.springframework.retry:spring-retry;2.0.5
177- org.springframework.boot:spring-boot-starter-parent;3.2.3
177+ org.springframework.boot:spring-boot-starter-parent;3.2.4
178178
179179## Spring cloud dependency versions
180180org.springframework.cloud:spring-cloud-dependencies;2023.0.0
@@ -222,7 +222,7 @@ io.opentelemetry.instrumentation:opentelemetry-spring-boot-starter;2.1.0-alpha
222222io.opentelemetry.instrumentation:opentelemetry-jdbc;2.1.0-alpha
223223io.opentelemetry.instrumentation:opentelemetry-logback-appender-1.0;2.1.0-alpha
224224
225- io.projectreactor:reactor-test;3.6.3
225+ io.projectreactor:reactor-test;3.6.4
226226io.github.hakky54:logcaptor;2.9.0
227227com.squareup.okio:okio;3.6.0
228228com.squareup.okio:okio-jvm;3.6.0
@@ -334,8 +334,8 @@ org.revapi:revapi-java-spi;0.23.6
334334org.revapi:revapi-reporter-json;0.4.5
335335org.revapi:revapi-maven-plugin;0.14.6
336336org.sonatype.plugins:nexus-staging-maven-plugin;1.6.8
337- org.testcontainers:testcontainers;1.19.5
338- org.testcontainers:junit-jupiter;1.19.5
337+ org.testcontainers:testcontainers;1.19.7
338+ org.testcontainers:junit-jupiter;1.19.7
339339
340340# External Dependency Exceptions
341341# This section is for external dependencies whose versions were different than
@@ -443,7 +443,7 @@ spring_redis.clients:jedis;3.8.0
443443
444444# Spring Boot 3 dependency versions
445445jakarta.servlet:jakarta.servlet-api;6.0.0
446- jakarta.xml.bind:jakarta.xml.bind-api;4.0.1
447- org.springframework.boot:spring-boot-starter-log4j2;3.2.3
446+ jakarta.xml.bind:jakarta.xml.bind-api;4.0.2
447+ org.springframework.boot:spring-boot-starter-log4j2;3.2.4
448448org.springframework.cloud:spring-cloud-stream-test-binder;4.1.0
449- org.springframework:spring-core-test;6.1.4
449+ org.springframework:spring-core-test;6.1.5
0 commit comments