Skip to content

Commit 3185c78

Browse files
authored
Upgrade external dependencies' version to spring-boot 2.6.6 (Azure#28280)
* Update SPRING_BOOT_VERSION and SPRING_CLOUD_VERSION in get_spring_boot_managed_external_dependencies.py * Run command python .\sdk\spring\scripts\get_spring_boot_managed_external_dependencies.py. * Update SPRING_BOOT_VERSION in sync_external_dependencies.py. * Run command python .\sdk\spring\scripts\sync_external_dependencies.py. and update the comment at the beginning * Run command python .\eng\versioning\update_versions.py --ut external_dependency --sr * Update two spring-boot versions and two spring-cloud versions in/sdk/spring/ci.yml for pipeline. * add 2.5.12 files
1 parent 351e136 commit 3185c78

File tree

160 files changed

+716
-716
lines changed

Some content is hidden

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

160 files changed

+716
-716
lines changed

common/perf-test-core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
4646
<rules>
4747
<bannedDependencies>
4848
<includes combine.children="append">
49-
<include>com.fasterxml.jackson.core:jackson-databind:[2.13.2.1]</include> <!-- {x-include-update;com.fasterxml.jackson.core:jackson-databind;external_dependency} -->
49+
<include>com.fasterxml.jackson.core:jackson-databind:[2.13.2.2]</include> <!-- {x-include-update;com.fasterxml.jackson.core:jackson-databind;external_dependency} -->
5050

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.14]</include> <!-- {x-include-update;io.projectreactor:reactor-core;external_dependency} -->
54+
<include>io.projectreactor:reactor-core:[3.4.16]</include> <!-- {x-include-update;io.projectreactor:reactor-core;external_dependency} -->
5555
</includes>
5656
</bannedDependencies>
5757
</rules>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>com.fasterxml.jackson.core</groupId>
6666
<artifactId>jackson-databind</artifactId>
67-
<version>2.13.2.1</version> <!-- {x-version-update;com.fasterxml.jackson.core:jackson-databind;external_dependency} -->
67+
<version>2.13.2.2</version> <!-- {x-version-update;com.fasterxml.jackson.core:jackson-databind;external_dependency} -->
6868
</dependency>
6969
<dependency>
7070
<groupId>com.beust</groupId>

common/smoke-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
<dependency>
155155
<groupId>org.slf4j</groupId>
156156
<artifactId>slf4j-simple</artifactId>
157-
<version>1.7.33</version> <!-- {x-version-update;org.slf4j:slf4j-simple;external_dependency} -->
157+
<version>1.7.36</version> <!-- {x-version-update;org.slf4j:slf4j-simple;external_dependency} -->
158158
</dependency>
159159

160160
</dependencies>

eng/versioning/external_dependencies.txt

