Skip to content

Commit 009fdc0

Browse files
Netyyyygithub-actions
and
github-actions
authored
External dependencies upgrade - Spring Boot 2.7.11 and Spring Cloud 2021.0.7 (#34875)
* Upgrade external dependencies to align with Spring Boot 2.7.11 --------- Co-authored-by: github-actions <[email protected]>
1 parent 255e981 commit 009fdc0

File tree

120 files changed

+952
-925
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+952
-925
lines changed

.vscode/cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -840,6 +840,7 @@
840840
"astbuilder",
841841
"atomikos",
842842
"awaitility",
843+
"awspring",
843844
"Borca",
844845
"brotli",
845846
"bson",

common/perf-test-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<!-- Special allowance for performance libraries as they aren't shipped. -->
5252
<include>com.beust:jcommander:[1.78]</include> <!-- {x-include-update;com.beust:jcommander;external_dependency} -->
5353

54-
<include>io.projectreactor:reactor-core:[3.4.27]</include> <!-- {x-include-update;io.projectreactor:reactor-core;external_dependency} -->
54+
<include>io.projectreactor:reactor-core:[3.4.29]</include> <!-- {x-include-update;io.projectreactor:reactor-core;external_dependency} -->
5555
</includes>
5656
</bannedDependencies>
5757
</rules>

eng/code-quality-reports/src/main/resources/revapi/revapi.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,23 @@
247247
"code": "java\\.annotation\\.removed",
248248
"old": ".*? com\\.azure\\.security\\.keyvault\\.administration\\.models.*",
249249
"justification": "Removing Jackson annotations from KeyVault Administration in transition to stream-style."
250+
},
251+
{
252+
"regex": true,
253+
"code" : "java.field.enumConstantOrderChanged",
254+
"old" : "field com.mysql.cj.conf.PropertyKey.*",
255+
"new" : "field com.mysql.cj.conf.PropertyKey.*",
256+
"justification" : "Fix enum constants reordered."
257+
},
258+
{
259+
"code" : "java.method.removed",
260+
"old" : "method int com.mysql.cj.protocol.ServerSession::getOldStatusFlags()",
261+
"justification" : "Fix method removed."
262+
},
263+
{
264+
"code" : "java.method.removed",
265+
"old" : "method void com.mysql.cj.protocol.ServerSession::setOldStatusFlags(int)",
266+
"justification" : "Fix method removed."
250267
}
251268
]
252269
}

eng/versioning/external_dependencies.txt

Lines changed: 81 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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_2.7.9_managed_external_dependencies.txt
3-
# If your version is different from sdk/spring/scripts/spring_boot_2.7.9_managed_external_dependencies.txt,
2+
# make sure the version is same to sdk/spring/scripts/spring_boot_2.7.11_managed_external_dependencies.txt
3+
# If your version is different from sdk/spring/scripts/spring_boot_2.7.11_managed_external_dependencies.txt,
44
# please discuss with Spring Integration team members:
55
# @chenrujun (rujche), @saragluna (xiada), @yiliuTo (yiliu6), @backwind1233 (zhihaoguo).
66
# Thanks.
77

