Skip to content

Commit 35ef589

Browse files
Netyyyygithub-actions
andauthored
Upgrade external dependencies to align with Spring Boot 2.7.17 (Azure#37420)
Co-authored-by: github-actions <[email protected]>
1 parent e0056cd commit 35ef589

File tree

104 files changed

+550
-546
lines changed
  • eng/versioning
  • sdk
    • appconfiguration/azure-data-appconfiguration
    • communication
      • azure-communication-callautomation
      • azure-communication-callingserver
      • azure-communication-common
      • azure-communication-identity
      • azure-communication-jobrouter
      • azure-communication-networktraversal
      • azure-communication-phonenumbers
      • azure-communication-rooms
      • azure-communication-sms
    • containerregistry/azure-containers-containerregistry
    • core
    • cosmos
    • e2e
    • eventgrid/azure-messaging-eventgrid
    • eventhubs
      • azure-messaging-eventhubs-checkpointstore-blob
      • azure-messaging-eventhubs-checkpointstore-jedis
      • azure-messaging-eventhubs-stress
      • azure-messaging-eventhubs
    • identity/azure-identity
    • keyvault
      • azure-security-keyvault-administration
      • azure-security-keyvault-certificates
      • azure-security-keyvault-keys
      • azure-security-keyvault-secrets
    • maps
    • mixedreality/azure-mixedreality-authentication
    • monitor/azure-monitor-ingestion
    • remoterendering/azure-mixedreality-remoterendering
    • resourcemanagerhybrid/azure-resourcemanager-resources
    • resourcemanager/azure-resourcemanager-resources
    • schemaregistry
      • azure-data-schemaregistry-apacheavro
      • azure-data-schemaregistry-jsonschema
      • azure-data-schemaregistry
    • search/azure-search-documents
    • servicebus
      • azure-messaging-servicebus-stress
      • azure-messaging-servicebus
    • spring
      • azure-spring-data-cosmos
      • scripts
      • spring-cloud-azure-actuator-autoconfigure
      • spring-cloud-azure-actuator
      • spring-cloud-azure-appconfiguration-config-web
      • spring-cloud-azure-appconfiguration-config
      • spring-cloud-azure-autoconfigure
      • spring-cloud-azure-feature-management-web
      • spring-cloud-azure-feature-management
      • spring-cloud-azure-integration-test-appconfiguration-config
      • spring-cloud-azure-integration-tests
      • spring-cloud-azure-starter-actuator
      • spring-cloud-azure-starter-integration-eventhubs
      • spring-cloud-azure-starter-integration-servicebus
      • spring-cloud-azure-starter-integration-storage-queue
      • spring-cloud-azure-starter-monitor-test
      • spring-cloud-azure-starter-monitor
      • spring-cloud-azure-starter-redis
      • spring-cloud-azure-starter-servicebus-jms
      • spring-cloud-azure-starter
      • spring-cloud-azure-stream-binder-eventhubs-core
      • spring-cloud-azure-stream-binder-eventhubs
      • spring-cloud-azure-stream-binder-servicebus-core
      • spring-cloud-azure-stream-binder-servicebus
      • spring-messaging-azure-eventhubs
      • spring-messaging-azure-servicebus
      • spring-messaging-azure-storage-queue
      • spring-messaging-azure
    • storage
    • tables/azure-data-tables
    • webpubsub/azure-messaging-webpubsub

Some content is hidden

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

104 files changed

+550
-546
lines changed

eng/versioning/external_dependencies.txt

Lines changed: 35 additions & 35 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.7.16_managed_external_dependencies.txt
3-
# If your version is different from sdk/spring/scripts/spring_boot_2.7.16_managed_external_dependencies.txt,
2+
# make sure the version is same to sdk/spring/scripts/spring_boot_2.7.17_managed_external_dependencies.txt
3+
# If your version is different from sdk/spring/scripts/spring_boot_2.7.17_managed_external_dependencies.txt,
44
# please discuss with Spring Integration team members:
55
# @chenrujun (rujche), @saragluna (xiada), @yiliuTo (yiliu6), @backwind1233 (zhihaoguo).
66
# Thanks.
@@ -51,9 +51,9 @@ commons-net:commons-net;3.9.0
5151
io.cloudevents:cloudevents-api;2.2.0
5252
io.cloudevents:cloudevents-core;2.2.0
5353
io.fabric8:kubernetes-client;5.12.3
54-
io.micrometer:micrometer-core;1.9.15
55-
io.micrometer:micrometer-registry-azure-monitor;1.9.15
56-
io.micrometer:micrometer-registry-graphite;1.9.15
54+
io.micrometer:micrometer-core;1.9.16
55+
io.micrometer:micrometer-registry-azure-monitor;1.9.16
56+
io.micrometer:micrometer-registry-graphite;1.9.16
5757
io.netty:netty-buffer;4.1.100.Final
5858
io.netty:netty-common;4.1.100.Final
5959
io.netty:netty-codec;4.1.100.Final
@@ -105,7 +105,7 @@ org.graalvm.buildtools:junit-platform-native;0.9.19
105105
org.graalvm.buildtools:native-maven-plugin;0.9.19
106106
org.graalvm.sdk:graal-sdk;22.0.0.2
107107
org.graalvm.nativeimage:svm;22.0.0.2
108-
org.messaginghub:pooled-jms;1.2.4
108+
org.messaginghub:pooled-jms;1.2.5
109109
org.postgresql:postgresql;42.3.8
110110
org.slf4j:slf4j-api;1.7.36
111111
org.slf4j:slf4j-nop;1.7.36
@@ -118,30 +118,30 @@ testdep_net.bytebuddy:byte-buddy;1.14.8
118118
testdep_net.bytebuddy:byte-buddy-agent;1.14.8
119119

120120
## Spring boot dependency versions
121-
org.springframework.boot:spring-boot-dependencies;2.7.16
122-
org.springframework.boot:spring-boot-actuator;2.7.16
123-
org.springframework.boot:spring-boot-actuator-autoconfigure;2.7.16
124-
org.springframework.boot:spring-boot-autoconfigure-processor;2.7.16
125-
org.springframework.boot:spring-boot-autoconfigure;2.7.16
126-
org.springframework.boot:spring-boot-configuration-metadata;2.7.16
127-
org.springframework.boot:spring-boot-configuration-processor;2.7.16
128-
org.springframework.boot:spring-boot-maven-plugin;2.7.16
129-
org.springframework.boot:spring-boot-starter-actuator;2.7.16
130-
org.springframework.boot:spring-boot-starter-aop;2.7.16
131-
org.springframework.boot:spring-boot-starter-cache;2.7.16
132-
org.springframework.boot:spring-boot-starter-data-redis;2.7.16
133-
org.springframework.boot:spring-boot-starter-data-jdbc;2.7.16
134-
org.springframework.boot:spring-boot-starter-integration;2.7.16
135-
org.springframework.boot:spring-boot-starter-logging;2.7.16
136-
org.springframework.boot:spring-boot-starter-test;2.7.16
137-
org.springframework.boot:spring-boot-starter-validation;2.7.16
138-
org.springframework.boot:spring-boot-starter-web;2.7.16
139-
org.springframework.boot:spring-boot-starter;2.7.16
140-
org.springframework.boot:spring-boot-test;2.7.16
141-
org.springframework.boot:spring-boot;2.7.16
142-
org.springframework.data:spring-data-commons;2.7.16
143-
org.springframework.data:spring-data-mongodb;3.4.16
144-
org.springframework.data:spring-data-redis;2.7.16
121+
org.springframework.boot:spring-boot-dependencies;2.7.17
122+
org.springframework.boot:spring-boot-actuator;2.7.17
123+
org.springframework.boot:spring-boot-actuator-autoconfigure;2.7.17
124+
org.springframework.boot:spring-boot-autoconfigure-processor;2.7.17
125+
org.springframework.boot:spring-boot-autoconfigure;2.7.17
126+
org.springframework.boot:spring-boot-configuration-metadata;2.7.17
127+
org.springframework.boot:spring-boot-configuration-processor;2.7.17
128+
org.springframework.boot:spring-boot-maven-plugin;2.7.17
129+
org.springframework.boot:spring-boot-starter-actuator;2.7.17
130+
org.springframework.boot:spring-boot-starter-aop;2.7.17
131+
org.springframework.boot:spring-boot-starter-cache;2.7.17
132+
org.springframework.boot:spring-boot-starter-data-redis;2.7.17
133+
org.springframework.boot:spring-boot-starter-data-jdbc;2.7.17
134+
org.springframework.boot:spring-boot-starter-integration;2.7.17
135+
org.springframework.boot:spring-boot-starter-logging;2.7.17
136+
org.springframework.boot:spring-boot-starter-test;2.7.17
137+
org.springframework.boot:spring-boot-starter-validation;2.7.17
138+
org.springframework.boot:spring-boot-starter-web;2.7.17
139+
org.springframework.boot:spring-boot-starter;2.7.17
140+
org.springframework.boot:spring-boot-test;2.7.17
141+
org.springframework.boot:spring-boot;2.7.17
142+
org.springframework.data:spring-data-commons;2.7.17
143+
org.springframework.data:spring-data-mongodb;3.4.17
144+
org.springframework.data:spring-data-redis;2.7.17
145145
org.springframework.experimental:spring-aot;0.11.4
146146
org.springframework.experimental:spring-aot-maven-plugin;0.11.4
147147
org.springframework.integration:spring-integration-core;5.5.19
@@ -166,7 +166,7 @@ org.springframework:spring-web;5.3.30
166166
org.springframework:spring-webmvc;5.3.30
167167
org.springframework:spring-test;5.3.30
168168
org.springframework.retry:spring-retry;1.3.4
169-
org.springframework.boot:spring-boot-starter-parent;2.7.16
169+
org.springframework.boot:spring-boot-starter-parent;2.7.17
170170

171171
## Spring cloud dependency versions
172172
org.springframework.cloud:spring-cloud-dependencies;2021.0.8
@@ -214,7 +214,7 @@ io.opentelemetry.instrumentation:opentelemetry-spring-boot-starter;1.31.0-alpha
214214
io.opentelemetry.instrumentation:opentelemetry-jdbc;1.31.0-alpha
215215
io.opentelemetry.instrumentation:opentelemetry-logback-appender-1.0;1.31.0-alpha
216216

217-
io.projectreactor:reactor-test;3.4.32
217+
io.projectreactor:reactor-test;3.4.33
218218
io.github.hakky54:logcaptor;2.9.0
219219
com.squareup.okio:okio;3.5.0
220220
junit:junit;4.13.2
@@ -267,9 +267,9 @@ com.puppycrawl.tools:checkstyle;9.3
267267
com.toasttab.android:gummy-bears-api-26;0.5.1
268268
commons-io:commons-io;2.11.0
269269
commons-validator:commons-validator;1.6
270-
io.dropwizard.metrics:metrics-core;4.2.19
271-
io.dropwizard.metrics:metrics-graphite;4.2.19
272-
io.dropwizard.metrics:metrics-jvm;4.2.19
270+
io.dropwizard.metrics:metrics-core;4.2.21
271+
io.dropwizard.metrics:metrics-graphite;4.2.21
272+
io.dropwizard.metrics:metrics-jvm;4.2.21
273273
io.reactivex.rxjava2:rxjava;2.2.21
274274
net.java.dev.jna:jna-platform;5.6.0
275275
net.oneandone.reflections8:reflections8;0.11.7

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<dependency>
109109
<groupId>io.projectreactor</groupId>
110110
<artifactId>reactor-test</artifactId>
111-
<version>3.4.32</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
111+
<version>3.4.33</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
112112
<scope>test</scope>
113113
</dependency>
114114
<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.32</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
122+
<version>3.4.33</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
123123
<scope>test</scope>
124124
</dependency>
125125
<dependency>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<dependency>
113113
<groupId>io.projectreactor</groupId>
114114
<artifactId>reactor-test</artifactId>
115-
<version>3.4.32</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
115+
<version>3.4.33</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
116116
<scope>test</scope>
117117
</dependency>
118118
<dependency>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>io.projectreactor</groupId>
8383
<artifactId>reactor-test</artifactId>
84-
<version>3.4.32</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
84+
<version>3.4.33</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
8585
<scope>test</scope>
8686
</dependency>
8787
</dependencies>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>io.projectreactor</groupId>
9393
<artifactId>reactor-test</artifactId>
94-
<version>3.4.32</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
94+
<version>3.4.33</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
9595
<scope>test</scope>
9696
</dependency>
9797
<dependency>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>io.projectreactor</groupId>
6464
<artifactId>reactor-test</artifactId>
65-
<version>3.4.32</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
65+
<version>3.4.33</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
6666
<scope>test</scope>
6767
</dependency>
6868
<dependency>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>io.projectreactor</groupId>
9191
<artifactId>reactor-test</artifactId>
92-
<version>3.4.32</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
92+
<version>3.4.33</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
9393
<scope>test</scope>
9494
</dependency>
9595
<dependency>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>io.projectreactor</groupId>
9393
<artifactId>reactor-test</artifactId>
94-
<version>3.4.32</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
94+
<version>3.4.33</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
9595
<scope>test</scope>
9696
</dependency>
9797
<dependency>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<dependency>
100100
<groupId>io.projectreactor</groupId>
101101
<artifactId>reactor-test</artifactId>
102-
<version>3.4.32</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
102+
<version>3.4.33</version> <!-- {x-version-update;io.projectreactor:reactor-test;external_dependency} -->
103103
<scope>test</scope>
104104
</dependency>
105105
<dependency>

0 commit comments

Comments
 (0)