Lines changed: 80 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.6.3_managed_external_dependencies.txt
3-
# If your version is different from sdk/spring/scripts/spring_boot_2.6.3_managed_external_dependencies.txt,
2+
# make sure the version is same to sdk/spring/scripts/spring_boot_2.6.6_managed_external_dependencies.txt
3+
# If your version is different from sdk/spring/scripts/spring_boot_2.6.6_managed_external_dependencies.txt,
44
# please discuss with Spring Integration team members:
55
# @chenrujun (rujche), @saragluna (xiada), @yiliuTo (yiliu6), @backwind1233 (zhihaoguo).
66
# Thanks.
@@ -9,7 +9,7 @@
99
# groupId:artifactId;dependency-version
1010
com.fasterxml.jackson.core:jackson-annotations;2.13.2
1111
com.fasterxml.jackson.core:jackson-core;2.13.2
12-
com.fasterxml.jackson.core:jackson-databind;2.13.2.1
12+
com.fasterxml.jackson.core:jackson-databind;2.13.2.2
1313
com.fasterxml.jackson.dataformat:jackson-dataformat-avro;2.13.2
1414
com.fasterxml.jackson.dataformat:jackson-dataformat-xml;2.13.2
1515
com.fasterxml.jackson.datatype:jackson-datatype-jdk8;2.13.2
@@ -46,24 +46,24 @@ io.cloudevents:cloudevents-api;2.2.0
4646
io.cloudevents:cloudevents-core;2.2.0
4747
io.fabric8:kubernetes-client;5.9.0
4848
io.github.bonigarcia:webdrivermanager;4.3.1
49-
io.micrometer:micrometer-core;1.8.2
50-
io.micrometer:micrometer-registry-azure-monitor;1.8.2
51-
io.micrometer:micrometer-registry-graphite;1.8.2
52-
io.netty:netty-buffer;4.1.73.Final
53-
io.netty:netty-common;4.1.73.Final
54-
io.netty:netty-codec-http;4.1.73.Final
55-
io.netty:netty-codec-http2;4.1.73.Final
56-
io.netty:netty-transport;4.1.73.Final
57-
io.netty:netty-handler;4.1.73.Final
58-
io.netty:netty-handler-proxy;4.1.73.Final
59-
io.netty:netty-tcnative;2.0.47.Final
60-
io.netty:netty-tcnative-boringssl-static;2.0.47.Final
61-
io.netty:netty-transport-native-epoll;4.1.73.Final
62-
io.netty:netty-transport-native-unix-common;4.1.73.Final
63-
io.netty:netty-transport-native-kqueue;4.1.73.Final
64-
io.projectreactor.netty:reactor-netty;1.0.15
65-
io.projectreactor.netty:reactor-netty-http;1.0.15
66-
io.projectreactor:reactor-core;3.4.14
49+
io.micrometer:micrometer-core;1.8.4
50+
io.micrometer:micrometer-registry-azure-monitor;1.8.4
51+
io.micrometer:micrometer-registry-graphite;1.8.4
52+
io.netty:netty-buffer;4.1.75.Final
53+
io.netty:netty-common;4.1.75.Final
54+
io.netty:netty-codec-http;4.1.75.Final
55+
io.netty:netty-codec-http2;4.1.75.Final
56+
io.netty:netty-transport;4.1.75.Final
57+
io.netty:netty-handler;4.1.75.Final
58+
io.netty:netty-handler-proxy;4.1.75.Final
59+
io.netty:netty-tcnative;2.0.51.Final
60+
io.netty:netty-tcnative-boringssl-static;2.0.51.Final
61+
io.netty:netty-transport-native-epoll;4.1.75.Final
62+
io.netty:netty-transport-native-unix-common;4.1.75.Final
63+
io.netty:netty-transport-native-kqueue;4.1.75.Final
64+
io.projectreactor.netty:reactor-netty;1.0.17
65+
io.projectreactor.netty:reactor-netty-http;1.0.17
66+
io.projectreactor:reactor-core;3.4.16
6767
io.reactivex:rxjava;1.3.8
6868
jakarta.validation:jakarta.validation-api;2.0.2
6969
jakarta.xml.bind:jakarta.xml.bind-api;2.3.3
@@ -80,9 +80,9 @@ org.apache.avro:avro-maven-plugin;1.10.1
8080
org.apache.commons:commons-compress;1.21
8181
org.apache.commons:commons-lang3;3.12.0
8282
org.apache.httpcomponents:httpclient;4.5.13
83-
org.apache.logging.log4j:log4j-api;2.17.1
84-
org.apache.logging.log4j:log4j-core;2.17.1
85-
org.apache.logging.log4j:log4j-slf4j-impl;2.17.1
83+
org.apache.logging.log4j:log4j-api;2.17.2
84+
org.apache.logging.log4j:log4j-core;2.17.2
85+
org.apache.logging.log4j:log4j-slf4j-impl;2.17.2
8686
org.apache.maven:maven-core;3.5.4
8787
org.apache.maven.archetype:archetype-packaging;3.2.0
8888
org.apache.maven.archetype:maven-archetype-plugin;3.2.0
@@ -96,7 +96,7 @@ org.codehaus.groovy:groovy-eclipse-compiler;3.4.0-01
9696
org.conscrypt:conscrypt-openjdk-uber;2.2.1
9797
org.glassfish.tyrus:tyrus-container-grizzly;1.2.1
9898
org.glassfish.tyrus.bundles:tyrus-standalone-client;1.16
99-
org.hibernate.validator:hibernate-validator;6.2.0.Final
99+
org.hibernate.validator:hibernate-validator;6.2.3.Final
100100
org.javatuples:javatuples;1.2
101101
org.linguafranca.pwdb:KeePassJava2;2.1.4
102102
org.graalvm.buildtools:junit-platform-native;0.9.10
@@ -106,57 +106,57 @@ org.graalvm.nativeimage:svm;22.0.0.2
106106
org.messaginghub:pooled-jms;1.2.3
107107
org.powermock:powermock-api-mockito2;2.0.9
108108
org.powermock:powermock-module-junit4;2.0.9
109-
org.postgresql:postgresql;42.3.2
110-
org.slf4j:slf4j-api;1.7.33
111-
org.slf4j:slf4j-nop;1.7.33
112-
org.slf4j:slf4j-simple;1.7.33
109+
org.postgresql:postgresql;42.3.3
110+
org.slf4j:slf4j-api;1.7.36
111+
org.slf4j:slf4j-nop;1.7.36
112+
org.slf4j:slf4j-simple;1.7.36
113113