88
# Format;
99
# groupId:artifactId;dependency-version
10-
ch.qos.logback:logback-classic;1.2.11
10+
ch.qos.logback:logback-classic;1.2.12
1111
com.azure.tools:azure-autorest-customization;1.0.0-beta.7
1212
com.fasterxml.jackson.core:jackson-annotations;2.13.5
1313
com.fasterxml.jackson.core:jackson-core;2.13.5
@@ -42,33 +42,33 @@ com.microsoft.rest:client-runtime;1.7.4
4242
com.microsoft.rest.v2:client-runtime;2.1.1
4343
com.microsoft.sqlserver:mssql-jdbc;10.2.3.jre8
4444
com.microsoft.azure:spring-data-cosmosdb;2.3.0
45-
com.mysql:mysql-connector-j;8.0.32
45+
com.mysql:mysql-connector-j;8.0.33
4646
com.squareup.okhttp3:mockwebserver;4.10.0
4747
com.squareup.okhttp3:okhttp;4.10.0
4848
commons-codec:commons-codec;1.15
4949
commons-net:commons-net;3.9.0
5050
io.cloudevents:cloudevents-api;2.2.0
5151
io.cloudevents:cloudevents-core;2.2.0
5252
io.fabric8:kubernetes-client;5.12.3
53-
io.micrometer:micrometer-core;1.9.8
54-
io.micrometer:micrometer-registry-azure-monitor;1.9.8
55-
io.micrometer:micrometer-registry-graphite;1.9.8
56-
io.netty:netty-buffer;4.1.89.Final
57-
io.netty:netty-common;4.1.89.Final
58-
io.netty:netty-codec;4.1.89.Final
59-
io.netty:netty-codec-http;4.1.89.Final
60-
io.netty:netty-codec-http2;4.1.89.Final
61-
io.netty:netty-transport;4.1.89.Final
62-
io.netty:netty-handler;4.1.89.Final
63-
io.netty:netty-handler-proxy;4.1.89.Final
64-
io.netty:netty-tcnative;2.0.56.Final
65-
io.netty:netty-tcnative-boringssl-static;2.0.56.Final
66-
io.netty:netty-transport-native-epoll;4.1.89.Final
67-
io.netty:netty-transport-native-unix-common;4.1.89.Final
68-
io.netty:netty-transport-native-kqueue;4.1.89.Final
69-
io.projectreactor.netty:reactor-netty;1.0.28
70-
io.projectreactor.netty:reactor-netty-http;1.0.28
71-
io.projectreactor:reactor-core;3.4.27
53+
io.micrometer:micrometer-core;1.9.10
54+
io.micrometer:micrometer-registry-azure-monitor;1.9.10
55+
io.micrometer:micrometer-registry-graphite;1.9.10
56+
io.netty:netty-buffer;4.1.91.Final
57+
io.netty:netty-common;4.1.91.Final
58+
io.netty:netty-codec;4.1.91.Final
59+
io.netty:netty-codec-http;4.1.91.Final
60+
io.netty:netty-codec-http2;4.1.91.Final
61+
io.netty:netty-transport;4.1.91.Final
62+
io.netty:netty-handler;4.1.91.Final
63+
io.netty:netty-handler-proxy;4.1.91.Final
64+
io.netty:netty-tcnative;2.0.59.Final
65+
io.netty:netty-tcnative-boringssl-static;2.0.59.Final
66+
io.netty:netty-transport-native-epoll;4.1.91.Final
67+
io.netty:netty-transport-native-unix-common;4.1.91.Final
68+
io.netty:netty-transport-native-kqueue;4.1.91.Final
69+
io.projectreactor.netty:reactor-netty;1.0.31
70+
io.projectreactor.netty:reactor-netty-http;1.0.31
71+
io.projectreactor:reactor-core;3.4.29
7272
io.vertx:vertx-codegen;4.4.2
7373
io.vertx:vertx-core;4.4.2
7474
jakarta.validation:jakarta.validation-api;2.0.2
@@ -93,7 +93,7 @@ org.apache.qpid:qpid-jms-client;0.53.0
9393
org.apache.tinkerpop:gremlin-driver;3.2.4
9494
org.asynchttpclient:async-http-client;2.12.1
9595
org.codehaus.gmavenplus:gmavenplus-plugin;2.1.0
96-
org.codehaus.groovy:groovy-jsr223;3.0.15
96+
org.codehaus.groovy:groovy-jsr223;3.0.17
9797
org.codehaus.janino:janino;3.1.9
9898
org.conscrypt:conscrypt-openjdk-uber;2.2.1
9999
org.glassfish.tyrus:tyrus-client;1.16
@@ -115,65 +115,65 @@ org.redisson:redisson;3.17.0
115115
net.bytebuddy:byte-buddy;1.12.23
116116

