From 71cb1d7fa5190f84c8cedfde712940b418bb901d Mon Sep 17 00:00:00 2001 From: zhihaoguo Date: Fri, 15 Oct 2021 08:20:18 +0800 Subject: [PATCH 1/2] - upgrade springboot to 2.5.5 --- .../aad-b2c-resource-server/pom.xml | 2 +- .../aad-b2c-web-application/pom.xml | 2 +- .../aad-resource-server-by-filter-stateless/pom.xml | 2 +- .../aad-resource-server-by-filter/pom.xml | 2 +- .../aad-resource-server-obo/pom.xml | 2 +- .../aad-resource-server/pom.xml | 2 +- .../aad-web-application-and-resource-server/pom.xml | 2 +- .../aad-web-application/pom.xml | 2 +- .../azure-appconfiguration-conversion-sample-complete/pom.xml | 2 +- .../azure-appconfiguration-conversion-sample-initial/pom.xml | 2 +- appconfiguration/azure-appconfiguration-sample/pom.xml | 2 +- appconfiguration/feature-management-sample/pom.xml | 2 +- appconfiguration/feature-management-web-sample/pom.xml | 2 +- cache/azure-spring-cloud-sample-cache/pom.xml | 2 +- cloudfoundry/azure-cloud-foundry-service-sample/pom.xml | 2 +- .../cosmos-multi-database-multi-account/pom.xml | 2 +- .../cosmos-multi-database-single-account/pom.xml | 2 +- cosmos/azure-spring-boot-starter-cosmos/cosmos/pom.xml | 2 +- .../eventhubs-kafka/pom.xml | 2 +- .../eventhubs-integration/pom.xml | 2 +- .../eventhubs-messaging/pom.xml | 2 +- .../eventhubs-operation/pom.xml | 2 +- .../eventhubs-binder/pom.xml | 2 +- .../eventhubs-multibinders/pom.xml | 2 +- .../keyvault-certificates-client-side/pom.xml | 2 +- .../keyvault-certificates-server-side/pom.xml | 2 +- .../keyvault-secrets/pom.xml | 2 +- mediaservices/azure-spring-boot-sample-mediaservices/pom.xml | 2 +- servicebus/azure-messaging-servicebus/servicebus/pom.xml | 2 +- .../servicebus-jms-queue/pom.xml | 2 +- .../servicebus-jms-topic/pom.xml | 2 +- .../servicebus-integration/pom.xml | 2 +- .../servicebus-messaging/pom.xml | 2 +- .../servicebus-operation/pom.xml | 2 +- .../servicebus-queue-binder/pom.xml | 2 +- .../servicebus-queue-multibinders/pom.xml | 2 +- .../servicebus-topic-binder/pom.xml | 2 +- .../azure-spring-boot-starter-storage/storage-resource/pom.xml | 2 +- .../storage-queue-integration/pom.xml | 2 +- .../storage-queue-operation/pom.xml | 2 +- 40 files changed, 40 insertions(+), 40 deletions(-) diff --git a/aad/azure-spring-boot-starter-active-directory-b2c/aad-b2c-resource-server/pom.xml b/aad/azure-spring-boot-starter-active-directory-b2c/aad-b2c-resource-server/pom.xml index df19a571b..87275747d 100644 --- a/aad/azure-spring-boot-starter-active-directory-b2c/aad-b2c-resource-server/pom.xml +++ b/aad/azure-spring-boot-starter-active-directory-b2c/aad-b2c-resource-server/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 com.azure.spring diff --git a/aad/azure-spring-boot-starter-active-directory-b2c/aad-b2c-web-application/pom.xml b/aad/azure-spring-boot-starter-active-directory-b2c/aad-b2c-web-application/pom.xml index 19792c3dd..804291842 100644 --- a/aad/azure-spring-boot-starter-active-directory-b2c/aad-b2c-web-application/pom.xml +++ b/aad/azure-spring-boot-starter-active-directory-b2c/aad-b2c-web-application/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 com.azure.spring diff --git a/aad/azure-spring-boot-starter-active-directory/aad-resource-server-by-filter-stateless/pom.xml b/aad/azure-spring-boot-starter-active-directory/aad-resource-server-by-filter-stateless/pom.xml index 57d89171e..08cc4fe11 100644 --- a/aad/azure-spring-boot-starter-active-directory/aad-resource-server-by-filter-stateless/pom.xml +++ b/aad/azure-spring-boot-starter-active-directory/aad-resource-server-by-filter-stateless/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 com.azure.spring diff --git a/aad/azure-spring-boot-starter-active-directory/aad-resource-server-by-filter/pom.xml b/aad/azure-spring-boot-starter-active-directory/aad-resource-server-by-filter/pom.xml index b3fee599c..075091d84 100644 --- a/aad/azure-spring-boot-starter-active-directory/aad-resource-server-by-filter/pom.xml +++ b/aad/azure-spring-boot-starter-active-directory/aad-resource-server-by-filter/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 com.azure.spring diff --git a/aad/azure-spring-boot-starter-active-directory/aad-resource-server-obo/pom.xml b/aad/azure-spring-boot-starter-active-directory/aad-resource-server-obo/pom.xml index ba09b2bcc..0ff37e1ff 100644 --- a/aad/azure-spring-boot-starter-active-directory/aad-resource-server-obo/pom.xml +++ b/aad/azure-spring-boot-starter-active-directory/aad-resource-server-obo/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 com.azure.spring diff --git a/aad/azure-spring-boot-starter-active-directory/aad-resource-server/pom.xml b/aad/azure-spring-boot-starter-active-directory/aad-resource-server/pom.xml index 46e0d0b3b..e63276348 100644 --- a/aad/azure-spring-boot-starter-active-directory/aad-resource-server/pom.xml +++ b/aad/azure-spring-boot-starter-active-directory/aad-resource-server/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 com.azure.spring diff --git a/aad/azure-spring-boot-starter-active-directory/aad-web-application-and-resource-server/pom.xml b/aad/azure-spring-boot-starter-active-directory/aad-web-application-and-resource-server/pom.xml index bbf73ea45..d9f8cd325 100644 --- a/aad/azure-spring-boot-starter-active-directory/aad-web-application-and-resource-server/pom.xml +++ b/aad/azure-spring-boot-starter-active-directory/aad-web-application-and-resource-server/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 com.azure.spring diff --git a/aad/azure-spring-boot-starter-active-directory/aad-web-application/pom.xml b/aad/azure-spring-boot-starter-active-directory/aad-web-application/pom.xml index c6558d084..201ad9e8e 100644 --- a/aad/azure-spring-boot-starter-active-directory/aad-web-application/pom.xml +++ b/aad/azure-spring-boot-starter-active-directory/aad-web-application/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 com.azure.spring diff --git a/appconfiguration/azure-appconfiguration-conversion-sample-complete/pom.xml b/appconfiguration/azure-appconfiguration-conversion-sample-complete/pom.xml index bc91a493e..caf7a3495 100644 --- a/appconfiguration/azure-appconfiguration-conversion-sample-complete/pom.xml +++ b/appconfiguration/azure-appconfiguration-conversion-sample-complete/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 4.0.0 diff --git a/appconfiguration/azure-appconfiguration-conversion-sample-initial/pom.xml b/appconfiguration/azure-appconfiguration-conversion-sample-initial/pom.xml index 649ee8c95..b8773bde8 100644 --- a/appconfiguration/azure-appconfiguration-conversion-sample-initial/pom.xml +++ b/appconfiguration/azure-appconfiguration-conversion-sample-initial/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 4.0.0 diff --git a/appconfiguration/azure-appconfiguration-sample/pom.xml b/appconfiguration/azure-appconfiguration-sample/pom.xml index 205ff8ada..18426e9fe 100644 --- a/appconfiguration/azure-appconfiguration-sample/pom.xml +++ b/appconfiguration/azure-appconfiguration-sample/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 4.0.0 diff --git a/appconfiguration/feature-management-sample/pom.xml b/appconfiguration/feature-management-sample/pom.xml index 9f658a24b..e8e90b7ae 100644 --- a/appconfiguration/feature-management-sample/pom.xml +++ b/appconfiguration/feature-management-sample/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 4.0.0 diff --git a/appconfiguration/feature-management-web-sample/pom.xml b/appconfiguration/feature-management-web-sample/pom.xml index 4eb6f7bcf..13f6c73bb 100644 --- a/appconfiguration/feature-management-web-sample/pom.xml +++ b/appconfiguration/feature-management-web-sample/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 4.0.0 diff --git a/cache/azure-spring-cloud-sample-cache/pom.xml b/cache/azure-spring-cloud-sample-cache/pom.xml index 8d2729c09..fe3214852 100644 --- a/cache/azure-spring-cloud-sample-cache/pom.xml +++ b/cache/azure-spring-cloud-sample-cache/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 4.0.0 diff --git a/cloudfoundry/azure-cloud-foundry-service-sample/pom.xml b/cloudfoundry/azure-cloud-foundry-service-sample/pom.xml index 41d2f52f1..a3b6783b4 100644 --- a/cloudfoundry/azure-cloud-foundry-service-sample/pom.xml +++ b/cloudfoundry/azure-cloud-foundry-service-sample/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 com.azure.spring diff --git a/cosmos/azure-spring-boot-starter-cosmos/cosmos-multi-database-multi-account/pom.xml b/cosmos/azure-spring-boot-starter-cosmos/cosmos-multi-database-multi-account/pom.xml index c8024ed4d..27a1ceb16 100644 --- a/cosmos/azure-spring-boot-starter-cosmos/cosmos-multi-database-multi-account/pom.xml +++ b/cosmos/azure-spring-boot-starter-cosmos/cosmos-multi-database-multi-account/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 4.0.0 diff --git a/cosmos/azure-spring-boot-starter-cosmos/cosmos-multi-database-single-account/pom.xml b/cosmos/azure-spring-boot-starter-cosmos/cosmos-multi-database-single-account/pom.xml index 29df43811..d96083fc2 100644 --- a/cosmos/azure-spring-boot-starter-cosmos/cosmos-multi-database-single-account/pom.xml +++ b/cosmos/azure-spring-boot-starter-cosmos/cosmos-multi-database-single-account/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 4.0.0 diff --git a/cosmos/azure-spring-boot-starter-cosmos/cosmos/pom.xml b/cosmos/azure-spring-boot-starter-cosmos/cosmos/pom.xml index a7eac7e8a..f9c14cbad 100644 --- a/cosmos/azure-spring-boot-starter-cosmos/cosmos/pom.xml +++ b/cosmos/azure-spring-boot-starter-cosmos/cosmos/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 com.azure.spring diff --git a/eventhubs/azure-spring-cloud-starter-eventhubs-kafka/eventhubs-kafka/pom.xml b/eventhubs/azure-spring-cloud-starter-eventhubs-kafka/eventhubs-kafka/pom.xml index 4b91adf43..f3322cb9a 100644 --- a/eventhubs/azure-spring-cloud-starter-eventhubs-kafka/eventhubs-kafka/pom.xml +++ b/eventhubs/azure-spring-cloud-starter-eventhubs-kafka/eventhubs-kafka/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 4.0.0 diff --git a/eventhubs/azure-spring-cloud-starter-eventhubs/eventhubs-integration/pom.xml b/eventhubs/azure-spring-cloud-starter-eventhubs/eventhubs-integration/pom.xml index 3c8be914c..dcc2f5475 100644 --- a/eventhubs/azure-spring-cloud-starter-eventhubs/eventhubs-integration/pom.xml +++ b/eventhubs/azure-spring-cloud-starter-eventhubs/eventhubs-integration/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 4.0.0 diff --git a/eventhubs/azure-spring-cloud-starter-eventhubs/eventhubs-messaging/pom.xml b/eventhubs/azure-spring-cloud-starter-eventhubs/eventhubs-messaging/pom.xml index cd3859468..944b2494d 100644 --- a/eventhubs/azure-spring-cloud-starter-eventhubs/eventhubs-messaging/pom.xml +++ b/eventhubs/azure-spring-cloud-starter-eventhubs/eventhubs-messaging/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 4.0.0 diff --git a/eventhubs/azure-spring-cloud-starter-eventhubs/eventhubs-operation/pom.xml b/eventhubs/azure-spring-cloud-starter-eventhubs/eventhubs-operation/pom.xml index 4224c04f2..0a9823b81 100644 --- a/eventhubs/azure-spring-cloud-starter-eventhubs/eventhubs-operation/pom.xml +++ b/eventhubs/azure-spring-cloud-starter-eventhubs/eventhubs-operation/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 4.0.0 diff --git a/eventhubs/azure-spring-cloud-stream-binder-eventhubs/eventhubs-binder/pom.xml b/eventhubs/azure-spring-cloud-stream-binder-eventhubs/eventhubs-binder/pom.xml index ee9ad9d8a..2c1e616b3 100644 --- a/eventhubs/azure-spring-cloud-stream-binder-eventhubs/eventhubs-binder/pom.xml +++ b/eventhubs/azure-spring-cloud-stream-binder-eventhubs/eventhubs-binder/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 4.0.0 azure-spring-cloud-sample-eventhubs-binder diff --git a/eventhubs/azure-spring-cloud-stream-binder-eventhubs/eventhubs-multibinders/pom.xml b/eventhubs/azure-spring-cloud-stream-binder-eventhubs/eventhubs-multibinders/pom.xml index 17c80b612..d9ed746d3 100644 --- a/eventhubs/azure-spring-cloud-stream-binder-eventhubs/eventhubs-multibinders/pom.xml +++ b/eventhubs/azure-spring-cloud-stream-binder-eventhubs/eventhubs-multibinders/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 4.0.0 diff --git a/keyvault/azure-spring-boot-starter-keyvault-certificates/keyvault-certificates-client-side/pom.xml b/keyvault/azure-spring-boot-starter-keyvault-certificates/keyvault-certificates-client-side/pom.xml index 8f048bb6a..f94019cfa 100644 --- a/keyvault/azure-spring-boot-starter-keyvault-certificates/keyvault-certificates-client-side/pom.xml +++ b/keyvault/azure-spring-boot-starter-keyvault-certificates/keyvault-certificates-client-side/pom.xml @@ -8,7 +8,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 diff --git a/keyvault/azure-spring-boot-starter-keyvault-certificates/keyvault-certificates-server-side/pom.xml b/keyvault/azure-spring-boot-starter-keyvault-certificates/keyvault-certificates-server-side/pom.xml index 6247953eb..336dad21a 100644 --- a/keyvault/azure-spring-boot-starter-keyvault-certificates/keyvault-certificates-server-side/pom.xml +++ b/keyvault/azure-spring-boot-starter-keyvault-certificates/keyvault-certificates-server-side/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 diff --git a/keyvault/azure-spring-boot-starter-keyvault-secrets/keyvault-secrets/pom.xml b/keyvault/azure-spring-boot-starter-keyvault-secrets/keyvault-secrets/pom.xml index 67c9184c1..3bacc4e96 100644 --- a/keyvault/azure-spring-boot-starter-keyvault-secrets/keyvault-secrets/pom.xml +++ b/keyvault/azure-spring-boot-starter-keyvault-secrets/keyvault-secrets/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 com.azure.spring diff --git a/mediaservices/azure-spring-boot-sample-mediaservices/pom.xml b/mediaservices/azure-spring-boot-sample-mediaservices/pom.xml index d5bc24d18..3e0976a69 100644 --- a/mediaservices/azure-spring-boot-sample-mediaservices/pom.xml +++ b/mediaservices/azure-spring-boot-sample-mediaservices/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 com.azure.spring diff --git a/servicebus/azure-messaging-servicebus/servicebus/pom.xml b/servicebus/azure-messaging-servicebus/servicebus/pom.xml index 386eeeaf0..c43825516 100644 --- a/servicebus/azure-messaging-servicebus/servicebus/pom.xml +++ b/servicebus/azure-messaging-servicebus/servicebus/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 com.azure.spring diff --git a/servicebus/azure-spring-boot-starter-servicebus-jms/servicebus-jms-queue/pom.xml b/servicebus/azure-spring-boot-starter-servicebus-jms/servicebus-jms-queue/pom.xml index 99f00492e..1e2d31d0f 100644 --- a/servicebus/azure-spring-boot-starter-servicebus-jms/servicebus-jms-queue/pom.xml +++ b/servicebus/azure-spring-boot-starter-servicebus-jms/servicebus-jms-queue/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 com.azure.spring diff --git a/servicebus/azure-spring-boot-starter-servicebus-jms/servicebus-jms-topic/pom.xml b/servicebus/azure-spring-boot-starter-servicebus-jms/servicebus-jms-topic/pom.xml index eb4002754..516e4d63f 100644 --- a/servicebus/azure-spring-boot-starter-servicebus-jms/servicebus-jms-topic/pom.xml +++ b/servicebus/azure-spring-boot-starter-servicebus-jms/servicebus-jms-topic/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 com.azure.spring diff --git a/servicebus/azure-spring-cloud-starter-servicebus/servicebus-integration/pom.xml b/servicebus/azure-spring-cloud-starter-servicebus/servicebus-integration/pom.xml index a73b2ff45..aa6f8e9d1 100644 --- a/servicebus/azure-spring-cloud-starter-servicebus/servicebus-integration/pom.xml +++ b/servicebus/azure-spring-cloud-starter-servicebus/servicebus-integration/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 4.0.0 diff --git a/servicebus/azure-spring-cloud-starter-servicebus/servicebus-messaging/pom.xml b/servicebus/azure-spring-cloud-starter-servicebus/servicebus-messaging/pom.xml index f18d81657..2d929c4bd 100644 --- a/servicebus/azure-spring-cloud-starter-servicebus/servicebus-messaging/pom.xml +++ b/servicebus/azure-spring-cloud-starter-servicebus/servicebus-messaging/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 com.azure.spring diff --git a/servicebus/azure-spring-cloud-starter-servicebus/servicebus-operation/pom.xml b/servicebus/azure-spring-cloud-starter-servicebus/servicebus-operation/pom.xml index e0852731d..5b48449b9 100644 --- a/servicebus/azure-spring-cloud-starter-servicebus/servicebus-operation/pom.xml +++ b/servicebus/azure-spring-cloud-starter-servicebus/servicebus-operation/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 4.0.0 diff --git a/servicebus/azure-spring-cloud-stream-binder-servicebus-queue/servicebus-queue-binder/pom.xml b/servicebus/azure-spring-cloud-stream-binder-servicebus-queue/servicebus-queue-binder/pom.xml index 969aaba24..8ca95d543 100644 --- a/servicebus/azure-spring-cloud-stream-binder-servicebus-queue/servicebus-queue-binder/pom.xml +++ b/servicebus/azure-spring-cloud-stream-binder-servicebus-queue/servicebus-queue-binder/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 4.0.0 diff --git a/servicebus/azure-spring-cloud-stream-binder-servicebus-queue/servicebus-queue-multibinders/pom.xml b/servicebus/azure-spring-cloud-stream-binder-servicebus-queue/servicebus-queue-multibinders/pom.xml index 25d2d4bcb..ab1cac440 100644 --- a/servicebus/azure-spring-cloud-stream-binder-servicebus-queue/servicebus-queue-multibinders/pom.xml +++ b/servicebus/azure-spring-cloud-stream-binder-servicebus-queue/servicebus-queue-multibinders/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 4.0.0 diff --git a/servicebus/azure-spring-cloud-stream-binder-servicebus-topic/servicebus-topic-binder/pom.xml b/servicebus/azure-spring-cloud-stream-binder-servicebus-topic/servicebus-topic-binder/pom.xml index 79a769b4a..646c37d4d 100644 --- a/servicebus/azure-spring-cloud-stream-binder-servicebus-topic/servicebus-topic-binder/pom.xml +++ b/servicebus/azure-spring-cloud-stream-binder-servicebus-topic/servicebus-topic-binder/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 4.0.0 diff --git a/storage/azure-spring-boot-starter-storage/storage-resource/pom.xml b/storage/azure-spring-boot-starter-storage/storage-resource/pom.xml index 3c473bbc2..c4301e46b 100644 --- a/storage/azure-spring-boot-starter-storage/storage-resource/pom.xml +++ b/storage/azure-spring-boot-starter-storage/storage-resource/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 4.0.0 diff --git a/storage/azure-spring-cloud-starter-storage-queue/storage-queue-integration/pom.xml b/storage/azure-spring-cloud-starter-storage-queue/storage-queue-integration/pom.xml index 23ad67e9b..46f0d6b55 100644 --- a/storage/azure-spring-cloud-starter-storage-queue/storage-queue-integration/pom.xml +++ b/storage/azure-spring-cloud-starter-storage-queue/storage-queue-integration/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 4.0.0 diff --git a/storage/azure-spring-cloud-starter-storage-queue/storage-queue-operation/pom.xml b/storage/azure-spring-cloud-starter-storage-queue/storage-queue-operation/pom.xml index 14c2bfcbf..276dc519b 100644 --- a/storage/azure-spring-cloud-starter-storage-queue/storage-queue-operation/pom.xml +++ b/storage/azure-spring-cloud-starter-storage-queue/storage-queue-operation/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.0 + 2.5.5 4.0.0 From 191681525ba954852c02f343c66093178c4ed895 Mon Sep 17 00:00:00 2001 From: zhihaoguo Date: Mon, 18 Oct 2021 10:48:33 +0800 Subject: [PATCH 2/2] replace version with latest supported version 2.5.4 --- .../aad-b2c-resource-server/pom.xml | 2 +- .../aad-b2c-web-application/pom.xml | 2 +- .../aad-resource-server-by-filter-stateless/pom.xml | 2 +- .../aad-resource-server-by-filter/pom.xml | 2 +- .../aad-resource-server-obo/pom.xml | 2 +- .../aad-resource-server/pom.xml | 2 +- .../aad-web-application-and-resource-server/pom.xml | 2 +- .../aad-web-application/pom.xml | 2 +- .../azure-appconfiguration-conversion-sample-complete/pom.xml | 2 +- .../azure-appconfiguration-conversion-sample-initial/pom.xml | 2 +- appconfiguration/azure-appconfiguration-sample/pom.xml | 2 +- appconfiguration/feature-management-sample/pom.xml | 2 +- appconfiguration/feature-management-web-sample/pom.xml | 2 +- cache/azure-spring-cloud-sample-cache/pom.xml | 2 +- cloudfoundry/azure-cloud-foundry-service-sample/pom.xml | 2 +- .../cosmos-multi-database-multi-account/pom.xml | 2 +- .../cosmos-multi-database-single-account/pom.xml | 2 +- cosmos/azure-spring-boot-starter-cosmos/cosmos/pom.xml | 2 +- .../eventhubs-kafka/pom.xml | 2 +- .../eventhubs-integration/pom.xml | 2 +- .../eventhubs-messaging/pom.xml | 2 +- .../eventhubs-operation/pom.xml | 2 +- .../eventhubs-binder/pom.xml | 2 +- .../eventhubs-multibinders/pom.xml | 2 +- .../keyvault-certificates-client-side/pom.xml | 2 +- .../keyvault-certificates-server-side/pom.xml | 2 +- .../keyvault-secrets/pom.xml | 2 +- mediaservices/azure-spring-boot-sample-mediaservices/pom.xml | 2 +- servicebus/azure-messaging-servicebus/servicebus/pom.xml | 2 +- .../servicebus-jms-queue/pom.xml | 2 +- .../servicebus-jms-topic/pom.xml | 2 +- .../servicebus-integration/pom.xml | 2 +- .../servicebus-messaging/pom.xml | 2 +- .../servicebus-operation/pom.xml | 2 +- .../servicebus-queue-binder/pom.xml | 2 +- .../servicebus-queue-multibinders/pom.xml | 2 +- .../servicebus-topic-binder/pom.xml | 2 +- .../azure-spring-boot-starter-storage/storage-resource/pom.xml | 2 +- .../storage-queue-integration/pom.xml | 2 +- .../storage-queue-operation/pom.xml | 2 +- 40 files changed, 40 insertions(+), 40 deletions(-) diff --git a/aad/azure-spring-boot-starter-active-directory-b2c/aad-b2c-resource-server/pom.xml b/aad/azure-spring-boot-starter-active-directory-b2c/aad-b2c-resource-server/pom.xml index 87275747d..2ba6f45fc 100644 --- a/aad/azure-spring-boot-starter-active-directory-b2c/aad-b2c-resource-server/pom.xml +++ b/aad/azure-spring-boot-starter-active-directory-b2c/aad-b2c-resource-server/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 com.azure.spring diff --git a/aad/azure-spring-boot-starter-active-directory-b2c/aad-b2c-web-application/pom.xml b/aad/azure-spring-boot-starter-active-directory-b2c/aad-b2c-web-application/pom.xml index 804291842..f2e5f0650 100644 --- a/aad/azure-spring-boot-starter-active-directory-b2c/aad-b2c-web-application/pom.xml +++ b/aad/azure-spring-boot-starter-active-directory-b2c/aad-b2c-web-application/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 com.azure.spring diff --git a/aad/azure-spring-boot-starter-active-directory/aad-resource-server-by-filter-stateless/pom.xml b/aad/azure-spring-boot-starter-active-directory/aad-resource-server-by-filter-stateless/pom.xml index 08cc4fe11..4c7d892ca 100644 --- a/aad/azure-spring-boot-starter-active-directory/aad-resource-server-by-filter-stateless/pom.xml +++ b/aad/azure-spring-boot-starter-active-directory/aad-resource-server-by-filter-stateless/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 com.azure.spring diff --git a/aad/azure-spring-boot-starter-active-directory/aad-resource-server-by-filter/pom.xml b/aad/azure-spring-boot-starter-active-directory/aad-resource-server-by-filter/pom.xml index 075091d84..12489a4c6 100644 --- a/aad/azure-spring-boot-starter-active-directory/aad-resource-server-by-filter/pom.xml +++ b/aad/azure-spring-boot-starter-active-directory/aad-resource-server-by-filter/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 com.azure.spring diff --git a/aad/azure-spring-boot-starter-active-directory/aad-resource-server-obo/pom.xml b/aad/azure-spring-boot-starter-active-directory/aad-resource-server-obo/pom.xml index 0ff37e1ff..56a2eb9cc 100644 --- a/aad/azure-spring-boot-starter-active-directory/aad-resource-server-obo/pom.xml +++ b/aad/azure-spring-boot-starter-active-directory/aad-resource-server-obo/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 com.azure.spring diff --git a/aad/azure-spring-boot-starter-active-directory/aad-resource-server/pom.xml b/aad/azure-spring-boot-starter-active-directory/aad-resource-server/pom.xml index e63276348..80a8454a8 100644 --- a/aad/azure-spring-boot-starter-active-directory/aad-resource-server/pom.xml +++ b/aad/azure-spring-boot-starter-active-directory/aad-resource-server/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 com.azure.spring diff --git a/aad/azure-spring-boot-starter-active-directory/aad-web-application-and-resource-server/pom.xml b/aad/azure-spring-boot-starter-active-directory/aad-web-application-and-resource-server/pom.xml index d9f8cd325..fb5ba0e5c 100644 --- a/aad/azure-spring-boot-starter-active-directory/aad-web-application-and-resource-server/pom.xml +++ b/aad/azure-spring-boot-starter-active-directory/aad-web-application-and-resource-server/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 com.azure.spring diff --git a/aad/azure-spring-boot-starter-active-directory/aad-web-application/pom.xml b/aad/azure-spring-boot-starter-active-directory/aad-web-application/pom.xml index 201ad9e8e..24c6f1bf8 100644 --- a/aad/azure-spring-boot-starter-active-directory/aad-web-application/pom.xml +++ b/aad/azure-spring-boot-starter-active-directory/aad-web-application/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 com.azure.spring diff --git a/appconfiguration/azure-appconfiguration-conversion-sample-complete/pom.xml b/appconfiguration/azure-appconfiguration-conversion-sample-complete/pom.xml index caf7a3495..7932365f4 100644 --- a/appconfiguration/azure-appconfiguration-conversion-sample-complete/pom.xml +++ b/appconfiguration/azure-appconfiguration-conversion-sample-complete/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 4.0.0 diff --git a/appconfiguration/azure-appconfiguration-conversion-sample-initial/pom.xml b/appconfiguration/azure-appconfiguration-conversion-sample-initial/pom.xml index b8773bde8..37a75380c 100644 --- a/appconfiguration/azure-appconfiguration-conversion-sample-initial/pom.xml +++ b/appconfiguration/azure-appconfiguration-conversion-sample-initial/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 4.0.0 diff --git a/appconfiguration/azure-appconfiguration-sample/pom.xml b/appconfiguration/azure-appconfiguration-sample/pom.xml index 18426e9fe..137587831 100644 --- a/appconfiguration/azure-appconfiguration-sample/pom.xml +++ b/appconfiguration/azure-appconfiguration-sample/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 4.0.0 diff --git a/appconfiguration/feature-management-sample/pom.xml b/appconfiguration/feature-management-sample/pom.xml index e8e90b7ae..9f0295edc 100644 --- a/appconfiguration/feature-management-sample/pom.xml +++ b/appconfiguration/feature-management-sample/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 4.0.0 diff --git a/appconfiguration/feature-management-web-sample/pom.xml b/appconfiguration/feature-management-web-sample/pom.xml index 13f6c73bb..bdc5cac59 100644 --- a/appconfiguration/feature-management-web-sample/pom.xml +++ b/appconfiguration/feature-management-web-sample/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 4.0.0 diff --git a/cache/azure-spring-cloud-sample-cache/pom.xml b/cache/azure-spring-cloud-sample-cache/pom.xml index fe3214852..19b6d2baa 100644 --- a/cache/azure-spring-cloud-sample-cache/pom.xml +++ b/cache/azure-spring-cloud-sample-cache/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 4.0.0 diff --git a/cloudfoundry/azure-cloud-foundry-service-sample/pom.xml b/cloudfoundry/azure-cloud-foundry-service-sample/pom.xml index a3b6783b4..228e8b48c 100644 --- a/cloudfoundry/azure-cloud-foundry-service-sample/pom.xml +++ b/cloudfoundry/azure-cloud-foundry-service-sample/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 com.azure.spring diff --git a/cosmos/azure-spring-boot-starter-cosmos/cosmos-multi-database-multi-account/pom.xml b/cosmos/azure-spring-boot-starter-cosmos/cosmos-multi-database-multi-account/pom.xml index 27a1ceb16..a8b72a81c 100644 --- a/cosmos/azure-spring-boot-starter-cosmos/cosmos-multi-database-multi-account/pom.xml +++ b/cosmos/azure-spring-boot-starter-cosmos/cosmos-multi-database-multi-account/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 4.0.0 diff --git a/cosmos/azure-spring-boot-starter-cosmos/cosmos-multi-database-single-account/pom.xml b/cosmos/azure-spring-boot-starter-cosmos/cosmos-multi-database-single-account/pom.xml index d96083fc2..ece0068a6 100644 --- a/cosmos/azure-spring-boot-starter-cosmos/cosmos-multi-database-single-account/pom.xml +++ b/cosmos/azure-spring-boot-starter-cosmos/cosmos-multi-database-single-account/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 4.0.0 diff --git a/cosmos/azure-spring-boot-starter-cosmos/cosmos/pom.xml b/cosmos/azure-spring-boot-starter-cosmos/cosmos/pom.xml index f9c14cbad..69cac18cd 100644 --- a/cosmos/azure-spring-boot-starter-cosmos/cosmos/pom.xml +++ b/cosmos/azure-spring-boot-starter-cosmos/cosmos/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 com.azure.spring diff --git a/eventhubs/azure-spring-cloud-starter-eventhubs-kafka/eventhubs-kafka/pom.xml b/eventhubs/azure-spring-cloud-starter-eventhubs-kafka/eventhubs-kafka/pom.xml index f3322cb9a..7ef1b69b2 100644 --- a/eventhubs/azure-spring-cloud-starter-eventhubs-kafka/eventhubs-kafka/pom.xml +++ b/eventhubs/azure-spring-cloud-starter-eventhubs-kafka/eventhubs-kafka/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 4.0.0 diff --git a/eventhubs/azure-spring-cloud-starter-eventhubs/eventhubs-integration/pom.xml b/eventhubs/azure-spring-cloud-starter-eventhubs/eventhubs-integration/pom.xml index dcc2f5475..13a073336 100644 --- a/eventhubs/azure-spring-cloud-starter-eventhubs/eventhubs-integration/pom.xml +++ b/eventhubs/azure-spring-cloud-starter-eventhubs/eventhubs-integration/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 4.0.0 diff --git a/eventhubs/azure-spring-cloud-starter-eventhubs/eventhubs-messaging/pom.xml b/eventhubs/azure-spring-cloud-starter-eventhubs/eventhubs-messaging/pom.xml index 944b2494d..a5be65e5f 100644 --- a/eventhubs/azure-spring-cloud-starter-eventhubs/eventhubs-messaging/pom.xml +++ b/eventhubs/azure-spring-cloud-starter-eventhubs/eventhubs-messaging/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 4.0.0 diff --git a/eventhubs/azure-spring-cloud-starter-eventhubs/eventhubs-operation/pom.xml b/eventhubs/azure-spring-cloud-starter-eventhubs/eventhubs-operation/pom.xml index 0a9823b81..f79d58453 100644 --- a/eventhubs/azure-spring-cloud-starter-eventhubs/eventhubs-operation/pom.xml +++ b/eventhubs/azure-spring-cloud-starter-eventhubs/eventhubs-operation/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 4.0.0 diff --git a/eventhubs/azure-spring-cloud-stream-binder-eventhubs/eventhubs-binder/pom.xml b/eventhubs/azure-spring-cloud-stream-binder-eventhubs/eventhubs-binder/pom.xml index 2c1e616b3..1a9a26133 100644 --- a/eventhubs/azure-spring-cloud-stream-binder-eventhubs/eventhubs-binder/pom.xml +++ b/eventhubs/azure-spring-cloud-stream-binder-eventhubs/eventhubs-binder/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 4.0.0 azure-spring-cloud-sample-eventhubs-binder diff --git a/eventhubs/azure-spring-cloud-stream-binder-eventhubs/eventhubs-multibinders/pom.xml b/eventhubs/azure-spring-cloud-stream-binder-eventhubs/eventhubs-multibinders/pom.xml index d9ed746d3..3a826ad0c 100644 --- a/eventhubs/azure-spring-cloud-stream-binder-eventhubs/eventhubs-multibinders/pom.xml +++ b/eventhubs/azure-spring-cloud-stream-binder-eventhubs/eventhubs-multibinders/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 4.0.0 diff --git a/keyvault/azure-spring-boot-starter-keyvault-certificates/keyvault-certificates-client-side/pom.xml b/keyvault/azure-spring-boot-starter-keyvault-certificates/keyvault-certificates-client-side/pom.xml index f94019cfa..acfc0ecd6 100644 --- a/keyvault/azure-spring-boot-starter-keyvault-certificates/keyvault-certificates-client-side/pom.xml +++ b/keyvault/azure-spring-boot-starter-keyvault-certificates/keyvault-certificates-client-side/pom.xml @@ -8,7 +8,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 diff --git a/keyvault/azure-spring-boot-starter-keyvault-certificates/keyvault-certificates-server-side/pom.xml b/keyvault/azure-spring-boot-starter-keyvault-certificates/keyvault-certificates-server-side/pom.xml index 336dad21a..c813f5060 100644 --- a/keyvault/azure-spring-boot-starter-keyvault-certificates/keyvault-certificates-server-side/pom.xml +++ b/keyvault/azure-spring-boot-starter-keyvault-certificates/keyvault-certificates-server-side/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 diff --git a/keyvault/azure-spring-boot-starter-keyvault-secrets/keyvault-secrets/pom.xml b/keyvault/azure-spring-boot-starter-keyvault-secrets/keyvault-secrets/pom.xml index 3bacc4e96..cd96e9ed7 100644 --- a/keyvault/azure-spring-boot-starter-keyvault-secrets/keyvault-secrets/pom.xml +++ b/keyvault/azure-spring-boot-starter-keyvault-secrets/keyvault-secrets/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 com.azure.spring diff --git a/mediaservices/azure-spring-boot-sample-mediaservices/pom.xml b/mediaservices/azure-spring-boot-sample-mediaservices/pom.xml index 3e0976a69..39472c27b 100644 --- a/mediaservices/azure-spring-boot-sample-mediaservices/pom.xml +++ b/mediaservices/azure-spring-boot-sample-mediaservices/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 com.azure.spring diff --git a/servicebus/azure-messaging-servicebus/servicebus/pom.xml b/servicebus/azure-messaging-servicebus/servicebus/pom.xml index c43825516..f18e87f33 100644 --- a/servicebus/azure-messaging-servicebus/servicebus/pom.xml +++ b/servicebus/azure-messaging-servicebus/servicebus/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 com.azure.spring diff --git a/servicebus/azure-spring-boot-starter-servicebus-jms/servicebus-jms-queue/pom.xml b/servicebus/azure-spring-boot-starter-servicebus-jms/servicebus-jms-queue/pom.xml index 1e2d31d0f..499a157df 100644 --- a/servicebus/azure-spring-boot-starter-servicebus-jms/servicebus-jms-queue/pom.xml +++ b/servicebus/azure-spring-boot-starter-servicebus-jms/servicebus-jms-queue/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 com.azure.spring diff --git a/servicebus/azure-spring-boot-starter-servicebus-jms/servicebus-jms-topic/pom.xml b/servicebus/azure-spring-boot-starter-servicebus-jms/servicebus-jms-topic/pom.xml index 516e4d63f..cdcf5f858 100644 --- a/servicebus/azure-spring-boot-starter-servicebus-jms/servicebus-jms-topic/pom.xml +++ b/servicebus/azure-spring-boot-starter-servicebus-jms/servicebus-jms-topic/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 com.azure.spring diff --git a/servicebus/azure-spring-cloud-starter-servicebus/servicebus-integration/pom.xml b/servicebus/azure-spring-cloud-starter-servicebus/servicebus-integration/pom.xml index aa6f8e9d1..44561c934 100644 --- a/servicebus/azure-spring-cloud-starter-servicebus/servicebus-integration/pom.xml +++ b/servicebus/azure-spring-cloud-starter-servicebus/servicebus-integration/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 4.0.0 diff --git a/servicebus/azure-spring-cloud-starter-servicebus/servicebus-messaging/pom.xml b/servicebus/azure-spring-cloud-starter-servicebus/servicebus-messaging/pom.xml index 2d929c4bd..72569d07b 100644 --- a/servicebus/azure-spring-cloud-starter-servicebus/servicebus-messaging/pom.xml +++ b/servicebus/azure-spring-cloud-starter-servicebus/servicebus-messaging/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 com.azure.spring diff --git a/servicebus/azure-spring-cloud-starter-servicebus/servicebus-operation/pom.xml b/servicebus/azure-spring-cloud-starter-servicebus/servicebus-operation/pom.xml index 5b48449b9..7fd3fc848 100644 --- a/servicebus/azure-spring-cloud-starter-servicebus/servicebus-operation/pom.xml +++ b/servicebus/azure-spring-cloud-starter-servicebus/servicebus-operation/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 4.0.0 diff --git a/servicebus/azure-spring-cloud-stream-binder-servicebus-queue/servicebus-queue-binder/pom.xml b/servicebus/azure-spring-cloud-stream-binder-servicebus-queue/servicebus-queue-binder/pom.xml index 8ca95d543..02db92d53 100644 --- a/servicebus/azure-spring-cloud-stream-binder-servicebus-queue/servicebus-queue-binder/pom.xml +++ b/servicebus/azure-spring-cloud-stream-binder-servicebus-queue/servicebus-queue-binder/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 4.0.0 diff --git a/servicebus/azure-spring-cloud-stream-binder-servicebus-queue/servicebus-queue-multibinders/pom.xml b/servicebus/azure-spring-cloud-stream-binder-servicebus-queue/servicebus-queue-multibinders/pom.xml index ab1cac440..3943faf29 100644 --- a/servicebus/azure-spring-cloud-stream-binder-servicebus-queue/servicebus-queue-multibinders/pom.xml +++ b/servicebus/azure-spring-cloud-stream-binder-servicebus-queue/servicebus-queue-multibinders/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 4.0.0 diff --git a/servicebus/azure-spring-cloud-stream-binder-servicebus-topic/servicebus-topic-binder/pom.xml b/servicebus/azure-spring-cloud-stream-binder-servicebus-topic/servicebus-topic-binder/pom.xml index 646c37d4d..40d3034f6 100644 --- a/servicebus/azure-spring-cloud-stream-binder-servicebus-topic/servicebus-topic-binder/pom.xml +++ b/servicebus/azure-spring-cloud-stream-binder-servicebus-topic/servicebus-topic-binder/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 4.0.0 diff --git a/storage/azure-spring-boot-starter-storage/storage-resource/pom.xml b/storage/azure-spring-boot-starter-storage/storage-resource/pom.xml index c4301e46b..5229ab6cc 100644 --- a/storage/azure-spring-boot-starter-storage/storage-resource/pom.xml +++ b/storage/azure-spring-boot-starter-storage/storage-resource/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 4.0.0 diff --git a/storage/azure-spring-cloud-starter-storage-queue/storage-queue-integration/pom.xml b/storage/azure-spring-cloud-starter-storage-queue/storage-queue-integration/pom.xml index 46f0d6b55..cd4400f3b 100644 --- a/storage/azure-spring-cloud-starter-storage-queue/storage-queue-integration/pom.xml +++ b/storage/azure-spring-cloud-starter-storage-queue/storage-queue-integration/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 4.0.0 diff --git a/storage/azure-spring-cloud-starter-storage-queue/storage-queue-operation/pom.xml b/storage/azure-spring-cloud-starter-storage-queue/storage-queue-operation/pom.xml index 276dc519b..ce65f8aa3 100644 --- a/storage/azure-spring-cloud-starter-storage-queue/storage-queue-operation/pom.xml +++ b/storage/azure-spring-cloud-starter-storage-queue/storage-queue-operation/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.4 4.0.0