114114
## Spring boot dependency versions
115-
org.springframework.boot:spring-boot-dependencies;2.6.3
116-
org.springframework.boot:spring-boot-actuator;2.6.3
117-
org.springframework.boot:spring-boot-actuator-autoconfigure;2.6.3
118-
org.springframework.boot:spring-boot-autoconfigure-processor;2.6.3
119-
org.springframework.boot:spring-boot-autoconfigure;2.6.3
120-
org.springframework.boot:spring-boot-configuration-metadata;2.6.3
121-
org.springframework.boot:spring-boot-configuration-processor;2.6.3
122-
org.springframework.boot:spring-boot-starter-actuator;2.6.3
123-
org.springframework.boot:spring-boot-starter-aop;2.6.3
124-
org.springframework.boot:spring-boot-starter-cache;2.6.3
125-
org.springframework.boot:spring-boot-starter-data-redis;2.6.3
126-
org.springframework.boot:spring-boot-starter-integration;2.6.3
127-
org.springframework.boot:spring-boot-starter-logging;2.6.3
128-
org.springframework.boot:spring-boot-starter-test;2.6.3
129-
org.springframework.boot:spring-boot-starter-validation;2.6.3
130-
org.springframework.boot:spring-boot-starter-web;2.6.3
131-
org.springframework.boot:spring-boot-starter;2.6.3
132-
org.springframework.boot:spring-boot-test;2.6.3
133-
org.springframework.boot:spring-boot;2.6.3
134-
org.springframework.data:spring-data-commons;2.6.1
135-
org.springframework.data:spring-data-mongodb;3.3.1
136-
org.springframework.data:spring-data-redis;2.6.1
137-
org.springframework.integration:spring-integration-core;5.5.8
138-
org.springframework.kafka:spring-kafka;2.8.2
139-
org.springframework.security:spring-security-config;5.6.1
140-
org.springframework.security:spring-security-core;5.6.1
141-
org.springframework.security:spring-security-oauth2-client;5.6.1
142-
org.springframework.security:spring-security-oauth2-resource-server;5.6.1
143-
org.springframework.security:spring-security-oauth2-core;5.6.1
144-
org.springframework.security:spring-security-oauth2-jose;5.6.1
145-
org.springframework.security:spring-security-web;5.6.1
146-
org.springframework:spring-beans;5.3.15
147-
org.springframework:spring-context-support;5.3.15
148-
org.springframework:spring-context;5.3.15
149-
org.springframework:spring-core;5.3.15
150-
org.springframework:spring-expression;5.3.15
151-
org.springframework:spring-jdbc;5.3.15
152-
org.springframework:spring-jms;5.3.15
153-
org.springframework:spring-messaging;5.3.15
154-
org.springframework:spring-tx;5.3.15
155-
org.springframework:spring-web;5.3.15
156-
org.springframework:spring-webmvc;5.3.15
157-
org.springframework:spring-test;5.3.15
158-
org.springframework.retry:spring-retry;1.3.1
159-
org.springframework.boot:spring-boot-starter-parent;2.6.3
115+
org.springframework.boot:spring-boot-dependencies;2.6.6
116+
org.springframework.boot:spring-boot-actuator;2.6.6
117+
org.springframework.boot:spring-boot-actuator-autoconfigure;2.6.6
118+
org.springframework.boot:spring-boot-autoconfigure-processor;2.6.6
119+
org.springframework.boot:spring-boot-autoconfigure;2.6.6
120+
org.springframework.boot:spring-boot-configuration-metadata;2.6.6
121+
org.springframework.boot:spring-boot-configuration-processor;2.6.6
122+
org.springframework.boot:spring-boot-starter-actuator;2.6.6
123+
org.springframework.boot:spring-boot-starter-aop;2.6.6
124+
org.springframework.boot:spring-boot-starter-cache;2.6.6
125+
org.springframework.boot:spring-boot-starter-data-redis;2.6.6
126+
org.springframework.boot:spring-boot-starter-integration;2.6.6
127+
org.springframework.boot:spring-boot-starter-logging;2.6.6
128+
org.springframework.boot:spring-boot-starter-test;2.6.6
129+
org.springframework.boot:spring-boot-starter-validation;2.6.6
130+
org.springframework.boot:spring-boot-starter-web;2.6.6
131+
org.springframework.boot:spring-boot-starter;2.6.6
132+
org.springframework.boot:spring-boot-test;2.6.6
133+
org.springframework.boot:spring-boot;2.6.6
134+
org.springframework.data:spring-data-commons;2.6.3
135+
org.springframework.data:spring-data-mongodb;3.3.3
136+
org.springframework.data:spring-data-redis;2.6.3
137+
org.springframework.integration:spring-integration-core;5.5.10
138+
org.springframework.kafka:spring-kafka;2.8.4
139+
org.springframework.security:spring-security-config;5.6.2
140+
org.springframework.security:spring-security-core;5.6.2
141+
org.springframework.security:spring-security-oauth2-client;5.6.2
142+
org.springframework.security:spring-security-oauth2-resource-server;5.6.2
143+
org.springframework.security:spring-security-oauth2-core;5.6.2
144+
org.springframework.security:spring-security-oauth2-jose;5.6.2
145+
org.springframework.security:spring-security-web;5.6.2
146+
org.springframework:spring-beans;5.3.18
147+
org.springframework:spring-context-support;5.3.18
148+
org.springframework:spring-context;5.3.18
149+
org.springframework:spring-core;5.3.18
150+
org.springframework:spring-expression;5.3.18
151+
org.springframework:spring-jdbc;5.3.18
152+
org.springframework:spring-jms;5.3.18
153+
org.springframework:spring-messaging;5.3.18
154+
org.springframework:spring-tx;5.3.18
155+
org.springframework:spring-web;5.3.18
156+
org.springframework:spring-webmvc;5.3.18
157+
org.springframework:spring-test;5.3.18
158+
org.springframework.retry:spring-retry;1.3.2
159+
org.springframework.boot:spring-boot-starter-parent;2.6.6
160160