117117
## Spring boot dependency versions
118-
org.springframework.boot:spring-boot-dependencies;2.7.9
119-
org.springframework.boot:spring-boot-actuator;2.7.9
120-
org.springframework.boot:spring-boot-actuator-autoconfigure;2.7.9
121-
org.springframework.boot:spring-boot-autoconfigure-processor;2.7.9
122-
org.springframework.boot:spring-boot-autoconfigure;2.7.9
123-
org.springframework.boot:spring-boot-configuration-metadata;2.7.9
124-
org.springframework.boot:spring-boot-configuration-processor;2.7.9
118+
org.springframework.boot:spring-boot-dependencies;2.7.11
119+
org.springframework.boot:spring-boot-actuator;2.7.11
120+
org.springframework.boot:spring-boot-actuator-autoconfigure;2.7.11
121+
org.springframework.boot:spring-boot-autoconfigure-processor;2.7.11
122+
org.springframework.boot:spring-boot-autoconfigure;2.7.11
123+
org.springframework.boot:spring-boot-configuration-metadata;2.7.11
124+
org.springframework.boot:spring-boot-configuration-processor;2.7.11
125125
org.springframework.boot:spring-boot-maven-plugin;2.7.4
126-
org.springframework.boot:spring-boot-starter-actuator;2.7.9
127-
org.springframework.boot:spring-boot-starter-aop;2.7.9
128-
org.springframework.boot:spring-boot-starter-cache;2.7.9
129-
org.springframework.boot:spring-boot-starter-data-redis;2.7.9
130-
org.springframework.boot:spring-boot-starter-integration;2.7.9
131-
org.springframework.boot:spring-boot-starter-logging;2.7.9
132-
org.springframework.boot:spring-boot-starter-test;2.7.9
133-
org.springframework.boot:spring-boot-starter-validation;2.7.9
134-
org.springframework.boot:spring-boot-starter-web;2.7.9
135-
org.springframework.boot:spring-boot-starter;2.7.9
136-
org.springframework.boot:spring-boot-test;2.7.9
137-
org.springframework.boot:spring-boot;2.7.9
138-
org.springframework.data:spring-data-commons;2.7.8
139-
org.springframework.data:spring-data-mongodb;3.4.8
140-
org.springframework.data:spring-data-redis;2.7.8
126+
org.springframework.boot:spring-boot-starter-actuator;2.7.11
127+
org.springframework.boot:spring-boot-starter-aop;2.7.11
128+
org.springframework.boot:spring-boot-starter-cache;2.7.11
129+
org.springframework.boot:spring-boot-starter-data-redis;2.7.11
130+
org.springframework.boot:spring-boot-starter-integration;2.7.11
131+
org.springframework.boot:spring-boot-starter-logging;2.7.11
132+
org.springframework.boot:spring-boot-starter-test;2.7.11
133+
org.springframework.boot:spring-boot-starter-validation;2.7.11
134+
org.springframework.boot:spring-boot-starter-web;2.7.11
135+
org.springframework.boot:spring-boot-starter;2.7.11
136+
org.springframework.boot:spring-boot-test;2.7.11
137+
org.springframework.boot:spring-boot;2.7.11
138+
org.springframework.data:spring-data-commons;2.7.11
139+
org.springframework.data:spring-data-mongodb;3.4.11
140+
org.springframework.data:spring-data-redis;2.7.11
141141
org.springframework.experimental:spring-aot;0.11.4
142142
org.springframework.experimental:spring-aot-maven-plugin;0.11.4
143-
org.springframework.integration:spring-integration-core;5.5.16
143+
org.springframework.integration:spring-integration-core;5.5.17
144144
org.springframework.kafka:spring-kafka;2.8.11
145-
org.springframework.security:spring-security-config;5.7.7
146-
org.springframework.security:spring-security-core;5.7.7
147-
org.springframework.security:spring-security-oauth2-client;5.7.7
148-
org.springframework.security:spring-security-oauth2-resource-server;5.7.7
149-
org.springframework.security:spring-security-oauth2-core;5.7.7
150-
org.springframework.security:spring-security-oauth2-jose;5.7.7
151-
org.springframework.security:spring-security-web;5.7.7
152-
org.springframework:spring-beans;5.3.25
153-
org.springframework:spring-context-support;5.3.25
154-
org.springframework:spring-context;5.3.25
155-
org.springframework:spring-core;5.3.25
156-
org.springframework:spring-expression;5.3.25
157-
org.springframework:spring-jdbc;5.3.25
158-
org.springframework:spring-jms;5.3.25
159-
org.springframework:spring-messaging;5.3.25
160-
org.springframework:spring-tx;5.3.25
161-
org.springframework:spring-web;5.3.25
162-
org.springframework:spring-webmvc;5.3.25
163-
org.springframework:spring-test;5.3.25
145+
org.springframework.security:spring-security-config;5.7.8
146+
org.springframework.security:spring-security-core;5.7.8
147+
org.springframework.security:spring-security-oauth2-client;5.7.8
148+
org.springframework.security:spring-security-oauth2-resource-server;5.7.8
149+
org.springframework.security:spring-security-oauth2-core;5.7.8
150+
org.springframework.security:spring-security-oauth2-jose;5.7.8
151+
org.springframework.security:spring-security-web;5.7.8
152+
org.springframework:spring-beans;5.3.27
153+
org.springframework:spring-context-support;5.3.27
154+
org.springframework:spring-context;5.3.27
155+
org.springframework:spring-core;5.3.27
156+
org.springframework:spring-expression;5.3.27
157+
org.springframework:spring-jdbc;5.3.27
158+
org.springframework:spring-jms;5.3.27
159+
org.springframework:spring-messaging;5.3.27
160+
org.springframework:spring-tx;5.3.27
161+
org.springframework:spring-web;5.3.27
162+
org.springframework:spring-webmvc;5.3.27
163+
org.springframework:spring-test;5.3.27
164164
org.springframework.retry:spring-retry;1.3.4
165-
org.springframework.boot:spring-boot-starter-parent;2.7.9
165+
org.springframework.boot:spring-boot-starter-parent;2.7.11
166166