161161
## Spring cloud dependency versions
162162
org.springframework.cloud:spring-cloud-dependencies;2021.0.1
@@ -195,7 +195,7 @@ io.opentelemetry:opentelemetry-api;1.11.0
195195
io.opentelemetry:opentelemetry-sdk;1.11.0
196196
io.opentelemetry:opentelemetry-exporter-logging;1.11.0
197197
io.opentelemetry:opentelemetry-exporter-jaeger;1.11.0
198-
io.projectreactor:reactor-test;3.4.14
198+
io.projectreactor:reactor-test;3.4.16
199199
junit:junit;4.13.2
200200
commons-cli:commons-cli;1.3
201201
org.apache.maven:maven-compat;3.6.2
@@ -206,8 +206,8 @@ org.assertj:assertj-core;3.21.0
206206
org.bouncycastle:bcprov-jdk15on;1.68
207207
org.eclipse.aether:aether-connector-basic;1.1.0
208208
org.eclipse.aether:aether-transport-wagon;1.1.0
209-
org.eclipse.jetty:jetty-http;9.4.44.v20210927
210-
org.eclipse.jetty:jetty-server;9.4.44.v20210927
209+
org.eclipse.jetty:jetty-http;9.4.45.v20220203
210+
org.eclipse.jetty:jetty-server;9.4.45.v20220203
211211
org.eclipse.jgit:org.eclipse.jgit;4.5.7.201904151645-r
212212
org.glassfish:javax.json;1.1.4
213213
org.glassfish:jakarta.el;3.0.4
@@ -246,9 +246,9 @@ com.nimbusds:nimbus-jose-jwt;9.10.1
246246
com.puppycrawl.tools:checkstyle;9.2
247247
commons-io:commons-io;2.7
248248
commons-validator:commons-validator;1.6
249-
io.dropwizard.metrics:metrics-core;4.2.7
250-
io.dropwizard.metrics:metrics-graphite;4.2.7
251-
io.dropwizard.metrics:metrics-jvm;4.2.7
249+
io.dropwizard.metrics:metrics-core;4.2.9
250+
io.dropwizard.metrics:metrics-graphite;4.2.9
251+
io.dropwizard.metrics:metrics-jvm;4.2.9
252252
io.reactivex.rxjava2:rxjava;2.2.21
253253
net.java.dev.jna:jna-platform;5.6.0
254254
net.jonathangiles.tools:dependencyChecker-maven-plugin;1.0.6

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -63,44 +63,44 @@
6363
<dependency>
6464
<groupId>io.netty</groupId>
6565
<artifactId>netty-handler</artifactId>
66-
<version>4.1.73.Final</version> <!-- {x-version-update;io.netty:netty-handler;external_dependency} -->
66+
<version>4.1.75.Final</version> <!-- {x-version-update;io.netty:netty-handler;external_dependency} -->
6767
</dependency>
6868
<dependency>
6969
<groupId>io.netty</groupId>
7070
<artifactId>netty-handler-proxy</artifactId>
71-
<version>4.1.73.Final</version> <!-- {x-version-update;io.netty:netty-handler-proxy;external_dependency} -->
71+
<version>4.1.75.Final</version> <!-- {x-version-update;io.netty:netty-handler-proxy;external_dependency} -->
7272
</dependency>
7373
<dependency>
7474
<groupId>io.netty</groupId>
7575
<artifactId>netty-buffer</artifactId>
76-
<version>4.1.73.Final</version> <!-- {x-version-update;io.netty:netty-buffer;external_dependency} -->
76+
<version>4.1.75.Final</version> <!-- {x-version-update;io.netty:netty-buffer;external_dependency} -->
7777
</dependency>
7878
<dependency>
7979
<groupId>io.netty</groupId>
8080
<artifactId>netty-codec-http</artifactId>
81-
<version>4.1.73.Final</version> <!-- {x-version-update;io.netty:netty-codec-http;external_dependency} -->
81+
<version>4.1.75.Final</version> <!-- {x-version-update;io.netty:netty-codec-http;external_dependency} -->
8282
</dependency>
8383

8484
<dependency>
8585
<groupId>io.netty</groupId>
8686
<artifactId>netty-codec-http2</artifactId>
87-
<version>4.1.73.Final</version> <!-- {x-version-update;io.netty:netty-codec-http2;external_dependency} -->
87+
<version>4.1.75.Final</version> <!-- {x-version-update;io.netty:netty-codec-http2;external_dependency} -->
8888
</dependency>
8989
<dependency>
9090
<groupId>io.netty</groupId>
9191
<artifactId>netty-transport-native-unix-common</artifactId>
92-
<version>4.1.73.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-unix-common;external_dependency} -->
92+
<version>4.1.75.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-unix-common;external_dependency} -->
9393
</dependency>
9494
<dependency>
9595
<groupId>io.netty</groupId>
9696
<artifactId>netty-transport-native-epoll</artifactId>
97-
<version>4.1.73.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-epoll;external_dependency} -->
97+
<version>4.1.75.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-epoll;external_dependency} -->
9898
<classifier>linux-x86_64</classifier>
9999
</dependency>
100100
<dependency>
101101
<groupId>io.netty</groupId>
102102
<artifactId>netty-transport-native-kqueue</artifactId>
103-
<version>4.1.73.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-kqueue;external_dependency} -->
103+
<version>4.1.75.Final</version> <!-- {x-version-update;io.netty:netty-transport-native-kqueue;external_dependency} -->
104104
<classifier>osx-x86_64</classifier>
105105
</dependency>
106106
</dependencies>
@@ -115,14 +115,14 @@
115115
<rules>
116116
<bannedDependencies>
117117
<includes>
118-
<include>io.netty:netty-buffer:[4.1.73.Final]</include> <!-- {x-include-update;io.netty:netty-buffer;external_dependency} -->
119-
<include>io.netty:netty-codec-http:[4.1.73.Final]</include> <!-- {x-include-update;io.netty:netty-codec-http;external_dependency} -->
120-
<include>io.netty:netty-codec-http2:[4.1.73.Final]</include> <!-- {x-include-update;io.netty:netty-codec-http2;external_dependency} -->
121-
<include>io.netty:netty-handler:[4.1.73.Final]</include> <!-- {x-include-update;io.netty:netty-handler;external_dependency} -->
122-
<include>io.netty:netty-handler-proxy:[4.1.73.Final]</include> <!-- {x-include-update;io.netty:netty-handler-proxy;external_dependency} -->
123-
<include>io.netty:netty-transport-native-unix-common:[4.1.73.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-unix-common;external_dependency} -->
124-
<include>io.netty:netty-transport-native-epoll:[4.1.73.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-epoll;external_dependency} -->
125-
<include>io.netty:netty-transport-native-kqueue:[4.1.73.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-kqueue;external_dependency} -->
118+
<include>io.netty:netty-buffer:[4.1.75.Final]</include> <!-- {x-include-update;io.netty:netty-buffer;external_dependency} -->
119+
<include>io.netty:netty-codec-http:[4.1.75.Final]</include> <!-- {x-include-update;io.netty:netty-codec-http;external_dependency} -->
120+
<include>io.netty:netty-codec-http2:[4.1.75.Final]</include> <!-- {x-include-update;io.netty:netty-codec-http2;external_dependency} -->
121+
<include>io.netty:netty-handler:[4.1.75.Final]</include> <!-- {x-include-update;io.netty:netty-handler;external_dependency} -->
122+
<include>io.netty:netty-handler-proxy:[4.1.75.Final]</include> <!-- {x-include-update;io.netty:netty-handler-proxy;external_dependency} -->
123+
<include>io.netty:netty-transport-native-unix-common:[4.1.75.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-unix-common;external_dependency} -->
124+
<include>io.netty:netty-transport-native-epoll:[4.1.75.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-epoll;external_dependency} -->
125+
<include>io.netty:netty-transport-native-kqueue:[4.1.75.Final]</include> <!-- {x-include-update;io.netty:netty-transport-native-kqueue;external_dependency} -->
126126
</includes>
127127
</bannedDependencies>
128128
</rules>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>io.projectreactor</groupId>
9595
<artifactId>reactor-test</artifactId>
96-
<version>3.4.14</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
96+
<version>3.4.16</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
9797
<scope>test</scope>
9898
</dependency>
9999
<dependency>

0 commit comments

Comments
 (0)