167167
## Spring cloud dependency versions
168-
org.springframework.cloud:spring-cloud-dependencies;2021.0.5
169-
org.springframework.cloud:spring-cloud-starter-bootstrap;3.1.5
168+
org.springframework.cloud:spring-cloud-dependencies;2021.0.7
169+
org.springframework.cloud:spring-cloud-starter-bootstrap;3.1.6
170170
org.springframework.cloud:spring-cloud-bus;3.1.2
171-
org.springframework.cloud:spring-cloud-context;3.1.5
172-
org.springframework.cloud:spring-cloud-sleuth-api;3.1.5
173-
org.springframework.cloud:spring-cloud-starter-sleuth;3.1.5
174-
org.springframework.cloud:spring-cloud-starter-stream-kafka;3.2.6
175-
org.springframework.cloud:spring-cloud-stream-binder-test;3.2.6
176-
org.springframework.cloud:spring-cloud-stream;3.2.6
171+
org.springframework.cloud:spring-cloud-context;3.1.6
172+
org.springframework.cloud:spring-cloud-sleuth-api;3.1.8
173+
org.springframework.cloud:spring-cloud-starter-sleuth;3.1.8
174+
org.springframework.cloud:spring-cloud-starter-stream-kafka;3.2.8
175+
org.springframework.cloud:spring-cloud-stream-binder-test;3.2.8
176+
org.springframework.cloud:spring-cloud-stream;3.2.8
177177

178178
pl.pragmatists:JUnitParams;1.1.1
179179

@@ -203,13 +203,13 @@ io.opentelemetry:opentelemetry-exporter-jaeger;1.23.0
203203
io.opentelemetry:opentelemetry-exporter-otlp;1.23.0
204204
io.opentelemetry:opentelemetry-sdk-testing;1.23.0
205205
io.opentelemetry:opentelemetry-sdk-logs;1.23.0-alpha
206-
io.projectreactor:reactor-test;3.4.27
206+
io.projectreactor:reactor-test;3.4.29
207207
junit:junit;4.13.2
208208
commons-cli:commons-cli;1.3
209209
org.assertj:assertj-core;3.22.0
210210
org.bouncycastle:bcprov-jdk15on;1.68
211-
org.eclipse.jetty:jetty-http;9.4.50.v20221201
212-
org.eclipse.jetty:jetty-server;9.4.50.v20221201
211+
org.eclipse.jetty:jetty-http;9.4.51.v20230217
212+
org.eclipse.jetty:jetty-server;9.4.51.v20230217
213213
org.eclipse.jgit:org.eclipse.jgit;4.5.7.201904151645-r
214214
org.glassfish:javax.json;1.1.4
215215
org.glassfish:jakarta.el;3.0.4
@@ -250,9 +250,9 @@ com.nimbusds:nimbus-jose-jwt;9.31
250250
com.puppycrawl.tools:checkstyle;9.3
251251
commons-io:commons-io;2.11.0
252252
commons-validator:commons-validator;1.6
253-
io.dropwizard.metrics:metrics-core;4.2.16
254-
io.dropwizard.metrics:metrics-graphite;4.2.16
255-
io.dropwizard.metrics:metrics-jvm;4.2.16
253+
io.dropwizard.metrics:metrics-core;4.2.18
254+
io.dropwizard.metrics:metrics-graphite;4.2.18
255+
io.dropwizard.metrics:metrics-jvm;4.2.18
256256
io.reactivex.rxjava2:rxjava;2.2.21
257257
net.java.dev.jna:jna-platform;5.6.0
258258
net.oneandone.reflections8:reflections8;0.11.7

sdk/aot/azure-aot-graalvm-support-netty/pom.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -66,44 +66,44 @@
6666
<dependency>
6767
<groupId>io.netty</groupId>
6868
<artifactId>netty-handler</artifactId>
69-
<version>4.1.89.Final</version> <!-- {x-version-update;io.netty:netty-handler;external_dependency} -->
69+
<version>4.1.91.Final</version> <!-- {x-version-update;io.netty:netty-handler;external_dependency} -->
7070
</dependency>
7171
<dependency>
7272
<groupId>io.netty</groupId>
7373
<artifactId>netty-handler-proxy</artifactId>
74-
<version>4.1.89.Final</version> <!-- {x-version-update;io.netty:netty-handler-proxy;external_dependency} -->
74+
<version>4.1.91.Final</version> <!-- {x-version-update;io.netty:netty-handler-proxy;external_dependency} -->
7575
</dependency>
7676
<dependency>
7777
<groupId>io.netty</groupId>
7878
<artifactId>netty-buffer</artifactId>
79-
<version>4.1.89.Final</version> <!-- {x-version-update;io.netty:netty-buffer;external_dependency} -->
79+
<version>4.1.91.Final</version> <!-- {x-version-update;io.netty:netty-buffer;external_dependency} -->
8080
</dependency>
8181
<dependency>
8282
<groupId>io.netty</groupId>
8383
<artifactId>netty-codec-http</artifactId>
84-
<version>4.1.89.Final</version> <!-- {x-version-update;io.netty:netty-codec-http;external_dependency} -->
84+
<version>4.1.91.Final</version> <!-- {x-version-update;io.netty:netty-codec-http;external_dependency} -->
8585
</dependency>
8686

8787
<dependency>
8888
<groupId>io.netty</groupId>
8989
<artifactId>netty-codec-http2</artifactId>
90-
<version>4.1.89.Final</version> <!-- {x-version-update;io.netty:netty-codec-http2;external_dependency} -->
90+
<version>4.1.91.Final</version> <!-- {x-version-update;io.netty:netty-codec-http2;external_dependency} -->
9191
</dependency>
9292
<dependency>
9393
<groupId>io.netty</groupId>
9494
<artifactId>netty-transport-native-unix-common</artifactId>
95-
<version>4.1.89.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-unix-common;external_dependency} -->
95+
<version>4.1.91.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-unix-common;external_dependency} -->
9696
</dependency>
9797
<dependency>
9898
<groupId>io.netty</groupId>
9999
<artifactId>netty-transport-native-epoll</artifactId>
100-
<version>4.1.89.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-epoll;external_dependency} -->
100+
<version>4.1.91.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-epoll;external_dependency} -->
101101
<classifier>linux-x86_64</classifier>
102102
</dependency>
103103
<dependency>
104104
<groupId>io.netty</groupId>
105105
<artifactId>netty-transport-native-kqueue</artifactId>
106-
<version>4.1.89.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-kqueue;external_dependency} -->
106+
<version>4.1.91.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-kqueue;external_dependency} -->
107107
<classifier>osx-x86_64</classifier>
108108
</dependency>
109109
</dependencies>
@@ -118,14 +118,14 @@
118118
<rules>
119119
<bannedDependencies>
120120
<includes>
121-
<include>io.netty:netty-buffer:[4.1.89.Final]</include> <!-- {x-include-update;io.netty:netty-buffer;external_dependency} -->
122-
<include>io.netty:netty-codec-http:[4.1.89.Final]</include> <!-- {x-include-update;io.netty:netty-codec-http;external_dependency} -->
123-
<include>io.netty:netty-codec-http2:[4.1.89.Final]</include> <!-- {x-include-update;io.netty:netty-codec-http2;external_dependency} -->
124-
<include>io.netty:netty-handler:[4.1.89.Final]</include> <!-- {x-include-update;io.netty:netty-handler;external_dependency} -->
125-
<include>io.netty:netty-handler-proxy:[4.1.89.Final]</include> <!-- {x-include-update;io.netty:netty-handler-proxy;external_dependency} -->
126-
<include>io.netty:netty-transport-native-unix-common:[4.1.89.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-unix-common;external_dependency} -->
127-
<include>io.netty:netty-transport-native-epoll:[4.1.89.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-epoll;external_dependency} -->
128-
<include>io.netty:netty-transport-native-kqueue:[4.1.89.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-kqueue;external_dependency} -->
121+
<include>io.netty:netty-buffer:[4.1.91.Final]</include> <!-- {x-include-update;io.netty:netty-buffer;external_dependency} -->
122+
<include>io.netty:netty-codec-http:[4.1.91.Final]</include> <!-- {x-include-update;io.netty:netty-codec-http;external_dependency} -->
123+
<include>io.netty:netty-codec-http2:[4.1.91.Final]</include> <!-- {x-include-update;io.netty:netty-codec-http2;external_dependency} -->
124+
<include>io.netty:netty-handler:[4.1.91.Final]</include> <!-- {x-include-update;io.netty:netty-handler;external_dependency} -->
125+
<include>io.netty:netty-handler-proxy:[4.1.91.Final]</include> <!-- {x-include-update;io.netty:netty-handler-proxy;external_dependency} -->
126+
<include>io.netty:netty-transport-native-unix-common:[4.1.91.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-unix-common;external_dependency} -->
127+
<include>io.netty:netty-transport-native-epoll:[4.1.91.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-epoll;external_dependency} -->
128+
<include>io.netty:netty-transport-native-kqueue:[4.1.91.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-kqueue;external_dependency} -->
129129
</includes>
130130
</bannedDependencies>
131131
</rules>

sdk/appconfiguration/azure-data-appconfiguration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<dependency>
105105
<groupId>io.projectreactor</groupId>
106106
<artifactId>reactor-test</artifactId>
107-
<version>3.4.27</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
107+
<version>3.4.29</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
108108
<scope>test</scope>
109109
</dependency>
110110
<dependency>

sdk/communication/azure-communication-callautomation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<dependency>
120120
<groupId>io.projectreactor</groupId>
121121
<artifactId>reactor-test</artifactId>
122-
<version>3.4.27</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
122+
<version>3.4.29</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
123123
<scope>test</scope>
124124
</dependency>
125125
<dependency>

0 commit comments

Comments
 (0)