From cdf3132577dd32908e2fe09e464b8b2c342a4927 Mon Sep 17 00:00:00 2001 From: Rujun Chen Date: Thu, 22 Oct 2020 09:22:26 +0800 Subject: [PATCH 1/5] Update version of spring-boot-dependencies and spring-cloud-dependencies manually. --- eng/versioning/external_dependencies.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/versioning/external_dependencies.txt b/eng/versioning/external_dependencies.txt index 2f6ab7cc1ebf2..f70c1f239d610 100644 --- a/eng/versioning/external_dependencies.txt +++ b/eng/versioning/external_dependencies.txt @@ -85,7 +85,7 @@ org.slf4j:slf4j-simple;1.7.30 ## Spring boot dependency versions # After you update spring-boot-dependencies' version, please run this script: /sdk/spring/scripts/sync_version_from_spring-boot-dependencies.py -org.springframework.boot:spring-boot-dependencies;2.3.3.RELEASE +org.springframework.boot:spring-boot-dependencies;2.3.4.RELEASE org.springframework.boot:spring-boot-actuator-autoconfigure;2.3.3.RELEASE org.springframework.boot:spring-boot-autoconfigure-processor;2.3.3.RELEASE org.springframework.boot:spring-boot-autoconfigure;2.3.3.RELEASE @@ -128,7 +128,7 @@ org.springframework.boot:spring-boot-starter-parent;2.3.3.RELEASE ## Spring cloud dependency versions # After you update spring-cloud-dependencies' version, please run this script: /sdk/spring/scripts/sync_version_from_spring-boot-dependencies.py -org.springframework.cloud:spring-cloud-dependencies;Hoxton.SR7 +org.springframework.cloud:spring-cloud-dependencies;Hoxton.SR8 org.springframework.cloud:spring-cloud-bus;2.2.3.RELEASE org.springframework.cloud:spring-cloud-context;2.2.4.RELEASE org.springframework.cloud:spring-cloud-starter-stream-kafka;3.0.7.RELEASE From 844dfd47ca8cc58ca86aac119a54a6d6f4a608ec Mon Sep 17 00:00:00 2001 From: Rujun Chen Date: Thu, 22 Oct 2020 09:27:48 +0800 Subject: [PATCH 2/5] Update version by command: 'python .\sdk\spring\scripts\update_version_for_external_dependencies.py'. --- eng/versioning/external_dependencies.txt | 104 +-- .../scripts/managed_external_dependencies.txt | 770 +++++++++--------- 2 files changed, 440 insertions(+), 434 deletions(-) diff --git a/eng/versioning/external_dependencies.txt b/eng/versioning/external_dependencies.txt index f70c1f239d610..731b34645fd2c 100644 --- a/eng/versioning/external_dependencies.txt +++ b/eng/versioning/external_dependencies.txt @@ -34,23 +34,23 @@ com.zaxxer:HikariCP;3.4.5 commons-codec:commons-codec;1.14 commons-net:commons-net;3.6 io.fabric8:kubernetes-client;4.10.3 -io.micrometer:micrometer-core;1.5.4 -io.micrometer:micrometer-registry-azure-monitor;1.5.4 -io.micrometer:micrometer-registry-graphite;1.5.4 -io.netty:netty-buffer;4.1.51.Final -io.netty:netty-common;4.1.51.Final -io.netty:netty-codec-http;4.1.51.Final -io.netty:netty-codec-http2;4.1.51.Final -io.netty:netty-transport;4.1.51.Final -io.netty:netty-handler;4.1.51.Final -io.netty:netty-handler-proxy;4.1.51.Final +io.micrometer:micrometer-core;1.5.5 +io.micrometer:micrometer-registry-azure-monitor;1.5.5 +io.micrometer:micrometer-registry-graphite;1.5.5 +io.netty:netty-buffer;4.1.52.Final +io.netty:netty-common;4.1.52.Final +io.netty:netty-codec-http;4.1.52.Final +io.netty:netty-codec-http2;4.1.52.Final +io.netty:netty-transport;4.1.52.Final +io.netty:netty-handler;4.1.52.Final +io.netty:netty-handler-proxy;4.1.52.Final io.netty:netty-tcnative;2.0.31.Final -io.netty:netty-tcnative-boringssl-static;2.0.31.Final -io.netty:netty-transport-native-epoll;4.1.51.Final -io.netty:netty-transport-native-unix-common;4.1.51.Final -io.netty:netty-transport-native-kqueue;4.1.51.Final -io.projectreactor.netty:reactor-netty;0.9.11.RELEASE -io.projectreactor:reactor-core;3.3.9.RELEASE +io.netty:netty-tcnative-boringssl-static;2.0.34.Final +io.netty:netty-transport-native-epoll;4.1.52.Final +io.netty:netty-transport-native-unix-common;4.1.52.Final +io.netty:netty-transport-native-kqueue;4.1.52.Final +io.projectreactor.netty:reactor-netty;0.9.12.RELEASE +io.projectreactor:reactor-core;3.3.10.RELEASE io.reactivex:rxjava;1.3.8 javax.annotation:javax.annotation-api;1.3.2 javax.servlet:javax.servlet-api;4.0.1 @@ -78,7 +78,7 @@ org.javatuples:javatuples;1.2 org.linguafranca.pwdb:KeePassJava2;2.1.4 org.powermock:powermock-api-mockito2;2.0.2 org.powermock:powermock-module-junit4;2.0.2 -org.postgresql:postgresql;42.2.14 +org.postgresql:postgresql;42.2.16 org.slf4j:slf4j-api;1.7.30 org.slf4j:slf4j-nop;1.7.30 org.slf4j:slf4j-simple;1.7.30 @@ -86,42 +86,42 @@ org.slf4j:slf4j-simple;1.7.30 ## Spring boot dependency versions # After you update spring-boot-dependencies' version, please run this script: /sdk/spring/scripts/sync_version_from_spring-boot-dependencies.py org.springframework.boot:spring-boot-dependencies;2.3.4.RELEASE -org.springframework.boot:spring-boot-actuator-autoconfigure;2.3.3.RELEASE -org.springframework.boot:spring-boot-autoconfigure-processor;2.3.3.RELEASE -org.springframework.boot:spring-boot-autoconfigure;2.3.3.RELEASE -org.springframework.boot:spring-boot-configuration-processor;2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-actuator;2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-aop;2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-cache;2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-data-redis;2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-logging;2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-test;2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-validation;2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-web;2.3.3.RELEASE -org.springframework.boot:spring-boot-starter;2.3.3.RELEASE -org.springframework.boot:spring-boot;2.3.3.RELEASE -org.springframework.data:spring-data-commons;2.3.3.RELEASE -org.springframework.data:spring-data-mongodb;3.0.3.RELEASE -org.springframework.data:spring-data-redis;2.3.3.RELEASE +org.springframework.boot:spring-boot-actuator-autoconfigure;2.3.4.RELEASE +org.springframework.boot:spring-boot-autoconfigure-processor;2.3.4.RELEASE +org.springframework.boot:spring-boot-autoconfigure;2.3.4.RELEASE +org.springframework.boot:spring-boot-configuration-processor;2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-actuator;2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-aop;2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-cache;2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-data-redis;2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-logging;2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-test;2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-validation;2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-web;2.3.4.RELEASE +org.springframework.boot:spring-boot-starter;2.3.4.RELEASE +org.springframework.boot:spring-boot;2.3.4.RELEASE +org.springframework.data:spring-data-commons;2.3.4.RELEASE +org.springframework.data:spring-data-mongodb;3.0.4.RELEASE +org.springframework.data:spring-data-redis;2.3.4.RELEASE org.springframework.integration:spring-integration-core;5.3.2.RELEASE -org.springframework.kafka:spring-kafka;2.5.5.RELEASE +org.springframework.kafka:spring-kafka;2.5.6.RELEASE org.springframework.security:spring-security-config;5.3.4.RELEASE org.springframework.security:spring-security-core;5.3.4.RELEASE org.springframework.security:spring-security-oauth2-client;5.3.4.RELEASE org.springframework.security:spring-security-oauth2-core;5.3.4.RELEASE org.springframework.security:spring-security-oauth2-jose;5.3.4.RELEASE org.springframework.security:spring-security-web;5.3.4.RELEASE -org.springframework:spring-beans;5.2.8.RELEASE -org.springframework:spring-context-support;5.2.8.RELEASE -org.springframework:spring-context;5.2.8.RELEASE -org.springframework:spring-core;5.2.8.RELEASE -org.springframework:spring-expression;5.2.8.RELEASE -org.springframework:spring-jdbc;5.2.8.RELEASE -org.springframework:spring-jms;5.2.8.RELEASE -org.springframework:spring-messaging;5.2.8.RELEASE -org.springframework:spring-tx;5.2.8.RELEASE -org.springframework:spring-web;5.2.8.RELEASE -org.springframework:spring-webmvc;5.2.8.RELEASE +org.springframework:spring-beans;5.2.9.RELEASE +org.springframework:spring-context-support;5.2.9.RELEASE +org.springframework:spring-context;5.2.9.RELEASE +org.springframework:spring-core;5.2.9.RELEASE +org.springframework:spring-expression;5.2.9.RELEASE +org.springframework:spring-jdbc;5.2.9.RELEASE +org.springframework:spring-jms;5.2.9.RELEASE +org.springframework:spring-messaging;5.2.9.RELEASE +org.springframework:spring-tx;5.2.9.RELEASE +org.springframework:spring-web;5.2.9.RELEASE +org.springframework:spring-webmvc;5.2.9.RELEASE # spring-boot-starter-parent is not managed by spring-boot-dependencies or spring-cloud-dependencies. org.springframework.boot:spring-boot-starter-parent;2.3.3.RELEASE @@ -130,10 +130,10 @@ org.springframework.boot:spring-boot-starter-parent;2.3.3.RELEASE # After you update spring-cloud-dependencies' version, please run this script: /sdk/spring/scripts/sync_version_from_spring-boot-dependencies.py org.springframework.cloud:spring-cloud-dependencies;Hoxton.SR8 org.springframework.cloud:spring-cloud-bus;2.2.3.RELEASE -org.springframework.cloud:spring-cloud-context;2.2.4.RELEASE -org.springframework.cloud:spring-cloud-starter-stream-kafka;3.0.7.RELEASE -org.springframework.cloud:spring-cloud-stream-binder-test;3.0.7.RELEASE -org.springframework.cloud:spring-cloud-stream;3.0.7.RELEASE +org.springframework.cloud:spring-cloud-context;2.2.5.RELEASE +org.springframework.cloud:spring-cloud-starter-stream-kafka;3.0.8.RELEASE +org.springframework.cloud:spring-cloud-stream-binder-test;3.0.8.RELEASE +org.springframework.cloud:spring-cloud-stream;3.0.8.RELEASE pl.pragmatists:JUnitParams;1.1.1 @@ -160,7 +160,7 @@ com.sun.activation:jakarta.activation;1.2.2 io.opentelemetry:opentelemetry-api;0.8.0 io.opentelemetry:opentelemetry-sdk;0.8.0 io.grpc:grpc-context;1.30.2 -io.projectreactor:reactor-test;3.3.9.RELEASE +io.projectreactor:reactor-test;3.3.10.RELEASE junit:junit;4.13.1 commons-cli:commons-cli;1.3 org.apache.maven:maven-compat;3.6.2 @@ -205,7 +205,7 @@ uk.org.lidalia:slf4j-test;1.2.0 com.azure:sdk-build-tools;1.0.0 com.beust:jcommander;1.78 com.google.code.findbugs:jsr305;3.0.2 -com.nimbusds:nimbus-jose-jwt;7.9 +com.nimbusds:nimbus-jose-jwt;8.19 com.nimbusds:oauth2-oidc-sdk;7.1.1 com.puppycrawl.tools:checkstyle;8.29 commons-io:commons-io;2.5 diff --git a/sdk/spring/scripts/managed_external_dependencies.txt b/sdk/spring/scripts/managed_external_dependencies.txt index a22d7b096b935..385ffb969d1ac 100644 --- a/sdk/spring/scripts/managed_external_dependencies.txt +++ b/sdk/spring/scripts/managed_external_dependencies.txt @@ -224,7 +224,7 @@ com.amazonaws:elasticache-java-cluster-client:1.1.1 com.atomikos:transactions-jdbc:4.0.6 com.atomikos:transactions-jms:4.0.6 com.atomikos:transactions-jta:4.0.6 -com.couchbase.client:java-client:3.0.7 +com.couchbase.client:java-client:3.0.8 com.datastax.oss:java-driver-bom:4.6.1 com.datastax.oss:java-driver-core:4.6.1 com.datastax.oss:java-driver-core-shaded:4.6.1 @@ -495,7 +495,7 @@ com.google.api:gax:1.57.1 com.google.api:gax-bom:1.57.1 com.google.api:gax-grpc:1.57.1 com.google.api:gax-httpjson:0.74.1 -com.google.appengine:appengine-api-1.0-sdk:1.9.81 +com.google.appengine:appengine-api-1.0-sdk:1.9.82 com.google.auth:google-auth-library-appengine:0.21.1 com.google.auth:google-auth-library-bom:0.21.1 com.google.auth:google-auth-library-credentials:0.21.1 @@ -641,11 +641,11 @@ com.google.protobuf:protobuf-bom:3.12.2 com.google.protobuf:protobuf-java:3.12.2 com.google.protobuf:protobuf-java-util:3.12.2 com.h2database:h2:1.4.200 -com.hazelcast:hazelcast:3.12.8 -com.hazelcast:hazelcast-client:3.12.8 +com.hazelcast:hazelcast:3.12.9 +com.hazelcast:hazelcast-client:3.12.9 com.hazelcast:hazelcast-hibernate52:1.3.2 com.hazelcast:hazelcast-hibernate53:1.3.2 -com.hazelcast:hazelcast-spring:3.12.8 +com.hazelcast:hazelcast-spring:3.12.9 com.ibm.db2:jcc:11.5.4.0 com.jayway.jsonpath:json-path:2.4.0 com.jayway.jsonpath:json-path-assert:2.4.0 @@ -669,6 +669,7 @@ com.netflix.ribbon:ribbon-httpclient:2.3.0 com.netflix.ribbon:ribbon-loadbalancer:2.3.0 com.netflix.servo:servo-core:0.12.21 com.netflix.zuul:zuul-core:1.3.1 +com.nimbusds:nimbus-jose-jwt:8.19 com.nimbusds:oauth2-oidc-sdk:7.1.1 com.oracle.database.ha:ons:19.3.0.0 com.oracle.database.ha:simplefan:19.3.0.0 @@ -839,82 +840,82 @@ io.grpc:grpc-protobuf:1.30.2 io.grpc:grpc-services:1.30.2 io.grpc:grpc-stub:1.30.2 io.grpc:grpc-testing:1.30.2 -io.lettuce:lettuce-core:5.3.3.RELEASE -io.micrometer:micrometer-bom:1.5.4 -io.micrometer:micrometer-core:1.5.4 -io.micrometer:micrometer-jersey2:1.5.4 -io.micrometer:micrometer-registry-appoptics:1.5.4 -io.micrometer:micrometer-registry-atlas:1.5.4 -io.micrometer:micrometer-registry-azure-monitor:1.5.4 -io.micrometer:micrometer-registry-cloudwatch:1.5.4 -io.micrometer:micrometer-registry-cloudwatch2:1.5.4 -io.micrometer:micrometer-registry-datadog:1.5.4 -io.micrometer:micrometer-registry-dynatrace:1.5.4 -io.micrometer:micrometer-registry-elastic:1.5.4 -io.micrometer:micrometer-registry-ganglia:1.5.4 -io.micrometer:micrometer-registry-graphite:1.5.4 -io.micrometer:micrometer-registry-humio:1.5.4 -io.micrometer:micrometer-registry-influx:1.5.4 -io.micrometer:micrometer-registry-jmx:1.5.4 -io.micrometer:micrometer-registry-kairos:1.5.4 -io.micrometer:micrometer-registry-new-relic:1.5.4 -io.micrometer:micrometer-registry-opentsdb:1.5.4 -io.micrometer:micrometer-registry-prometheus:1.5.4 -io.micrometer:micrometer-registry-signalfx:1.5.4 -io.micrometer:micrometer-registry-stackdriver:1.5.4 -io.micrometer:micrometer-registry-statsd:1.5.4 -io.micrometer:micrometer-registry-wavefront:1.5.4 -io.micrometer:micrometer-test:1.5.4 -io.netty:netty-all:4.1.51.Final -io.netty:netty-bom:4.1.51.Final -io.netty:netty-buffer:4.1.51.Final -io.netty:netty-codec:4.1.51.Final -io.netty:netty-codec-dns:4.1.51.Final -io.netty:netty-codec-haproxy:4.1.51.Final -io.netty:netty-codec-http:4.1.51.Final -io.netty:netty-codec-http2:4.1.51.Final -io.netty:netty-codec-memcache:4.1.51.Final -io.netty:netty-codec-mqtt:4.1.51.Final -io.netty:netty-codec-redis:4.1.51.Final -io.netty:netty-codec-smtp:4.1.51.Final -io.netty:netty-codec-socks:4.1.51.Final -io.netty:netty-codec-stomp:4.1.51.Final -io.netty:netty-codec-xml:4.1.51.Final -io.netty:netty-common:4.1.51.Final -io.netty:netty-dev-tools:4.1.51.Final -io.netty:netty-example:4.1.51.Final -io.netty:netty-handler:4.1.51.Final -io.netty:netty-handler-proxy:4.1.51.Final -io.netty:netty-resolver:4.1.51.Final -io.netty:netty-resolver-dns:4.1.51.Final -io.netty:netty-resolver-dns-native-macos:4.1.51.Final -io.netty:netty-tcnative-boringssl-static:2.0.31.Final -io.netty:netty-transport:4.1.51.Final -io.netty:netty-transport-native-epoll:4.1.51.Final -io.netty:netty-transport-native-kqueue:4.1.51.Final -io.netty:netty-transport-native-unix-common:4.1.51.Final -io.netty:netty-transport-rxtx:4.1.51.Final -io.netty:netty-transport-sctp:4.1.51.Final -io.netty:netty-transport-udt:4.1.51.Final +io.lettuce:lettuce-core:5.3.4.RELEASE +io.micrometer:micrometer-bom:1.5.5 +io.micrometer:micrometer-core:1.5.5 +io.micrometer:micrometer-jersey2:1.5.5 +io.micrometer:micrometer-registry-appoptics:1.5.5 +io.micrometer:micrometer-registry-atlas:1.5.5 +io.micrometer:micrometer-registry-azure-monitor:1.5.5 +io.micrometer:micrometer-registry-cloudwatch:1.5.5 +io.micrometer:micrometer-registry-cloudwatch2:1.5.5 +io.micrometer:micrometer-registry-datadog:1.5.5 +io.micrometer:micrometer-registry-dynatrace:1.5.5 +io.micrometer:micrometer-registry-elastic:1.5.5 +io.micrometer:micrometer-registry-ganglia:1.5.5 +io.micrometer:micrometer-registry-graphite:1.5.5 +io.micrometer:micrometer-registry-humio:1.5.5 +io.micrometer:micrometer-registry-influx:1.5.5 +io.micrometer:micrometer-registry-jmx:1.5.5 +io.micrometer:micrometer-registry-kairos:1.5.5 +io.micrometer:micrometer-registry-new-relic:1.5.5 +io.micrometer:micrometer-registry-opentsdb:1.5.5 +io.micrometer:micrometer-registry-prometheus:1.5.5 +io.micrometer:micrometer-registry-signalfx:1.5.5 +io.micrometer:micrometer-registry-stackdriver:1.5.5 +io.micrometer:micrometer-registry-statsd:1.5.5 +io.micrometer:micrometer-registry-wavefront:1.5.5 +io.micrometer:micrometer-test:1.5.5 +io.netty:netty-all:4.1.52.Final +io.netty:netty-bom:4.1.52.Final +io.netty:netty-buffer:4.1.52.Final +io.netty:netty-codec:4.1.52.Final +io.netty:netty-codec-dns:4.1.52.Final +io.netty:netty-codec-haproxy:4.1.52.Final +io.netty:netty-codec-http:4.1.52.Final +io.netty:netty-codec-http2:4.1.52.Final +io.netty:netty-codec-memcache:4.1.52.Final +io.netty:netty-codec-mqtt:4.1.52.Final +io.netty:netty-codec-redis:4.1.52.Final +io.netty:netty-codec-smtp:4.1.52.Final +io.netty:netty-codec-socks:4.1.52.Final +io.netty:netty-codec-stomp:4.1.52.Final +io.netty:netty-codec-xml:4.1.52.Final +io.netty:netty-common:4.1.52.Final +io.netty:netty-dev-tools:4.1.52.Final +io.netty:netty-example:4.1.52.Final +io.netty:netty-handler:4.1.52.Final +io.netty:netty-handler-proxy:4.1.52.Final +io.netty:netty-resolver:4.1.52.Final +io.netty:netty-resolver-dns:4.1.52.Final +io.netty:netty-resolver-dns-native-macos:4.1.52.Final +io.netty:netty-tcnative-boringssl-static:2.0.34.Final +io.netty:netty-transport:4.1.52.Final +io.netty:netty-transport-native-epoll:4.1.52.Final +io.netty:netty-transport-native-kqueue:4.1.52.Final +io.netty:netty-transport-native-unix-common:4.1.52.Final +io.netty:netty-transport-rxtx:4.1.52.Final +io.netty:netty-transport-sctp:4.1.52.Final +io.netty:netty-transport-udt:4.1.52.Final io.opentracing.brave:brave-opentracing:0.37.2 io.pivotal.cfenv:java-cfenv-test-support:2.1.0.RELEASE -io.projectreactor.addons:reactor-adapter:3.3.3.RELEASE -io.projectreactor.addons:reactor-extra:3.3.3.RELEASE +io.projectreactor.addons:reactor-adapter:3.3.4.RELEASE +io.projectreactor.addons:reactor-extra:3.3.4.RELEASE io.projectreactor.addons:reactor-pool:0.1.6.RELEASE io.projectreactor.kafka:reactor-kafka:1.2.2.RELEASE io.projectreactor.kotlin:reactor-kotlin-extensions:1.0.1.RELEASE -io.projectreactor.netty:reactor-netty:0.9.11.RELEASE -io.projectreactor.rabbitmq:reactor-rabbitmq:1.4.3.RELEASE -io.projectreactor:reactor-bom:Dysprosium-SR11 -io.projectreactor:reactor-core:3.3.9.RELEASE -io.projectreactor:reactor-test:3.3.9.RELEASE -io.projectreactor:reactor-tools:3.3.9.RELEASE +io.projectreactor.netty:reactor-netty:0.9.12.RELEASE +io.projectreactor.rabbitmq:reactor-rabbitmq:1.4.4.RELEASE +io.projectreactor:reactor-bom:Dysprosium-SR12 +io.projectreactor:reactor-core:3.3.10.RELEASE +io.projectreactor:reactor-test:3.3.10.RELEASE +io.projectreactor:reactor-tools:3.3.10.RELEASE io.prometheus:simpleclient_pushgateway:0.9.0 -io.r2dbc:r2dbc-bom:Arabba-SR6 +io.r2dbc:r2dbc-bom:Arabba-SR7 io.r2dbc:r2dbc-h2:0.8.4.RELEASE io.r2dbc:r2dbc-mssql:0.8.4.RELEASE -io.r2dbc:r2dbc-pool:0.8.3.RELEASE -io.r2dbc:r2dbc-postgresql:0.8.4.RELEASE +io.r2dbc:r2dbc-pool:0.8.4.RELEASE +io.r2dbc:r2dbc-postgresql:0.8.5.RELEASE io.r2dbc:r2dbc-proxy:0.8.2.RELEASE io.r2dbc:r2dbc-spi:0.8.2.RELEASE io.reactivex.rxjava2:rxjava:2.2.19 @@ -934,10 +935,12 @@ io.rsocket:rsocket-micrometer:1.0.2 io.rsocket:rsocket-test:1.0.2 io.rsocket:rsocket-transport-local:1.0.2 io.rsocket:rsocket-transport-netty:1.0.2 +io.specto:hoverfly-java:0.13.0 +io.specto:hoverfly-java-junit5:0.13.0 io.spring.gradle:dependency-management-plugin:1.0.10.RELEASE -io.undertow:undertow-core:2.1.3.Final -io.undertow:undertow-servlet:2.1.3.Final -io.undertow:undertow-websockets-jsr:2.1.3.Final +io.undertow:undertow-core:2.1.4.Final +io.undertow:undertow-servlet:2.1.4.Final +io.undertow:undertow-websockets-jsr:2.1.4.Final io.zipkin.brave:brave:5.12.3 io.zipkin.brave:brave-bom:5.12.3 io.zipkin.brave:brave-context-jfr:5.12.3 @@ -1146,13 +1149,13 @@ org.apache.solr:solr-ltr:8.5.2 org.apache.solr:solr-solrj:8.5.2 org.apache.solr:solr-test-framework:8.5.2 org.apache.solr:solr-velocity:8.5.2 -org.apache.tomcat.embed:tomcat-embed-core:9.0.37 -org.apache.tomcat.embed:tomcat-embed-el:9.0.37 -org.apache.tomcat.embed:tomcat-embed-jasper:9.0.37 -org.apache.tomcat.embed:tomcat-embed-websocket:9.0.37 -org.apache.tomcat:tomcat-annotations-api:9.0.37 -org.apache.tomcat:tomcat-jdbc:9.0.37 -org.apache.tomcat:tomcat-jsp-api:9.0.37 +org.apache.tomcat.embed:tomcat-embed-core:9.0.38 +org.apache.tomcat.embed:tomcat-embed-el:9.0.38 +org.apache.tomcat.embed:tomcat-embed-jasper:9.0.38 +org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38 +org.apache.tomcat:tomcat-annotations-api:9.0.38 +org.apache.tomcat:tomcat-jdbc:9.0.38 +org.apache.tomcat:tomcat-jsp-api:9.0.38 org.arquillian.cube:arquillian-cube-kubernetes:1.15.2 org.arquillian.cube:arquillian-cube-openshift:1.15.2 org.arquillian.cube:arquillian-cube-requirement:1.15.2 @@ -1362,19 +1365,19 @@ org.hamcrest:hamcrest-core:2.2 org.hamcrest:hamcrest-library:2.2 org.hibernate.validator:hibernate-validator:6.1.5.Final org.hibernate.validator:hibernate-validator-annotation-processor:6.1.5.Final -org.hibernate:hibernate-c3p0:5.4.20.Final -org.hibernate:hibernate-core:5.4.20.Final -org.hibernate:hibernate-ehcache:5.4.20.Final -org.hibernate:hibernate-entitymanager:5.4.20.Final -org.hibernate:hibernate-envers:5.4.20.Final -org.hibernate:hibernate-hikaricp:5.4.20.Final -org.hibernate:hibernate-java8:5.4.20.Final -org.hibernate:hibernate-jcache:5.4.20.Final -org.hibernate:hibernate-jpamodelgen:5.4.20.Final -org.hibernate:hibernate-proxool:5.4.20.Final -org.hibernate:hibernate-spatial:5.4.20.Final -org.hibernate:hibernate-testing:5.4.20.Final -org.hibernate:hibernate-vibur:5.4.20.Final +org.hibernate:hibernate-c3p0:5.4.21.Final +org.hibernate:hibernate-core:5.4.21.Final +org.hibernate:hibernate-ehcache:5.4.21.Final +org.hibernate:hibernate-entitymanager:5.4.21.Final +org.hibernate:hibernate-envers:5.4.21.Final +org.hibernate:hibernate-hikaricp:5.4.21.Final +org.hibernate:hibernate-java8:5.4.21.Final +org.hibernate:hibernate-jcache:5.4.21.Final +org.hibernate:hibernate-jpamodelgen:5.4.21.Final +org.hibernate:hibernate-proxool:5.4.21.Final +org.hibernate:hibernate-spatial:5.4.21.Final +org.hibernate:hibernate-testing:5.4.21.Final +org.hibernate:hibernate-vibur:5.4.21.Final org.hsqldb:hsqldb:2.5.1 org.infinispan:infinispan-api:10.1.8.Final org.infinispan:infinispan-cachestore-jdbc:10.1.8.Final @@ -1490,6 +1493,7 @@ org.junit:junit-bom:5.6.2 org.jvnet.mimepull:mimepull:1.9.13 org.liquibase:liquibase-core:3.8.9 org.mariadb.jdbc:mariadb-java-client:2.6.2 +org.mariadb:r2dbc-mariadb:0.8.3-beta1 org.messaginghub:pooled-jms:1.1.2 org.mockito:mockito-core:3.3.3 org.mockito:mockito-inline:3.3.3 @@ -1500,14 +1504,14 @@ org.mongodb:mongodb-driver-legacy:4.0.5 org.mongodb:mongodb-driver-reactivestreams:4.0.5 org.mongodb:mongodb-driver-sync:4.0.5 org.mortbay.jasper:apache-el:8.5.54 -org.neo4j:neo4j-ogm-api:3.2.14 -org.neo4j:neo4j-ogm-bolt-driver:3.2.14 -org.neo4j:neo4j-ogm-bolt-native-types:3.2.14 -org.neo4j:neo4j-ogm-core:3.2.14 -org.neo4j:neo4j-ogm-embedded-driver:3.2.14 -org.neo4j:neo4j-ogm-embedded-native-types:3.2.14 -org.neo4j:neo4j-ogm-http-driver:3.2.14 -org.postgresql:postgresql:42.2.14 +org.neo4j:neo4j-ogm-api:3.2.16 +org.neo4j:neo4j-ogm-bolt-driver:3.2.16 +org.neo4j:neo4j-ogm-bolt-native-types:3.2.16 +org.neo4j:neo4j-ogm-core:3.2.16 +org.neo4j:neo4j-ogm-embedded-driver:3.2.16 +org.neo4j:neo4j-ogm-embedded-native-types:3.2.16 +org.neo4j:neo4j-ogm-http-driver:3.2.16 +org.postgresql:postgresql:42.2.16 org.projectlombok:lombok:1.18.12 org.quartz-scheduler:quartz:2.3.2 org.quartz-scheduler:quartz-jobs:2.3.2 @@ -1534,92 +1538,92 @@ org.slf4j:slf4j-jdk14:1.7.30 org.slf4j:slf4j-log4j12:1.7.30 org.slf4j:slf4j-nop:1.7.30 org.slf4j:slf4j-simple:1.7.30 -org.springframework.amqp:spring-amqp:2.2.10.RELEASE -org.springframework.amqp:spring-rabbit:2.2.10.RELEASE -org.springframework.amqp:spring-rabbit-junit:2.2.10.RELEASE -org.springframework.amqp:spring-rabbit-test:2.2.10.RELEASE +org.springframework.amqp:spring-amqp:2.2.11.RELEASE +org.springframework.amqp:spring-rabbit:2.2.11.RELEASE +org.springframework.amqp:spring-rabbit-junit:2.2.11.RELEASE +org.springframework.amqp:spring-rabbit-test:2.2.11.RELEASE org.springframework.batch:spring-batch-core:4.2.4.RELEASE org.springframework.batch:spring-batch-infrastructure:4.2.4.RELEASE org.springframework.batch:spring-batch-integration:4.2.4.RELEASE org.springframework.batch:spring-batch-test:4.2.4.RELEASE -org.springframework.boot:spring-boot:2.3.3.RELEASE -org.springframework.boot:spring-boot-actuator:2.3.3.RELEASE -org.springframework.boot:spring-boot-actuator-autoconfigure:2.3.3.RELEASE -org.springframework.boot:spring-boot-autoconfigure:2.3.3.RELEASE -org.springframework.boot:spring-boot-autoconfigure-processor:2.3.3.RELEASE -org.springframework.boot:spring-boot-buildpack-platform:2.3.3.RELEASE -org.springframework.boot:spring-boot-configuration-metadata:2.3.3.RELEASE -org.springframework.boot:spring-boot-configuration-processor:2.3.3.RELEASE -org.springframework.boot:spring-boot-devtools:2.3.3.RELEASE -org.springframework.boot:spring-boot-jarmode-layertools:2.3.3.RELEASE -org.springframework.boot:spring-boot-loader:2.3.3.RELEASE -org.springframework.boot:spring-boot-loader-tools:2.3.3.RELEASE -org.springframework.boot:spring-boot-properties-migrator:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-activemq:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-actuator:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-amqp:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-aop:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-artemis:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-batch:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-cache:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-data-cassandra:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-data-cassandra-reactive:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-data-couchbase:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-data-couchbase-reactive:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-data-elasticsearch:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-data-jdbc:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-data-jpa:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-data-ldap:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-data-mongodb:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-data-mongodb-reactive:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-data-neo4j:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-data-r2dbc:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-data-redis:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-data-redis-reactive:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-data-rest:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-data-solr:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-freemarker:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-groovy-templates:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-hateoas:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-integration:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-jdbc:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-jersey:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-jetty:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-jooq:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-json:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-jta-atomikos:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-jta-bitronix:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-log4j2:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-logging:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-mail:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-mustache:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-oauth2-client:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-oauth2-resource-server:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-quartz:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-reactor-netty:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-rsocket:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-security:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-test:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-thymeleaf:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-tomcat:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-undertow:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-validation:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-web:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-web-services:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-webflux:2.3.3.RELEASE -org.springframework.boot:spring-boot-starter-websocket:2.3.3.RELEASE -org.springframework.boot:spring-boot-test:2.3.3.RELEASE -org.springframework.boot:spring-boot-test-autoconfigure:2.3.3.RELEASE -org.springframework.cloud:spring-cloud-aws-actuator:2.2.3.RELEASE -org.springframework.cloud:spring-cloud-aws-autoconfigure:2.2.3.RELEASE -org.springframework.cloud:spring-cloud-aws-context:2.2.3.RELEASE -org.springframework.cloud:spring-cloud-aws-core:2.2.3.RELEASE -org.springframework.cloud:spring-cloud-aws-dependencies:2.2.3.RELEASE -org.springframework.cloud:spring-cloud-aws-jdbc:2.2.3.RELEASE -org.springframework.cloud:spring-cloud-aws-messaging:2.2.3.RELEASE -org.springframework.cloud:spring-cloud-aws-parameter-store-config:2.2.3.RELEASE -org.springframework.cloud:spring-cloud-aws-secrets-manager-config:2.2.3.RELEASE +org.springframework.boot:spring-boot:2.3.4.RELEASE +org.springframework.boot:spring-boot-actuator:2.3.4.RELEASE +org.springframework.boot:spring-boot-actuator-autoconfigure:2.3.4.RELEASE +org.springframework.boot:spring-boot-autoconfigure:2.3.4.RELEASE +org.springframework.boot:spring-boot-autoconfigure-processor:2.3.4.RELEASE +org.springframework.boot:spring-boot-buildpack-platform:2.3.4.RELEASE +org.springframework.boot:spring-boot-configuration-metadata:2.3.4.RELEASE +org.springframework.boot:spring-boot-configuration-processor:2.3.4.RELEASE +org.springframework.boot:spring-boot-devtools:2.3.4.RELEASE +org.springframework.boot:spring-boot-jarmode-layertools:2.3.4.RELEASE +org.springframework.boot:spring-boot-loader:2.3.4.RELEASE +org.springframework.boot:spring-boot-loader-tools:2.3.4.RELEASE +org.springframework.boot:spring-boot-properties-migrator:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-activemq:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-actuator:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-amqp:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-aop:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-artemis:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-batch:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-cache:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-data-cassandra:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-data-cassandra-reactive:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-data-couchbase:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-data-couchbase-reactive:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-data-elasticsearch:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-data-jdbc:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-data-jpa:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-data-ldap:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-data-mongodb:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-data-mongodb-reactive:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-data-neo4j:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-data-r2dbc:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-data-redis:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-data-redis-reactive:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-data-rest:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-data-solr:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-freemarker:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-groovy-templates:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-hateoas:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-integration:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-jdbc:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-jersey:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-jetty:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-jooq:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-json:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-jta-atomikos:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-jta-bitronix:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-log4j2:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-logging:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-mail:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-mustache:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-oauth2-client:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-oauth2-resource-server:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-quartz:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-reactor-netty:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-rsocket:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-security:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-test:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-thymeleaf:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-tomcat:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-undertow:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-validation:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-web:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-web-services:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-webflux:2.3.4.RELEASE +org.springframework.boot:spring-boot-starter-websocket:2.3.4.RELEASE +org.springframework.boot:spring-boot-test:2.3.4.RELEASE +org.springframework.boot:spring-boot-test-autoconfigure:2.3.4.RELEASE +org.springframework.cloud:spring-cloud-aws-actuator:2.2.4.RELEASE +org.springframework.cloud:spring-cloud-aws-autoconfigure:2.2.4.RELEASE +org.springframework.cloud:spring-cloud-aws-context:2.2.4.RELEASE +org.springframework.cloud:spring-cloud-aws-core:2.2.4.RELEASE +org.springframework.cloud:spring-cloud-aws-dependencies:2.2.4.RELEASE +org.springframework.cloud:spring-cloud-aws-jdbc:2.2.4.RELEASE +org.springframework.cloud:spring-cloud-aws-messaging:2.2.4.RELEASE +org.springframework.cloud:spring-cloud-aws-parameter-store-config:2.2.4.RELEASE +org.springframework.cloud:spring-cloud-aws-secrets-manager-config:2.2.4.RELEASE org.springframework.cloud:spring-cloud-bus:2.2.3.RELEASE org.springframework.cloud:spring-cloud-bus-dependencies:2.2.3.RELEASE org.springframework.cloud:spring-cloud-circuitbreaker-dependencies:1.0.4.RELEASE @@ -1629,18 +1633,18 @@ org.springframework.cloud:spring-cloud-cloudfoundry-commons:2.2.3.RELEASE org.springframework.cloud:spring-cloud-cloudfoundry-dependencies:2.2.3.RELEASE org.springframework.cloud:spring-cloud-cloudfoundry-discovery:2.2.3.RELEASE org.springframework.cloud:spring-cloud-cloudfoundry-web:2.2.3.RELEASE -org.springframework.cloud:spring-cloud-commons:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-commons-dependencies:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-config-client:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-config-dependencies:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-config-monitor:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-config-server:2.2.4.RELEASE +org.springframework.cloud:spring-cloud-commons:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-commons-dependencies:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-config-client:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-config-dependencies:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-config-monitor:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-config-server:2.2.5.RELEASE org.springframework.cloud:spring-cloud-consul-binder:2.2.4.RELEASE org.springframework.cloud:spring-cloud-consul-config:2.2.4.RELEASE org.springframework.cloud:spring-cloud-consul-core:2.2.4.RELEASE org.springframework.cloud:spring-cloud-consul-dependencies:2.2.4.RELEASE org.springframework.cloud:spring-cloud-consul-discovery:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-context:2.2.4.RELEASE +org.springframework.cloud:spring-cloud-context:2.2.5.RELEASE org.springframework.cloud:spring-cloud-contract-converters:2.2.4.RELEASE org.springframework.cloud:spring-cloud-contract-dependencies:2.2.4.RELEASE org.springframework.cloud:spring-cloud-contract-gradle-plugin:2.2.4.RELEASE @@ -1655,100 +1659,101 @@ org.springframework.cloud:spring-cloud-contract-stub-runner:2.2.4.RELEASE org.springframework.cloud:spring-cloud-contract-stub-runner-boot:2.2.4.RELEASE org.springframework.cloud:spring-cloud-contract-verifier:2.2.4.RELEASE org.springframework.cloud:spring-cloud-contract-wiremock:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-function-adapter-aws:3.0.9.RELEASE -org.springframework.cloud:spring-cloud-function-adapter-azure:3.0.9.RELEASE -org.springframework.cloud:spring-cloud-function-adapter-gcp:3.0.9.RELEASE -org.springframework.cloud:spring-cloud-function-adapter-openwhisk:3.0.9.RELEASE -org.springframework.cloud:spring-cloud-function-compiler:3.0.9.RELEASE -org.springframework.cloud:spring-cloud-function-context:3.0.9.RELEASE -org.springframework.cloud:spring-cloud-function-core:3.0.9.RELEASE -org.springframework.cloud:spring-cloud-function-dependencies:3.0.9.RELEASE -org.springframework.cloud:spring-cloud-function-deployer:3.0.9.RELEASE -org.springframework.cloud:spring-cloud-function-kotlin:3.0.9.RELEASE -org.springframework.cloud:spring-cloud-function-task:3.0.9.RELEASE -org.springframework.cloud:spring-cloud-function-web:3.0.9.RELEASE -org.springframework.cloud:spring-cloud-gateway-core:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-gateway-dependencies:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-gateway-mvc:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-gateway-webflux:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-autoconfigure:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-bigquery:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-cloudfoundry:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-core:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-data-datastore:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-data-firestore:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-data-spanner:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-dependencies:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-logging:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-pubsub:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-pubsub-stream-binder:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-secretmanager:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-security-firebase:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-security-iap:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-starter:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-starter-bigquery:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-starter-bus-pubsub:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-starter-cloudfoundry:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-starter-data-datastore:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-starter-data-firestore:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-starter-data-spanner:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-starter-firestore:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-starter-logging:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-starter-metrics:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-starter-pubsub:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-starter-secretmanager:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-starter-security-firebase:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-starter-security-iap:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-starter-sql-mysql:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-starter-sql-postgresql:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-starter-storage:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-starter-trace:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-starter-vision:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-storage:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-gcp-vision:1.2.4.RELEASE -org.springframework.cloud:spring-cloud-kubernetes-config:1.1.5.RELEASE -org.springframework.cloud:spring-cloud-kubernetes-core:1.1.5.RELEASE -org.springframework.cloud:spring-cloud-kubernetes-dependencies:1.1.5.RELEASE -org.springframework.cloud:spring-cloud-kubernetes-discovery:1.1.5.RELEASE -org.springframework.cloud:spring-cloud-kubernetes-istio:1.1.5.RELEASE -org.springframework.cloud:spring-cloud-kubernetes-leader:1.1.5.RELEASE -org.springframework.cloud:spring-cloud-kubernetes-ribbon:1.1.5.RELEASE -org.springframework.cloud:spring-cloud-loadbalancer:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-netflix-archaius:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-netflix-core:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-netflix-dependencies:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-netflix-eureka-client:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-netflix-eureka-server:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-netflix-hystrix:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-netflix-hystrix-dashboard:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-netflix-hystrix-stream:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-netflix-ribbon:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-netflix-sidecar:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-netflix-turbine:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-netflix-turbine-stream:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-netflix-zuul:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-openfeign-core:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-openfeign-dependencies:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-schema-registry-client:1.0.7.RELEASE -org.springframework.cloud:spring-cloud-schema-registry-core:1.0.7.RELEASE -org.springframework.cloud:spring-cloud-schema-registry-server:1.0.7.RELEASE +org.springframework.cloud:spring-cloud-function-adapter-aws:3.0.10.RELEASE +org.springframework.cloud:spring-cloud-function-adapter-azure:3.0.10.RELEASE +org.springframework.cloud:spring-cloud-function-adapter-gcp:3.0.10.RELEASE +org.springframework.cloud:spring-cloud-function-adapter-openwhisk:3.0.10.RELEASE +org.springframework.cloud:spring-cloud-function-compiler:3.0.10.RELEASE +org.springframework.cloud:spring-cloud-function-context:3.0.10.RELEASE +org.springframework.cloud:spring-cloud-function-core:3.0.10.RELEASE +org.springframework.cloud:spring-cloud-function-dependencies:3.0.10.RELEASE +org.springframework.cloud:spring-cloud-function-deployer:3.0.10.RELEASE +org.springframework.cloud:spring-cloud-function-kotlin:3.0.10.RELEASE +org.springframework.cloud:spring-cloud-function-task:3.0.10.RELEASE +org.springframework.cloud:spring-cloud-function-web:3.0.10.RELEASE +org.springframework.cloud:spring-cloud-gateway-core:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-gateway-dependencies:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-gateway-mvc:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-gateway-webflux:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-autoconfigure:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-bigquery:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-cloudfoundry:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-core:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-data-datastore:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-data-firestore:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-data-spanner:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-dependencies:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-logging:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-pubsub:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-pubsub-stream-binder:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-secretmanager:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-security-firebase:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-security-iap:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-starter:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-starter-bigquery:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-starter-bus-pubsub:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-starter-cloudfoundry:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-starter-data-datastore:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-starter-data-firestore:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-starter-data-spanner:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-starter-firestore:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-starter-logging:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-starter-metrics:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-starter-pubsub:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-starter-secretmanager:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-starter-security-firebase:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-starter-security-iap:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-starter-sql-mysql:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-starter-sql-postgresql:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-starter-storage:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-starter-trace:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-starter-vision:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-storage:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-gcp-vision:1.2.5.RELEASE +org.springframework.cloud:spring-cloud-kubernetes-config:1.1.6.RELEASE +org.springframework.cloud:spring-cloud-kubernetes-core:1.1.6.RELEASE +org.springframework.cloud:spring-cloud-kubernetes-dependencies:1.1.6.RELEASE +org.springframework.cloud:spring-cloud-kubernetes-discovery:1.1.6.RELEASE +org.springframework.cloud:spring-cloud-kubernetes-istio:1.1.6.RELEASE +org.springframework.cloud:spring-cloud-kubernetes-leader:1.1.6.RELEASE +org.springframework.cloud:spring-cloud-kubernetes-loadbalancer:1.1.6.RELEASE +org.springframework.cloud:spring-cloud-kubernetes-ribbon:1.1.6.RELEASE +org.springframework.cloud:spring-cloud-loadbalancer:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-netflix-archaius:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-netflix-core:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-netflix-dependencies:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-netflix-eureka-client:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-netflix-eureka-server:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-netflix-hystrix:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-netflix-hystrix-dashboard:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-netflix-hystrix-stream:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-netflix-ribbon:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-netflix-sidecar:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-netflix-turbine:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-netflix-turbine-stream:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-netflix-zuul:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-openfeign-core:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-openfeign-dependencies:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-schema-registry-client:1.0.8.RELEASE +org.springframework.cloud:spring-cloud-schema-registry-core:1.0.8.RELEASE +org.springframework.cloud:spring-cloud-schema-registry-server:1.0.8.RELEASE org.springframework.cloud:spring-cloud-security:2.2.4.RELEASE org.springframework.cloud:spring-cloud-security-dependencies:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-sleuth-core:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-sleuth-dependencies:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-sleuth-zipkin:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-starter:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-starter-aws:2.2.3.RELEASE -org.springframework.cloud:spring-cloud-starter-aws-jdbc:2.2.3.RELEASE -org.springframework.cloud:spring-cloud-starter-aws-messaging:2.2.3.RELEASE -org.springframework.cloud:spring-cloud-starter-aws-parameter-store-config:2.2.3.RELEASE -org.springframework.cloud:spring-cloud-starter-aws-secrets-manager-config:2.2.3.RELEASE +org.springframework.cloud:spring-cloud-sleuth-core:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-sleuth-dependencies:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-sleuth-zipkin:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-starter:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-starter-aws:2.2.4.RELEASE +org.springframework.cloud:spring-cloud-starter-aws-jdbc:2.2.4.RELEASE +org.springframework.cloud:spring-cloud-starter-aws-messaging:2.2.4.RELEASE +org.springframework.cloud:spring-cloud-starter-aws-parameter-store-config:2.2.4.RELEASE +org.springframework.cloud:spring-cloud-starter-aws-secrets-manager-config:2.2.4.RELEASE org.springframework.cloud:spring-cloud-starter-bus-amqp:2.2.3.RELEASE org.springframework.cloud:spring-cloud-starter-bus-kafka:2.2.3.RELEASE org.springframework.cloud:spring-cloud-starter-circuitbreaker-reactor-resilience4j:1.0.4.RELEASE org.springframework.cloud:spring-cloud-starter-circuitbreaker-resilience4j:1.0.4.RELEASE org.springframework.cloud:spring-cloud-starter-cloudfoundry:2.2.3.RELEASE -org.springframework.cloud:spring-cloud-starter-config:2.2.4.RELEASE +org.springframework.cloud:spring-cloud-starter-config:2.2.5.RELEASE org.springframework.cloud:spring-cloud-starter-consul:2.2.4.RELEASE org.springframework.cloud:spring-cloud-starter-consul-all:2.2.4.RELEASE org.springframework.cloud:spring-cloud-starter-consul-bus:2.2.4.RELEASE @@ -1757,84 +1762,85 @@ org.springframework.cloud:spring-cloud-starter-consul-discovery:2.2.4.RELEASE org.springframework.cloud:spring-cloud-starter-contract-stub-runner:2.2.4.RELEASE org.springframework.cloud:spring-cloud-starter-contract-stub-runner-jetty:2.2.4.RELEASE org.springframework.cloud:spring-cloud-starter-contract-verifier:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-starter-function-web:3.0.9.RELEASE -org.springframework.cloud:spring-cloud-starter-function-webflux:3.0.9.RELEASE -org.springframework.cloud:spring-cloud-starter-gateway:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-starter-kubernetes:1.1.5.RELEASE -org.springframework.cloud:spring-cloud-starter-kubernetes-all:1.1.5.RELEASE -org.springframework.cloud:spring-cloud-starter-kubernetes-config:1.1.5.RELEASE -org.springframework.cloud:spring-cloud-starter-kubernetes-ribbon:1.1.5.RELEASE -org.springframework.cloud:spring-cloud-starter-loadbalancer:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-starter-netflix-eureka-client:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-starter-netflix-eureka-server:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-starter-netflix-hystrix:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-starter-netflix-hystrix-dashboard:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-starter-netflix-turbine:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-starter-netflix-turbine-stream:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-starter-netflix-zuul:2.2.4.RELEASE +org.springframework.cloud:spring-cloud-starter-function-web:3.0.10.RELEASE +org.springframework.cloud:spring-cloud-starter-function-webflux:3.0.10.RELEASE +org.springframework.cloud:spring-cloud-starter-gateway:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-starter-kubernetes:1.1.6.RELEASE +org.springframework.cloud:spring-cloud-starter-kubernetes-all:1.1.6.RELEASE +org.springframework.cloud:spring-cloud-starter-kubernetes-config:1.1.6.RELEASE +org.springframework.cloud:spring-cloud-starter-kubernetes-loadbalancer:1.1.6.RELEASE +org.springframework.cloud:spring-cloud-starter-kubernetes-ribbon:1.1.6.RELEASE +org.springframework.cloud:spring-cloud-starter-loadbalancer:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-starter-netflix-archaius:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-starter-netflix-eureka-client:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-starter-netflix-eureka-server:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-starter-netflix-hystrix:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-starter-netflix-hystrix-dashboard:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-starter-netflix-ribbon:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-starter-netflix-turbine:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-starter-netflix-turbine-stream:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-starter-netflix-zuul:2.2.5.RELEASE org.springframework.cloud:spring-cloud-starter-oauth2:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-starter-openfeign:2.2.4.RELEASE +org.springframework.cloud:spring-cloud-starter-openfeign:2.2.5.RELEASE org.springframework.cloud:spring-cloud-starter-security:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-starter-sleuth:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-starter-stream-kafka:3.0.7.RELEASE -org.springframework.cloud:spring-cloud-starter-stream-rabbit:3.0.7.RELEASE +org.springframework.cloud:spring-cloud-starter-sleuth:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-starter-stream-kafka:3.0.8.RELEASE +org.springframework.cloud:spring-cloud-starter-stream-rabbit:3.0.8.RELEASE org.springframework.cloud:spring-cloud-starter-task:2.2.3.RELEASE -org.springframework.cloud:spring-cloud-starter-vault-config:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-starter-zipkin:2.2.4.RELEASE +org.springframework.cloud:spring-cloud-starter-vault-config:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-starter-zipkin:2.2.5.RELEASE org.springframework.cloud:spring-cloud-starter-zookeeper:2.2.3.RELEASE org.springframework.cloud:spring-cloud-starter-zookeeper-all:2.2.3.RELEASE org.springframework.cloud:spring-cloud-starter-zookeeper-config:2.2.3.RELEASE org.springframework.cloud:spring-cloud-starter-zookeeper-discovery:2.2.3.RELEASE -org.springframework.cloud:spring-cloud-stream:3.0.7.RELEASE -org.springframework.cloud:spring-cloud-stream-binder-kafka:3.0.7.RELEASE -org.springframework.cloud:spring-cloud-stream-binder-kafka-core:3.0.7.RELEASE -org.springframework.cloud:spring-cloud-stream-binder-kafka-streams:3.0.7.RELEASE -org.springframework.cloud:spring-cloud-stream-binder-rabbit:3.0.7.RELEASE -org.springframework.cloud:spring-cloud-stream-binder-rabbit-core:3.0.7.RELEASE -org.springframework.cloud:spring-cloud-stream-binder-rabbit-test-support:3.0.7.RELEASE -org.springframework.cloud:spring-cloud-stream-binder-test:3.0.7.RELEASE -org.springframework.cloud:spring-cloud-stream-dependencies:Horsham.SR7 -org.springframework.cloud:spring-cloud-stream-test-support:3.0.7.RELEASE +org.springframework.cloud:spring-cloud-stream:3.0.8.RELEASE +org.springframework.cloud:spring-cloud-stream-binder-kafka:3.0.8.RELEASE +org.springframework.cloud:spring-cloud-stream-binder-kafka-core:3.0.8.RELEASE +org.springframework.cloud:spring-cloud-stream-binder-kafka-streams:3.0.8.RELEASE +org.springframework.cloud:spring-cloud-stream-binder-rabbit:3.0.8.RELEASE +org.springframework.cloud:spring-cloud-stream-binder-rabbit-core:3.0.8.RELEASE +org.springframework.cloud:spring-cloud-stream-binder-rabbit-test-support:3.0.8.RELEASE +org.springframework.cloud:spring-cloud-stream-binder-test:3.0.8.RELEASE +org.springframework.cloud:spring-cloud-stream-dependencies:Horsham.SR8 +org.springframework.cloud:spring-cloud-stream-test-support:3.0.8.RELEASE org.springframework.cloud:spring-cloud-task-batch:2.2.3.RELEASE org.springframework.cloud:spring-cloud-task-core:2.2.3.RELEASE org.springframework.cloud:spring-cloud-task-dependencies:2.2.3.RELEASE org.springframework.cloud:spring-cloud-task-stream:2.2.3.RELEASE -org.springframework.cloud:spring-cloud-vault-config:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-vault-config-aws:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-vault-config-consul:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-vault-config-databases:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-vault-config-rabbitmq:2.2.4.RELEASE -org.springframework.cloud:spring-cloud-vault-dependencies:2.2.4.RELEASE +org.springframework.cloud:spring-cloud-vault-config:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-vault-config-aws:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-vault-config-consul:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-vault-config-databases:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-vault-config-rabbitmq:2.2.5.RELEASE +org.springframework.cloud:spring-cloud-vault-dependencies:2.2.5.RELEASE org.springframework.cloud:spring-cloud-zookeeper-config:2.2.3.RELEASE org.springframework.cloud:spring-cloud-zookeeper-core:2.2.3.RELEASE org.springframework.cloud:spring-cloud-zookeeper-dependencies:2.2.3.RELEASE org.springframework.cloud:spring-cloud-zookeeper-discovery:2.2.3.RELEASE org.springframework.credhub:spring-credhub-core:2.0.0.RELEASE -org.springframework.data:spring-data-cassandra:3.0.3.RELEASE -org.springframework.data:spring-data-commons:2.3.3.RELEASE -org.springframework.data:spring-data-couchbase:4.0.3.RELEASE -org.springframework.data:spring-data-elasticsearch:4.0.3.RELEASE -org.springframework.data:spring-data-envers:2.3.3.RELEASE -org.springframework.data:spring-data-gemfire:2.3.3.RELEASE -org.springframework.data:spring-data-geode:2.3.3.RELEASE -org.springframework.data:spring-data-jdbc:2.0.3.RELEASE -org.springframework.data:spring-data-jpa:2.3.3.RELEASE -org.springframework.data:spring-data-keyvalue:2.3.3.RELEASE -org.springframework.data:spring-data-ldap:2.3.3.RELEASE -org.springframework.data:spring-data-mongodb:3.0.3.RELEASE -org.springframework.data:spring-data-neo4j:5.3.3.RELEASE -org.springframework.data:spring-data-r2dbc:1.1.3.RELEASE -org.springframework.data:spring-data-redis:2.3.3.RELEASE -org.springframework.data:spring-data-relational:2.0.3.RELEASE -org.springframework.data:spring-data-releasetrain:Neumann-SR3 -org.springframework.data:spring-data-rest-core:3.3.3.RELEASE -org.springframework.data:spring-data-rest-hal-browser:3.3.3.RELEASE -org.springframework.data:spring-data-rest-hal-explorer:3.3.3.RELEASE -org.springframework.data:spring-data-rest-webmvc:3.3.3.RELEASE -org.springframework.data:spring-data-solr:4.2.3.RELEASE -org.springframework.hateoas:spring-hateoas:1.1.1.RELEASE +org.springframework.data:spring-data-cassandra:3.0.4.RELEASE +org.springframework.data:spring-data-commons:2.3.4.RELEASE +org.springframework.data:spring-data-couchbase:4.0.4.RELEASE +org.springframework.data:spring-data-elasticsearch:4.0.4.RELEASE +org.springframework.data:spring-data-envers:2.3.4.RELEASE +org.springframework.data:spring-data-gemfire:2.3.4.RELEASE +org.springframework.data:spring-data-geode:2.3.4.RELEASE +org.springframework.data:spring-data-jdbc:2.0.4.RELEASE +org.springframework.data:spring-data-jpa:2.3.4.RELEASE +org.springframework.data:spring-data-keyvalue:2.3.4.RELEASE +org.springframework.data:spring-data-ldap:2.3.4.RELEASE +org.springframework.data:spring-data-mongodb:3.0.4.RELEASE +org.springframework.data:spring-data-neo4j:5.3.4.RELEASE +org.springframework.data:spring-data-r2dbc:1.1.4.RELEASE +org.springframework.data:spring-data-redis:2.3.4.RELEASE +org.springframework.data:spring-data-relational:2.0.4.RELEASE +org.springframework.data:spring-data-releasetrain:Neumann-SR4 +org.springframework.data:spring-data-rest-core:3.3.4.RELEASE +org.springframework.data:spring-data-rest-hal-browser:3.3.4.RELEASE +org.springframework.data:spring-data-rest-hal-explorer:3.3.4.RELEASE +org.springframework.data:spring-data-rest-webmvc:3.3.4.RELEASE +org.springframework.data:spring-data-solr:4.2.4.RELEASE +org.springframework.hateoas:spring-hateoas:1.1.2.RELEASE org.springframework.integration:spring-integration-amqp:5.3.2.RELEASE org.springframework.integration:spring-integration-bom:5.3.2.RELEASE org.springframework.integration:spring-integration-core:5.3.2.RELEASE @@ -1870,19 +1876,19 @@ org.springframework.integration:spring-integration-ws:5.3.2.RELEASE org.springframework.integration:spring-integration-xml:5.3.2.RELEASE org.springframework.integration:spring-integration-xmpp:5.3.2.RELEASE org.springframework.integration:spring-integration-zookeeper:5.3.2.RELEASE -org.springframework.kafka:spring-kafka:2.5.5.RELEASE -org.springframework.kafka:spring-kafka-test:2.5.5.RELEASE +org.springframework.kafka:spring-kafka:2.5.6.RELEASE +org.springframework.kafka:spring-kafka-test:2.5.6.RELEASE org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE org.springframework.ldap:spring-ldap-core-tiger:2.3.3.RELEASE org.springframework.ldap:spring-ldap-ldif-batch:2.3.3.RELEASE org.springframework.ldap:spring-ldap-ldif-core:2.3.3.RELEASE org.springframework.ldap:spring-ldap-odm:2.3.3.RELEASE org.springframework.ldap:spring-ldap-test:2.3.3.RELEASE -org.springframework.restdocs:spring-restdocs-asciidoctor:2.0.4.RELEASE -org.springframework.restdocs:spring-restdocs-core:2.0.4.RELEASE -org.springframework.restdocs:spring-restdocs-mockmvc:2.0.4.RELEASE -org.springframework.restdocs:spring-restdocs-restassured:2.0.4.RELEASE -org.springframework.restdocs:spring-restdocs-webtestclient:2.0.4.RELEASE +org.springframework.restdocs:spring-restdocs-asciidoctor:2.0.5.RELEASE +org.springframework.restdocs:spring-restdocs-core:2.0.5.RELEASE +org.springframework.restdocs:spring-restdocs-mockmvc:2.0.5.RELEASE +org.springframework.restdocs:spring-restdocs-restassured:2.0.5.RELEASE +org.springframework.restdocs:spring-restdocs-webtestclient:2.0.5.RELEASE org.springframework.retry:spring-retry:1.2.5.RELEASE org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.1.2.RELEASE org.springframework.security:spring-security-acl:5.3.4.RELEASE @@ -1907,41 +1913,41 @@ org.springframework.security:spring-security-saml2-service-provider:5.3.4.RELEAS org.springframework.security:spring-security-taglibs:5.3.4.RELEASE org.springframework.security:spring-security-test:5.3.4.RELEASE org.springframework.security:spring-security-web:5.3.4.RELEASE -org.springframework.session:spring-session-bom:Dragonfruit-RELEASE -org.springframework.session:spring-session-core:2.3.0.RELEASE -org.springframework.session:spring-session-data-geode:2.3.0.RELEASE +org.springframework.session:spring-session-bom:Dragonfruit-SR1 +org.springframework.session:spring-session-core:2.3.1.RELEASE +org.springframework.session:spring-session-data-geode:2.3.1.RELEASE org.springframework.session:spring-session-data-mongodb:2.3.0.RELEASE -org.springframework.session:spring-session-data-redis:2.3.0.RELEASE -org.springframework.session:spring-session-hazelcast:2.3.0.RELEASE -org.springframework.session:spring-session-jdbc:2.3.0.RELEASE +org.springframework.session:spring-session-data-redis:2.3.1.RELEASE +org.springframework.session:spring-session-hazelcast:2.3.1.RELEASE +org.springframework.session:spring-session-jdbc:2.3.1.RELEASE org.springframework.vault:spring-vault-core:2.2.0.RELEASE -org.springframework.ws:spring-ws-core:3.0.9.RELEASE -org.springframework.ws:spring-ws-security:3.0.9.RELEASE -org.springframework.ws:spring-ws-support:3.0.9.RELEASE -org.springframework.ws:spring-ws-test:3.0.9.RELEASE -org.springframework.ws:spring-xml:3.0.9.RELEASE -org.springframework:spring-aop:5.2.8.RELEASE -org.springframework:spring-aspects:5.2.8.RELEASE -org.springframework:spring-beans:5.2.8.RELEASE -org.springframework:spring-context:5.2.8.RELEASE -org.springframework:spring-context-indexer:5.2.8.RELEASE -org.springframework:spring-context-support:5.2.8.RELEASE -org.springframework:spring-core:5.2.8.RELEASE -org.springframework:spring-expression:5.2.8.RELEASE -org.springframework:spring-framework-bom:5.2.8.RELEASE -org.springframework:spring-instrument:5.2.8.RELEASE -org.springframework:spring-jcl:5.2.8.RELEASE -org.springframework:spring-jdbc:5.2.8.RELEASE -org.springframework:spring-jms:5.2.8.RELEASE -org.springframework:spring-messaging:5.2.8.RELEASE -org.springframework:spring-orm:5.2.8.RELEASE -org.springframework:spring-oxm:5.2.8.RELEASE -org.springframework:spring-test:5.2.8.RELEASE -org.springframework:spring-tx:5.2.8.RELEASE -org.springframework:spring-web:5.2.8.RELEASE -org.springframework:spring-webflux:5.2.8.RELEASE -org.springframework:spring-webmvc:5.2.8.RELEASE -org.springframework:spring-websocket:5.2.8.RELEASE +org.springframework.ws:spring-ws-core:3.0.10.RELEASE +org.springframework.ws:spring-ws-security:3.0.10.RELEASE +org.springframework.ws:spring-ws-support:3.0.10.RELEASE +org.springframework.ws:spring-ws-test:3.0.10.RELEASE +org.springframework.ws:spring-xml:3.0.10.RELEASE +org.springframework:spring-aop:5.2.9.RELEASE +org.springframework:spring-aspects:5.2.9.RELEASE +org.springframework:spring-beans:5.2.9.RELEASE +org.springframework:spring-context:5.2.9.RELEASE +org.springframework:spring-context-indexer:5.2.9.RELEASE +org.springframework:spring-context-support:5.2.9.RELEASE +org.springframework:spring-core:5.2.9.RELEASE +org.springframework:spring-expression:5.2.9.RELEASE +org.springframework:spring-framework-bom:5.2.9.RELEASE +org.springframework:spring-instrument:5.2.9.RELEASE +org.springframework:spring-jcl:5.2.9.RELEASE +org.springframework:spring-jdbc:5.2.9.RELEASE +org.springframework:spring-jms:5.2.9.RELEASE +org.springframework:spring-messaging:5.2.9.RELEASE +org.springframework:spring-orm:5.2.9.RELEASE +org.springframework:spring-oxm:5.2.9.RELEASE +org.springframework:spring-test:5.2.9.RELEASE +org.springframework:spring-tx:5.2.9.RELEASE +org.springframework:spring-web:5.2.9.RELEASE +org.springframework:spring-webflux:5.2.9.RELEASE +org.springframework:spring-webmvc:5.2.9.RELEASE +org.springframework:spring-websocket:5.2.9.RELEASE org.synchronoss.cloud:nio-multipart-parser:1.1.0 org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE From 19907fddd68b08429ad9db423b13a29e2f88a7c6 Mon Sep 17 00:00:00 2001 From: Rujun Chen Date: Thu, 22 Oct 2020 09:29:04 +0800 Subject: [PATCH 3/5] Update version by command: 'python eng/versioning/update_versions.py --ut external_dependency --sr'. --- .../azure-data-appconfiguration/pom.xml | 2 +- .../pom.xml | 10 ++--- .../pom.xml | 26 ++++++------- .../pom.xml | 10 ++--- .../pom.xml | 14 +++---- .../pom.xml | 4 +- .../azure-communication-chat/pom.xml | 2 +- .../azure-communication-common/pom.xml | 4 +- .../azure-communication-sms/pom.xml | 4 +- sdk/core/azure-core-amqp/pom.xml | 2 +- sdk/core/azure-core-experimental/pom.xml | 2 +- .../azure-core-http-jdk-httpclient/pom.xml | 2 +- sdk/core/azure-core-http-netty/pom.xml | 38 +++++++++---------- sdk/core/azure-core-http-okhttp/pom.xml | 2 +- sdk/core/azure-core-management/pom.xml | 2 +- .../azure-core-serializer-avro-apache/pom.xml | 2 +- .../pom.xml | 2 +- .../azure-core-serializer-json-gson/pom.xml | 2 +- .../pom.xml | 2 +- sdk/core/azure-core-test/pom.xml | 4 +- sdk/core/azure-core/pom.xml | 10 ++--- sdk/cosmos/azure-cosmos-benchmark/pom.xml | 8 ++-- .../azure-cosmos-dotnet-benchmark/pom.xml | 4 +- sdk/cosmos/azure-cosmos-encryption/pom.xml | 2 +- sdk/cosmos/azure-cosmos/pom.xml | 6 +-- sdk/cosmos/azure-spring-data-cosmos/pom.xml | 32 ++++++++-------- sdk/e2e/pom.xml | 2 +- .../azure-messaging-eventgrid/pom.xml | 2 +- .../pom.xml | 2 +- .../azure-messaging-eventhubs/pom.xml | 2 +- sdk/identity/azure-identity/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../azure-security-keyvault-keys/pom.xml | 2 +- .../azure-security-keyvault-secrets/pom.xml | 2 +- .../azure-resourcemanager-resources/pom.xml | 2 +- .../azure-data-schemaregistry-avro/pom.xml | 2 +- .../azure-data-schemaregistry/pom.xml | 2 +- sdk/search/azure-search-documents/pom.xml | 2 +- .../azure-messaging-servicebus/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../azure-spring-cloud-sample-cache/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 12 +++--- .../pom.xml | 16 ++++---- .../azure-spring-boot-starter-cosmos/pom.xml | 8 ++-- .../pom.xml | 8 ++-- .../pom.xml | 8 ++-- .../pom.xml | 8 ++-- .../pom.xml | 36 +++++++++--------- sdk/spring/azure-spring-boot-starter/pom.xml | 8 ++-- .../azure-spring-boot-test-core/pom.xml | 2 +- .../azure-spring-boot-test-cosmos/pom.xml | 2 +- sdk/spring/azure-spring-boot/pom.xml | 36 +++++++++--------- .../azure-spring-cloud-autoconfigure/pom.xml | 38 +++++++++---------- sdk/spring/azure-spring-cloud-context/pom.xml | 18 ++++----- .../pom.xml | 8 ++-- .../azure-spring-cloud-messaging/pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- .../azure-spring-cloud-starter-cache/pom.xml | 8 ++-- .../pom.xml | 4 +- sdk/spring/azure-spring-cloud-storage/pom.xml | 14 +++---- .../pom.xml | 12 +++--- .../azure-spring-cloud-telemetry/pom.xml | 18 ++++----- .../azure-spring-cloud-test-eventhubs/pom.xml | 2 +- .../azure-spring-cloud-test-storage/pom.xml | 4 +- sdk/spring/azure-spring-data-gremlin/pom.xml | 28 +++++++------- .../azure-spring-integration-core/pom.xml | 4 +- .../azure-spring-integration-test/pom.xml | 4 +- .../azure-spring-starter-storage/pom.xml | 4 +- sdk/storage/azure-storage-blob-batch/pom.xml | 2 +- .../azure-storage-blob-changefeed/pom.xml | 2 +- sdk/storage/azure-storage-blob-nio/pom.xml | 2 +- sdk/storage/azure-storage-blob/pom.xml | 2 +- sdk/storage/azure-storage-common/pom.xml | 2 +- .../azure-storage-file-datalake/pom.xml | 2 +- sdk/storage/azure-storage-file-share/pom.xml | 2 +- .../azure-storage-internal-avro/pom.xml | 2 +- sdk/storage/azure-storage-queue/pom.xml | 2 +- sdk/tables/azure-data-tables/pom.xml | 2 +- 99 files changed, 306 insertions(+), 306 deletions(-) diff --git a/sdk/appconfiguration/azure-data-appconfiguration/pom.xml b/sdk/appconfiguration/azure-data-appconfiguration/pom.xml index 89cc83018f416..aa57767ebb95f 100644 --- a/sdk/appconfiguration/azure-data-appconfiguration/pom.xml +++ b/sdk/appconfiguration/azure-data-appconfiguration/pom.xml @@ -84,7 +84,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web/pom.xml b/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web/pom.xml index c4c6c5e414b85..4d55f160ed5a6 100644 --- a/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web/pom.xml +++ b/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config-web/pom.xml @@ -25,12 +25,12 @@ org.springframework.boot spring-boot-starter-web - 2.3.3.RELEASE + 2.3.4.RELEASE org.springframework.boot spring-boot-starter-actuator - 2.3.3.RELEASE + 2.3.4.RELEASE true compile @@ -56,7 +56,7 @@ org.springframework.boot spring-boot-starter-test - 2.3.3.RELEASE + 2.3.4.RELEASE test @@ -83,8 +83,8 @@ - org.springframework.boot:spring-boot-starter-actuator:[2.3.3.RELEASE] - org.springframework.boot:spring-boot-starter-web:[2.3.3.RELEASE] + org.springframework.boot:spring-boot-starter-actuator:[2.3.4.RELEASE] + org.springframework.boot:spring-boot-starter-web:[2.3.4.RELEASE] org.springframework.cloud:spring-cloud-bus:[2.2.3.RELEASE] diff --git a/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/pom.xml b/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/pom.xml index a3c4ad2a9bc94..86d0c888a45ba 100644 --- a/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/pom.xml +++ b/sdk/appconfiguration/azure-spring-cloud-appconfiguration-config/pom.xml @@ -20,23 +20,23 @@ org.springframework.boot spring-boot-autoconfigure-processor - 2.3.3.RELEASE + 2.3.4.RELEASE org.springframework.boot spring-boot-autoconfigure - 2.3.3.RELEASE + 2.3.4.RELEASE org.springframework.boot spring-boot-configuration-processor - 2.3.3.RELEASE + 2.3.4.RELEASE true org.springframework.cloud spring-cloud-context - 2.2.4.RELEASE + 2.2.5.RELEASE com.fasterxml.jackson.core @@ -51,7 +51,7 @@ org.springframework spring-web - 5.2.8.RELEASE + 5.2.9.RELEASE @@ -97,7 +97,7 @@ org.springframework.boot spring-boot-actuator-autoconfigure - 2.3.3.RELEASE + 2.3.4.RELEASE junit @@ -114,7 +114,7 @@ org.springframework.boot spring-boot-starter-test - 2.3.3.RELEASE + 2.3.4.RELEASE test @@ -161,12 +161,12 @@ org.apache.commons:commons-lang3:[3.10] org.apache.httpcomponents:httpclient:[4.5.12] org.hibernate.validator:hibernate-validator:[6.1.5.Final] - org.springframework.boot:spring-boot-autoconfigure-processor:[2.3.3.RELEASE] - org.springframework.boot:spring-boot-autoconfigure:[2.3.3.RELEASE] - org.springframework.boot:spring-boot-actuator-autoconfigure:[2.3.3.RELEASE] - org.springframework.boot:spring-boot-configuration-processor:[2.3.3.RELEASE] - org.springframework.cloud:spring-cloud-context:[2.2.4.RELEASE] - org.springframework:spring-web:[5.2.8.RELEASE] + org.springframework.boot:spring-boot-autoconfigure-processor:[2.3.4.RELEASE] + org.springframework.boot:spring-boot-autoconfigure:[2.3.4.RELEASE] + org.springframework.boot:spring-boot-actuator-autoconfigure:[2.3.4.RELEASE] + org.springframework.boot:spring-boot-configuration-processor:[2.3.4.RELEASE] + org.springframework.cloud:spring-cloud-context:[2.2.5.RELEASE] + org.springframework:spring-web:[5.2.9.RELEASE] diff --git a/sdk/appconfiguration/azure-spring-cloud-feature-management-web/pom.xml b/sdk/appconfiguration/azure-spring-cloud-feature-management-web/pom.xml index e883fe05c0d20..6a4ad7690ace0 100644 --- a/sdk/appconfiguration/azure-spring-cloud-feature-management-web/pom.xml +++ b/sdk/appconfiguration/azure-spring-cloud-feature-management-web/pom.xml @@ -19,18 +19,18 @@ org.springframework.boot spring-boot-starter-test - 2.3.3.RELEASE + 2.3.4.RELEASE test org.springframework spring-web - 5.2.8.RELEASE + 5.2.9.RELEASE org.springframework spring-webmvc - 5.2.8.RELEASE + 5.2.9.RELEASE javax.servlet @@ -65,8 +65,8 @@ com.azure.spring:azure-spring-cloud-feature-management:[1.2.8-beta.1] javax.servlet:javax.servlet-api:[4.0.1] - org.springframework:spring-web:[5.2.8.RELEASE] - org.springframework:spring-webmvc:[5.2.8.RELEASE] + org.springframework:spring-web:[5.2.9.RELEASE] + org.springframework:spring-webmvc:[5.2.9.RELEASE] diff --git a/sdk/appconfiguration/azure-spring-cloud-feature-management/pom.xml b/sdk/appconfiguration/azure-spring-cloud-feature-management/pom.xml index b180011152910..6a56c6392369f 100644 --- a/sdk/appconfiguration/azure-spring-cloud-feature-management/pom.xml +++ b/sdk/appconfiguration/azure-spring-cloud-feature-management/pom.xml @@ -19,12 +19,12 @@ org.springframework spring-context - 5.2.8.RELEASE + 5.2.9.RELEASE org.springframework.boot spring-boot-starter - 2.3.3.RELEASE + 2.3.4.RELEASE com.fasterxml.jackson.core @@ -39,7 +39,7 @@ io.projectreactor.netty reactor-netty - 0.9.11.RELEASE + 0.9.12.RELEASE junit @@ -56,7 +56,7 @@ org.springframework.boot spring-boot-starter-test - 2.3.3.RELEASE + 2.3.4.RELEASE test @@ -84,9 +84,9 @@ com.fasterxml.jackson.core:jackson-annotations:[2.11.2] com.fasterxml.jackson.core:jackson-databind:[2.11.2] - io.projectreactor.netty:reactor-netty:[0.9.11.RELEASE] - org.springframework.boot:spring-boot-starter:[2.3.3.RELEASE] - org.springframework:spring-context:[5.2.8.RELEASE] + io.projectreactor.netty:reactor-netty:[0.9.12.RELEASE] + org.springframework.boot:spring-boot-starter:[2.3.4.RELEASE] + org.springframework:spring-context:[5.2.9.RELEASE] diff --git a/sdk/communication/azure-communication-administration/pom.xml b/sdk/communication/azure-communication-administration/pom.xml index 50376c38dea52..5bda961599a01 100644 --- a/sdk/communication/azure-communication-administration/pom.xml +++ b/sdk/communication/azure-communication-administration/pom.xml @@ -89,13 +89,13 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test com.nimbusds nimbus-jose-jwt - 7.9 + 8.19 test diff --git a/sdk/communication/azure-communication-chat/pom.xml b/sdk/communication/azure-communication-chat/pom.xml index 841d4bb64fd97..2c44b8fc24f51 100644 --- a/sdk/communication/azure-communication-chat/pom.xml +++ b/sdk/communication/azure-communication-chat/pom.xml @@ -66,7 +66,7 @@ com.nimbusds nimbus-jose-jwt - 7.9 + 8.19 test diff --git a/sdk/communication/azure-communication-common/pom.xml b/sdk/communication/azure-communication-common/pom.xml index 2a22692b48d8c..7301f338da57f 100644 --- a/sdk/communication/azure-communication-common/pom.xml +++ b/sdk/communication/azure-communication-common/pom.xml @@ -55,7 +55,7 @@ com.nimbusds nimbus-jose-jwt - 7.9 + 8.19 test @@ -79,7 +79,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/communication/azure-communication-sms/pom.xml b/sdk/communication/azure-communication-sms/pom.xml index e7e680cb633d6..88d6906fa2786 100644 --- a/sdk/communication/azure-communication-sms/pom.xml +++ b/sdk/communication/azure-communication-sms/pom.xml @@ -65,7 +65,7 @@ com.nimbusds nimbus-jose-jwt - 7.9 + 8.19 test @@ -89,7 +89,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/core/azure-core-amqp/pom.xml b/sdk/core/azure-core-amqp/pom.xml index 9288253c523d8..ac5a09ac9848f 100644 --- a/sdk/core/azure-core-amqp/pom.xml +++ b/sdk/core/azure-core-amqp/pom.xml @@ -74,7 +74,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/core/azure-core-experimental/pom.xml b/sdk/core/azure-core-experimental/pom.xml index e90c5e7d47043..28f36587aa1ae 100644 --- a/sdk/core/azure-core-experimental/pom.xml +++ b/sdk/core/azure-core-experimental/pom.xml @@ -82,7 +82,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/core/azure-core-http-jdk-httpclient/pom.xml b/sdk/core/azure-core-http-jdk-httpclient/pom.xml index 03d011d7e75ee..6c88e3f9bfd88 100644 --- a/sdk/core/azure-core-http-jdk-httpclient/pom.xml +++ b/sdk/core/azure-core-http-jdk-httpclient/pom.xml @@ -89,7 +89,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/core/azure-core-http-netty/pom.xml b/sdk/core/azure-core-http-netty/pom.xml index c636d40395762..9f592b8b81711 100644 --- a/sdk/core/azure-core-http-netty/pom.xml +++ b/sdk/core/azure-core-http-netty/pom.xml @@ -66,51 +66,51 @@ io.netty netty-handler - 4.1.51.Final + 4.1.52.Final io.netty netty-handler-proxy - 4.1.51.Final + 4.1.52.Final io.netty netty-buffer - 4.1.51.Final + 4.1.52.Final io.netty netty-codec-http - 4.1.51.Final + 4.1.52.Final io.netty netty-codec-http2 - 4.1.51.Final + 4.1.52.Final io.netty netty-transport-native-unix-common - 4.1.51.Final + 4.1.52.Final io.netty netty-transport-native-epoll - 4.1.51.Final + 4.1.52.Final linux-x86_64 io.netty netty-transport-native-kqueue - 4.1.51.Final + 4.1.52.Final osx-x86_64 io.projectreactor.netty reactor-netty - 0.9.11.RELEASE + 0.9.12.RELEASE @@ -137,7 +137,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test @@ -184,15 +184,15 @@ - io.netty:netty-buffer:[4.1.51.Final] - io.netty:netty-codec-http:[4.1.51.Final] - io.netty:netty-codec-http2:[4.1.51.Final] - io.netty:netty-handler:[4.1.51.Final] - io.netty:netty-handler-proxy:[4.1.51.Final] - io.netty:netty-transport-native-unix-common:[4.1.51.Final] - io.netty:netty-transport-native-epoll:[4.1.51.Final] - io.projectreactor.netty:reactor-netty:[0.9.11.RELEASE] - io.netty:netty-transport-native-kqueue:[4.1.51.Final] + io.netty:netty-buffer:[4.1.52.Final] + io.netty:netty-codec-http:[4.1.52.Final] + io.netty:netty-codec-http2:[4.1.52.Final] + io.netty:netty-handler:[4.1.52.Final] + io.netty:netty-handler-proxy:[4.1.52.Final] + io.netty:netty-transport-native-unix-common:[4.1.52.Final] + io.netty:netty-transport-native-epoll:[4.1.52.Final] + io.projectreactor.netty:reactor-netty:[0.9.12.RELEASE] + io.netty:netty-transport-native-kqueue:[4.1.52.Final] diff --git a/sdk/core/azure-core-http-okhttp/pom.xml b/sdk/core/azure-core-http-okhttp/pom.xml index 5bdcbc0169e62..a31df22772976 100644 --- a/sdk/core/azure-core-http-okhttp/pom.xml +++ b/sdk/core/azure-core-http-okhttp/pom.xml @@ -93,7 +93,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/core/azure-core-management/pom.xml b/sdk/core/azure-core-management/pom.xml index 451f2b151b810..5274cba29c5f8 100644 --- a/sdk/core/azure-core-management/pom.xml +++ b/sdk/core/azure-core-management/pom.xml @@ -77,7 +77,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/core/azure-core-serializer-avro-apache/pom.xml b/sdk/core/azure-core-serializer-avro-apache/pom.xml index 1121c821fff82..88cd0640be8eb 100644 --- a/sdk/core/azure-core-serializer-avro-apache/pom.xml +++ b/sdk/core/azure-core-serializer-avro-apache/pom.xml @@ -75,7 +75,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/core/azure-core-serializer-avro-jackson/pom.xml b/sdk/core/azure-core-serializer-avro-jackson/pom.xml index b89ef8280693d..38dd0cbb40687 100644 --- a/sdk/core/azure-core-serializer-avro-jackson/pom.xml +++ b/sdk/core/azure-core-serializer-avro-jackson/pom.xml @@ -75,7 +75,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/core/azure-core-serializer-json-gson/pom.xml b/sdk/core/azure-core-serializer-json-gson/pom.xml index 3b4f61ba39aa6..db36f2937520a 100644 --- a/sdk/core/azure-core-serializer-json-gson/pom.xml +++ b/sdk/core/azure-core-serializer-json-gson/pom.xml @@ -94,7 +94,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/core/azure-core-serializer-json-jackson/pom.xml b/sdk/core/azure-core-serializer-json-jackson/pom.xml index 9574a20bcba97..7a312cee73d06 100644 --- a/sdk/core/azure-core-serializer-json-jackson/pom.xml +++ b/sdk/core/azure-core-serializer-json-jackson/pom.xml @@ -88,7 +88,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/core/azure-core-test/pom.xml b/sdk/core/azure-core-test/pom.xml index ae146f68af750..6b55952203be8 100644 --- a/sdk/core/azure-core-test/pom.xml +++ b/sdk/core/azure-core-test/pom.xml @@ -43,7 +43,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE @@ -107,7 +107,7 @@ - io.projectreactor:reactor-test:[3.3.9.RELEASE] + io.projectreactor:reactor-test:[3.3.10.RELEASE] org.junit.jupiter:junit-jupiter-api:[5.6.2] diff --git a/sdk/core/azure-core/pom.xml b/sdk/core/azure-core/pom.xml index 571427fdd9d53..62533be9e2e8b 100644 --- a/sdk/core/azure-core/pom.xml +++ b/sdk/core/azure-core/pom.xml @@ -84,18 +84,18 @@ io.projectreactor reactor-core - 3.3.9.RELEASE + 3.3.10.RELEASE io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test io.netty netty-tcnative-boringssl-static - 2.0.31.Final + 2.0.34.Final org.junit.jupiter @@ -173,8 +173,8 @@ - io.netty:netty-tcnative-boringssl-static:[2.0.31.Final] - io.projectreactor:reactor-core:[3.3.9.RELEASE] + io.netty:netty-tcnative-boringssl-static:[2.0.34.Final] + io.projectreactor:reactor-core:[3.3.10.RELEASE] com.fasterxml.jackson.dataformat:jackson-dataformat-xml:[2.11.2] com.fasterxml.jackson.datatype:jackson-datatype-jsr310:[2.11.2] org.slf4j:slf4j-api:[1.7.30] diff --git a/sdk/cosmos/azure-cosmos-benchmark/pom.xml b/sdk/cosmos/azure-cosmos-benchmark/pom.xml index a96ca06bc6036..b04028461c123 100644 --- a/sdk/cosmos/azure-cosmos-benchmark/pom.xml +++ b/sdk/cosmos/azure-cosmos-benchmark/pom.xml @@ -79,13 +79,13 @@ Licensed under the MIT License. io.micrometer micrometer-registry-azure-monitor - 1.5.4 + 1.5.5 io.micrometer micrometer-registry-graphite - 1.5.4 + 1.5.5 @@ -228,8 +228,8 @@ Licensed under the MIT License. com.google.guava:guava:[25.0-jre] io.dropwizard.metrics:metrics-graphite:[4.1.0] io.dropwizard.metrics:metrics-jvm:[4.1.0] - io.micrometer:micrometer-registry-azure-monitor:[1.5.4] - io.micrometer:micrometer-registry-graphite:[1.5.4] + io.micrometer:micrometer-registry-azure-monitor:[1.5.5] + io.micrometer:micrometer-registry-graphite:[1.5.5] org.apache.commons:commons-lang3:[3.10] org.apache.logging.log4j:log4j-api:[2.13.3] org.apache.logging.log4j:log4j-core:[2.13.3] diff --git a/sdk/cosmos/azure-cosmos-dotnet-benchmark/pom.xml b/sdk/cosmos/azure-cosmos-dotnet-benchmark/pom.xml index 63ba5a33054ff..9e60e36bfb7d1 100644 --- a/sdk/cosmos/azure-cosmos-dotnet-benchmark/pom.xml +++ b/sdk/cosmos/azure-cosmos-dotnet-benchmark/pom.xml @@ -169,8 +169,8 @@ Licensed under the MIT License. com.google.guava:guava:[25.0-jre] io.dropwizard.metrics:metrics-graphite:[4.1.0] io.dropwizard.metrics:metrics-jvm:[4.1.0] - io.micrometer:micrometer-registry-azure-monitor:[1.5.4] - io.micrometer:micrometer-registry-graphite:[1.5.4] + io.micrometer:micrometer-registry-azure-monitor:[1.5.5] + io.micrometer:micrometer-registry-graphite:[1.5.5] org.apache.commons:commons-lang3:[3.10] org.apache.logging.log4j:log4j-api:[2.13.3] org.apache.logging.log4j:log4j-core:[2.13.3] diff --git a/sdk/cosmos/azure-cosmos-encryption/pom.xml b/sdk/cosmos/azure-cosmos-encryption/pom.xml index bbf6c251f609c..7d5082fa5fd76 100644 --- a/sdk/cosmos/azure-cosmos-encryption/pom.xml +++ b/sdk/cosmos/azure-cosmos-encryption/pom.xml @@ -130,7 +130,7 @@ Licensed under the MIT License. io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/cosmos/azure-cosmos/pom.xml b/sdk/cosmos/azure-cosmos/pom.xml index 0f85155277285..c4340662c4c9f 100644 --- a/sdk/cosmos/azure-cosmos/pom.xml +++ b/sdk/cosmos/azure-cosmos/pom.xml @@ -163,13 +163,13 @@ Licensed under the MIT License. io.micrometer micrometer-core - 1.5.4 + 1.5.5 io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test @@ -230,7 +230,7 @@ Licensed under the MIT License. com.fasterxml.jackson.module:jackson-module-afterburner:[2.11.2] io.dropwizard.metrics:metrics-core:[4.1.0] - io.micrometer:micrometer-core:[1.5.4] + io.micrometer:micrometer-core:[1.5.5] org.slf4j:slf4j-api:[1.7.30] diff --git a/sdk/cosmos/azure-spring-data-cosmos/pom.xml b/sdk/cosmos/azure-spring-data-cosmos/pom.xml index d47192081daf6..f389be0c8094d 100644 --- a/sdk/cosmos/azure-spring-data-cosmos/pom.xml +++ b/sdk/cosmos/azure-spring-data-cosmos/pom.xml @@ -28,7 +28,7 @@ org.springframework spring-core - 5.2.8.RELEASE + 5.2.9.RELEASE commons-logging @@ -39,27 +39,27 @@ org.springframework spring-web - 5.2.8.RELEASE + 5.2.9.RELEASE org.springframework spring-beans - 5.2.8.RELEASE + 5.2.9.RELEASE org.springframework spring-context - 5.2.8.RELEASE + 5.2.9.RELEASE org.springframework spring-tx - 5.2.8.RELEASE + 5.2.9.RELEASE org.springframework.data spring-data-commons - 2.3.3.RELEASE + 2.3.4.RELEASE org.slf4j @@ -70,7 +70,7 @@ org.springframework spring-expression - 5.2.8.RELEASE + 5.2.9.RELEASE com.azure @@ -130,7 +130,7 @@ org.springframework.boot spring-boot-starter-test - 2.3.3.RELEASE + 2.3.4.RELEASE test @@ -142,7 +142,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test @@ -190,13 +190,13 @@ - org.springframework:spring-beans:[5.2.8.RELEASE] - org.springframework:spring-web:[5.2.8.RELEASE] - org.springframework:spring-tx:[5.2.8.RELEASE] - org.springframework:spring-expression:[5.2.8.RELEASE] - org.springframework:spring-core:[5.2.8.RELEASE] - org.springframework:spring-context:[5.2.8.RELEASE] - org.springframework.data:spring-data-commons:[2.3.3.RELEASE] + org.springframework:spring-beans:[5.2.9.RELEASE] + org.springframework:spring-web:[5.2.9.RELEASE] + org.springframework:spring-tx:[5.2.9.RELEASE] + org.springframework:spring-expression:[5.2.9.RELEASE] + org.springframework:spring-core:[5.2.9.RELEASE] + org.springframework:spring-context:[5.2.9.RELEASE] + org.springframework.data:spring-data-commons:[2.3.4.RELEASE] org.javatuples:javatuples:[1.2] com.fasterxml.jackson.datatype:jackson-datatype-jdk8:[2.11.2] com.fasterxml.jackson.datatype:jackson-datatype-jsr310:[2.11.2] diff --git a/sdk/e2e/pom.xml b/sdk/e2e/pom.xml index d3a9a53b06740..990cda6871368 100644 --- a/sdk/e2e/pom.xml +++ b/sdk/e2e/pom.xml @@ -76,7 +76,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/eventgrid/azure-messaging-eventgrid/pom.xml b/sdk/eventgrid/azure-messaging-eventgrid/pom.xml index 48e7b3e2ce22d..4f37693c592b3 100644 --- a/sdk/eventgrid/azure-messaging-eventgrid/pom.xml +++ b/sdk/eventgrid/azure-messaging-eventgrid/pom.xml @@ -117,7 +117,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/pom.xml b/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/pom.xml index 17db3d2f40b11..1f63b6c24e500 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/pom.xml +++ b/sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/pom.xml @@ -76,7 +76,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/eventhubs/azure-messaging-eventhubs/pom.xml b/sdk/eventhubs/azure-messaging-eventhubs/pom.xml index ed06ce455a5fe..49019fc37adc9 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs/pom.xml +++ b/sdk/eventhubs/azure-messaging-eventhubs/pom.xml @@ -80,7 +80,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/identity/azure-identity/pom.xml b/sdk/identity/azure-identity/pom.xml index 3b1ecf5a02cfa..32e0131361168 100644 --- a/sdk/identity/azure-identity/pom.xml +++ b/sdk/identity/azure-identity/pom.xml @@ -87,7 +87,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/keyvault/azure-security-keyvault-administration/pom.xml b/sdk/keyvault/azure-security-keyvault-administration/pom.xml index 5a00d1ce44447..f740dcbffe2e1 100644 --- a/sdk/keyvault/azure-security-keyvault-administration/pom.xml +++ b/sdk/keyvault/azure-security-keyvault-administration/pom.xml @@ -71,7 +71,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/keyvault/azure-security-keyvault-certificates/pom.xml b/sdk/keyvault/azure-security-keyvault-certificates/pom.xml index e9dd5d82f0d8b..996d9c2eb5286 100644 --- a/sdk/keyvault/azure-security-keyvault-certificates/pom.xml +++ b/sdk/keyvault/azure-security-keyvault-certificates/pom.xml @@ -77,7 +77,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/keyvault/azure-security-keyvault-keys/pom.xml b/sdk/keyvault/azure-security-keyvault-keys/pom.xml index 9573e067a283d..d8860e370d89f 100644 --- a/sdk/keyvault/azure-security-keyvault-keys/pom.xml +++ b/sdk/keyvault/azure-security-keyvault-keys/pom.xml @@ -87,7 +87,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/keyvault/azure-security-keyvault-secrets/pom.xml b/sdk/keyvault/azure-security-keyvault-secrets/pom.xml index d88d497708354..0185784ae558c 100644 --- a/sdk/keyvault/azure-security-keyvault-secrets/pom.xml +++ b/sdk/keyvault/azure-security-keyvault-secrets/pom.xml @@ -91,7 +91,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/resourcemanager/azure-resourcemanager-resources/pom.xml b/sdk/resourcemanager/azure-resourcemanager-resources/pom.xml index 58c98ade72f8d..0e2685c81992f 100644 --- a/sdk/resourcemanager/azure-resourcemanager-resources/pom.xml +++ b/sdk/resourcemanager/azure-resourcemanager-resources/pom.xml @@ -86,7 +86,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/schemaregistry/azure-data-schemaregistry-avro/pom.xml b/sdk/schemaregistry/azure-data-schemaregistry-avro/pom.xml index 448c1f51603bb..4ed9a3368edfb 100644 --- a/sdk/schemaregistry/azure-data-schemaregistry-avro/pom.xml +++ b/sdk/schemaregistry/azure-data-schemaregistry-avro/pom.xml @@ -56,7 +56,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/schemaregistry/azure-data-schemaregistry/pom.xml b/sdk/schemaregistry/azure-data-schemaregistry/pom.xml index 3300f4e1e0639..64c9ae2e7f54c 100644 --- a/sdk/schemaregistry/azure-data-schemaregistry/pom.xml +++ b/sdk/schemaregistry/azure-data-schemaregistry/pom.xml @@ -59,7 +59,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/search/azure-search-documents/pom.xml b/sdk/search/azure-search-documents/pom.xml index f94e9f085cfef..6c80ab1ee4d6d 100644 --- a/sdk/search/azure-search-documents/pom.xml +++ b/sdk/search/azure-search-documents/pom.xml @@ -85,7 +85,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/servicebus/azure-messaging-servicebus/pom.xml b/sdk/servicebus/azure-messaging-servicebus/pom.xml index e4b88f1c27988..99a8a783e255c 100644 --- a/sdk/servicebus/azure-messaging-servicebus/pom.xml +++ b/sdk/servicebus/azure-messaging-servicebus/pom.xml @@ -95,7 +95,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-appconfiguration-conversion-complete/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-appconfiguration-conversion-complete/pom.xml index 4baf31c421bc0..258310252b2f1 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-appconfiguration-conversion-complete/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-appconfiguration-conversion-complete/pom.xml @@ -20,7 +20,7 @@ org.springframework.cloud spring-cloud-dependencies - Hoxton.SR7 + Hoxton.SR8 pom import diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-appconfiguration-conversion-initial/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-appconfiguration-conversion-initial/pom.xml index a0780a9d0760d..9e71cba6b5174 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-appconfiguration-conversion-initial/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-appconfiguration-conversion-initial/pom.xml @@ -21,7 +21,7 @@ org.springframework.cloud spring-cloud-dependencies - Hoxton.SR7 + Hoxton.SR8 pom import diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-appconfiguration/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-appconfiguration/pom.xml index 405c5bb0d9a95..893ad101373d1 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-appconfiguration/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-appconfiguration/pom.xml @@ -19,7 +19,7 @@ org.springframework.cloud spring-cloud-dependencies - Hoxton.SR7 + Hoxton.SR8 pom import diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-cache/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-cache/pom.xml index 07c7323828f3b..72dcb64904d93 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-cache/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-cache/pom.xml @@ -19,7 +19,7 @@ org.springframework.cloud spring-cloud-dependencies - Hoxton.SR7 + Hoxton.SR8 pom import diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-eventhubs-binder/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-eventhubs-binder/pom.xml index e6461211f4af5..efeb3a9e26096 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-eventhubs-binder/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-eventhubs-binder/pom.xml @@ -19,7 +19,7 @@ org.springframework.cloud spring-cloud-dependencies - Hoxton.SR7 + Hoxton.SR8 pom import diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-eventhubs-kafka/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-eventhubs-kafka/pom.xml index 33700744c8bea..63c64df79818b 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-eventhubs-kafka/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-eventhubs-kafka/pom.xml @@ -19,7 +19,7 @@ org.springframework.cloud spring-cloud-dependencies - Hoxton.SR7 + Hoxton.SR8 pom import diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-eventhubs-multibinders/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-eventhubs-multibinders/pom.xml index d7095fed1f59d..3d1c6603615d8 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-eventhubs-multibinders/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-eventhubs-multibinders/pom.xml @@ -20,7 +20,7 @@ org.springframework.cloud spring-cloud-dependencies - Hoxton.SR7 + Hoxton.SR8 pom import diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-eventhubs-operation/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-eventhubs-operation/pom.xml index a10e73f423cde..7230920992289 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-eventhubs-operation/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-eventhubs-operation/pom.xml @@ -19,7 +19,7 @@ org.springframework.cloud spring-cloud-dependencies - Hoxton.SR7 + Hoxton.SR8 pom import diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-feature-management-web/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-feature-management-web/pom.xml index 772bdc0895b52..e38e9926a12bb 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-feature-management-web/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-feature-management-web/pom.xml @@ -19,7 +19,7 @@ org.springframework.cloud spring-cloud-dependencies - Hoxton.SR7 + Hoxton.SR8 pom import diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-feature-management/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-feature-management/pom.xml index d5ec13318663e..a220ef5d8aee1 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-feature-management/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-feature-management/pom.xml @@ -19,7 +19,7 @@ org.springframework.cloud spring-cloud-dependencies - Hoxton.SR7 + Hoxton.SR8 pom import diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-messaging/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-messaging/pom.xml index ba56d4d3dd7e4..7ea69e9298267 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-messaging/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-messaging/pom.xml @@ -19,7 +19,7 @@ org.springframework.cloud spring-cloud-dependencies - Hoxton.SR7 + Hoxton.SR8 pom import diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-servicebus-operation/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-servicebus-operation/pom.xml index c969c9727878d..924563101b55f 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-servicebus-operation/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-servicebus-operation/pom.xml @@ -19,7 +19,7 @@ org.springframework.cloud spring-cloud-dependencies - Hoxton.SR7 + Hoxton.SR8 pom import diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-servicebus-queue-binder/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-servicebus-queue-binder/pom.xml index 7e7cb599018c4..74e5afe5f3c72 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-servicebus-queue-binder/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-servicebus-queue-binder/pom.xml @@ -19,7 +19,7 @@ org.springframework.cloud spring-cloud-dependencies - Hoxton.SR7 + Hoxton.SR8 pom import diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-servicebus-queue-multibinders/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-servicebus-queue-multibinders/pom.xml index 6a4c5a4470d83..52ff8ee3200f9 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-servicebus-queue-multibinders/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-servicebus-queue-multibinders/pom.xml @@ -19,7 +19,7 @@ org.springframework.cloud spring-cloud-dependencies - Hoxton.SR7 + Hoxton.SR8 pom import diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-servicebus-topic-binder/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-servicebus-topic-binder/pom.xml index 3fa2f8d9f6aa2..a21db92cba6d4 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-servicebus-topic-binder/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-servicebus-topic-binder/pom.xml @@ -19,7 +19,7 @@ org.springframework.cloud spring-cloud-dependencies - Hoxton.SR7 + Hoxton.SR8 pom import diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-storage-queue-operation/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-storage-queue-operation/pom.xml index b0f618d299f86..07fe7ff0cc4aa 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-storage-queue-operation/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-storage-queue-operation/pom.xml @@ -19,7 +19,7 @@ org.springframework.cloud spring-cloud-dependencies - Hoxton.SR7 + Hoxton.SR8 pom import diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-storage-resource/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-storage-resource/pom.xml index 1934059271bbd..c8d41252fafec 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-storage-resource/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-storage-resource/pom.xml @@ -19,7 +19,7 @@ org.springframework.cloud spring-cloud-dependencies - Hoxton.SR7 + Hoxton.SR8 pom import diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-integration-sample-eventhubs/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-integration-sample-eventhubs/pom.xml index 477dc4b52b868..b702947bc855a 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-integration-sample-eventhubs/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-integration-sample-eventhubs/pom.xml @@ -19,7 +19,7 @@ org.springframework.cloud spring-cloud-dependencies - Hoxton.SR7 + Hoxton.SR8 pom import diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-integration-sample-servicebus/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-integration-sample-servicebus/pom.xml index 59937bffe2875..ffa618cc1516d 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-integration-sample-servicebus/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-integration-sample-servicebus/pom.xml @@ -19,7 +19,7 @@ org.springframework.cloud spring-cloud-dependencies - Hoxton.SR7 + Hoxton.SR8 pom import diff --git a/sdk/spring/azure-spring-boot-samples/azure-spring-integration-sample-storage-queue/pom.xml b/sdk/spring/azure-spring-boot-samples/azure-spring-integration-sample-storage-queue/pom.xml index cac991042b589..429b398d67671 100644 --- a/sdk/spring/azure-spring-boot-samples/azure-spring-integration-sample-storage-queue/pom.xml +++ b/sdk/spring/azure-spring-boot-samples/azure-spring-integration-sample-storage-queue/pom.xml @@ -19,7 +19,7 @@ org.springframework.cloud spring-cloud-dependencies - Hoxton.SR7 + Hoxton.SR8 pom import diff --git a/sdk/spring/azure-spring-boot-starter-active-directory-b2c/pom.xml b/sdk/spring/azure-spring-boot-starter-active-directory-b2c/pom.xml index 7ef8c2d0e7928..935533ee071b4 100644 --- a/sdk/spring/azure-spring-boot-starter-active-directory-b2c/pom.xml +++ b/sdk/spring/azure-spring-boot-starter-active-directory-b2c/pom.xml @@ -22,13 +22,13 @@ org.springframework.boot spring-boot-starter - 2.3.3.RELEASE + 2.3.4.RELEASE org.springframework.boot spring-boot-starter-validation - 2.3.3.RELEASE + 2.3.4.RELEASE @@ -41,7 +41,7 @@ org.springframework spring-web - 5.2.8.RELEASE + 5.2.9.RELEASE @@ -99,9 +99,9 @@ javax.validation:validation-api:[2.0.1.Final] - org.springframework:spring-web:[5.2.8.RELEASE] - org.springframework.boot:spring-boot-starter:[2.3.3.RELEASE] - org.springframework.boot:spring-boot-starter-validation:[2.3.3.RELEASE] + org.springframework:spring-web:[5.2.9.RELEASE] + org.springframework.boot:spring-boot-starter:[2.3.4.RELEASE] + org.springframework.boot:spring-boot-starter-validation:[2.3.4.RELEASE] org.springframework.security:spring-security-config:[5.3.4.RELEASE] org.springframework.security:spring-security-core:[5.3.4.RELEASE] org.springframework.security:spring-security-oauth2-client:[5.3.4.RELEASE] diff --git a/sdk/spring/azure-spring-boot-starter-active-directory/pom.xml b/sdk/spring/azure-spring-boot-starter-active-directory/pom.xml index e66623fdb4d47..bead601b62fc1 100644 --- a/sdk/spring/azure-spring-boot-starter-active-directory/pom.xml +++ b/sdk/spring/azure-spring-boot-starter-active-directory/pom.xml @@ -23,12 +23,12 @@ org.springframework.boot spring-boot-starter - 2.3.3.RELEASE + 2.3.4.RELEASE org.springframework.boot spring-boot-starter-validation - 2.3.3.RELEASE + 2.3.4.RELEASE com.azure.spring @@ -38,7 +38,7 @@ org.springframework spring-web - 5.2.8.RELEASE + 5.2.9.RELEASE org.springframework.security @@ -63,7 +63,7 @@ com.nimbusds nimbus-jose-jwt - 7.9 + 8.19 com.fasterxml.jackson.core @@ -84,10 +84,10 @@ com.fasterxml.jackson.core:jackson-databind:[2.11.2] com.microsoft.azure:msal4j:[1.7.1] - com.nimbusds:nimbus-jose-jwt:[7.9] - org.springframework:spring-web:[5.2.8.RELEASE] - org.springframework.boot:spring-boot-starter:[2.3.3.RELEASE] - org.springframework.boot:spring-boot-starter-validation:[2.3.3.RELEASE] + com.nimbusds:nimbus-jose-jwt:[8.19] + org.springframework:spring-web:[5.2.9.RELEASE] + org.springframework.boot:spring-boot-starter:[2.3.4.RELEASE] + org.springframework.boot:spring-boot-starter-validation:[2.3.4.RELEASE] org.springframework.security:spring-security-config:[5.3.4.RELEASE] org.springframework.security:spring-security-core:[5.3.4.RELEASE] org.springframework.security:spring-security-web:[5.3.4.RELEASE] diff --git a/sdk/spring/azure-spring-boot-starter-cosmos/pom.xml b/sdk/spring/azure-spring-boot-starter-cosmos/pom.xml index c57214b24ba92..30934a95dd58d 100644 --- a/sdk/spring/azure-spring-boot-starter-cosmos/pom.xml +++ b/sdk/spring/azure-spring-boot-starter-cosmos/pom.xml @@ -23,12 +23,12 @@ org.springframework.boot spring-boot-starter - 2.3.3.RELEASE + 2.3.4.RELEASE org.springframework.boot spring-boot-starter-validation - 2.3.3.RELEASE + 2.3.4.RELEASE com.azure.spring @@ -52,8 +52,8 @@ - org.springframework.boot:spring-boot-starter:[2.3.3.RELEASE] - org.springframework.boot:spring-boot-starter-validation:[2.3.3.RELEASE] + org.springframework.boot:spring-boot-starter:[2.3.4.RELEASE] + org.springframework.boot:spring-boot-starter-validation:[2.3.4.RELEASE] diff --git a/sdk/spring/azure-spring-boot-starter-data-gremlin/pom.xml b/sdk/spring/azure-spring-boot-starter-data-gremlin/pom.xml index 89e5f3f8615f4..844e75406ad7f 100644 --- a/sdk/spring/azure-spring-boot-starter-data-gremlin/pom.xml +++ b/sdk/spring/azure-spring-boot-starter-data-gremlin/pom.xml @@ -22,12 +22,12 @@ org.springframework.boot spring-boot-starter - 2.3.3.RELEASE + 2.3.4.RELEASE org.springframework.boot spring-boot-starter-validation - 2.3.3.RELEASE + 2.3.4.RELEASE com.azure.spring @@ -58,8 +58,8 @@ com.fasterxml.jackson.core:jackson-core:[2.11.2] com.microsoft.spring.data.gremlin:spring-data-gremlin:[2.3.0] - org.springframework.boot:spring-boot-starter:[2.3.3.RELEASE] - org.springframework.boot:spring-boot-starter-validation:[2.3.3.RELEASE] + org.springframework.boot:spring-boot-starter:[2.3.4.RELEASE] + org.springframework.boot:spring-boot-starter-validation:[2.3.4.RELEASE] diff --git a/sdk/spring/azure-spring-boot-starter-keyvault-certificates/pom.xml b/sdk/spring/azure-spring-boot-starter-keyvault-certificates/pom.xml index 634057e23741f..d7932f59eabb0 100644 --- a/sdk/spring/azure-spring-boot-starter-keyvault-certificates/pom.xml +++ b/sdk/spring/azure-spring-boot-starter-keyvault-certificates/pom.xml @@ -23,12 +23,12 @@ org.springframework.boot spring-boot-starter - 2.3.3.RELEASE + 2.3.4.RELEASE org.springframework.boot spring-boot-starter-validation - 2.3.3.RELEASE + 2.3.4.RELEASE com.azure @@ -46,8 +46,8 @@ - org.springframework.boot:spring-boot-starter:[2.3.3.RELEASE] - org.springframework.boot:spring-boot-starter-validation:[2.3.3.RELEASE] + org.springframework.boot:spring-boot-starter:[2.3.4.RELEASE] + org.springframework.boot:spring-boot-starter-validation:[2.3.4.RELEASE] diff --git a/sdk/spring/azure-spring-boot-starter-keyvault-secrets/pom.xml b/sdk/spring/azure-spring-boot-starter-keyvault-secrets/pom.xml index 1d6666b102e76..c1e1115f5867a 100644 --- a/sdk/spring/azure-spring-boot-starter-keyvault-secrets/pom.xml +++ b/sdk/spring/azure-spring-boot-starter-keyvault-secrets/pom.xml @@ -23,12 +23,12 @@ org.springframework.boot spring-boot-starter - 2.3.3.RELEASE + 2.3.4.RELEASE org.springframework.boot spring-boot-starter-validation - 2.3.3.RELEASE + 2.3.4.RELEASE com.azure.spring @@ -56,8 +56,8 @@ - org.springframework.boot:spring-boot-starter:[2.3.3.RELEASE] - org.springframework.boot:spring-boot-starter-validation:[2.3.3.RELEASE] + org.springframework.boot:spring-boot-starter:[2.3.4.RELEASE] + org.springframework.boot:spring-boot-starter-validation:[2.3.4.RELEASE] diff --git a/sdk/spring/azure-spring-boot-starter-servicebus-jms/pom.xml b/sdk/spring/azure-spring-boot-starter-servicebus-jms/pom.xml index 483cbedd42f08..937412b08dea2 100644 --- a/sdk/spring/azure-spring-boot-starter-servicebus-jms/pom.xml +++ b/sdk/spring/azure-spring-boot-starter-servicebus-jms/pom.xml @@ -29,13 +29,13 @@ org.springframework.boot spring-boot-starter-validation - 2.3.3.RELEASE + 2.3.4.RELEASE org.springframework spring-jms - 5.2.8.RELEASE + 5.2.9.RELEASE org.apache.qpid @@ -45,37 +45,37 @@ io.netty netty-buffer - 4.1.51.Final + 4.1.52.Final io.netty netty-common - 4.1.51.Final + 4.1.52.Final io.netty netty-handler - 4.1.51.Final + 4.1.52.Final io.netty netty-transport - 4.1.51.Final + 4.1.52.Final io.netty netty-transport-native-epoll - 4.1.51.Final + 4.1.52.Final io.netty netty-transport-native-kqueue - 4.1.51.Final + 4.1.52.Final io.netty netty-codec-http - 4.1.51.Final + 4.1.52.Final @@ -90,15 +90,15 @@ org.apache.qpid:qpid-jms-client:[0.53.0] - io.netty:netty-buffer:[4.1.51.Final] - io.netty:netty-common:[4.1.51.Final] - io.netty:netty-handler:[4.1.51.Final] - io.netty:netty-transport:[4.1.51.Final] - io.netty:netty-transport-native-epoll:[4.1.51.Final] - io.netty:netty-transport-native-kqueue:[4.1.51.Final] - io.netty:netty-codec-http:[4.1.51.Final] - org.springframework:spring-jms:[5.2.8.RELEASE] - org.springframework.boot:spring-boot-starter-validation:[2.3.3.RELEASE] + io.netty:netty-buffer:[4.1.52.Final] + io.netty:netty-common:[4.1.52.Final] + io.netty:netty-handler:[4.1.52.Final] + io.netty:netty-transport:[4.1.52.Final] + io.netty:netty-transport-native-epoll:[4.1.52.Final] + io.netty:netty-transport-native-kqueue:[4.1.52.Final] + io.netty:netty-codec-http:[4.1.52.Final] + org.springframework:spring-jms:[5.2.9.RELEASE] + org.springframework.boot:spring-boot-starter-validation:[2.3.4.RELEASE] diff --git a/sdk/spring/azure-spring-boot-starter/pom.xml b/sdk/spring/azure-spring-boot-starter/pom.xml index 2504cdbff65ae..11ae5fa0ba02b 100644 --- a/sdk/spring/azure-spring-boot-starter/pom.xml +++ b/sdk/spring/azure-spring-boot-starter/pom.xml @@ -23,12 +23,12 @@ org.springframework.boot spring-boot-starter - 2.3.3.RELEASE + 2.3.4.RELEASE org.springframework.boot spring-boot-starter-validation - 2.3.3.RELEASE + 2.3.4.RELEASE com.azure.spring @@ -47,8 +47,8 @@ - org.springframework.boot:spring-boot-starter:[2.3.3.RELEASE] - org.springframework.boot:spring-boot-starter-validation:[2.3.3.RELEASE] + org.springframework.boot:spring-boot-starter:[2.3.4.RELEASE] + org.springframework.boot:spring-boot-starter-validation:[2.3.4.RELEASE] diff --git a/sdk/spring/azure-spring-boot-test-core/pom.xml b/sdk/spring/azure-spring-boot-test-core/pom.xml index 14af8bb3bd0ee..0502fd0973327 100644 --- a/sdk/spring/azure-spring-boot-test-core/pom.xml +++ b/sdk/spring/azure-spring-boot-test-core/pom.xml @@ -23,7 +23,7 @@ org.springframework spring-context - 5.2.8.RELEASE + 5.2.9.RELEASE org.springframework.boot diff --git a/sdk/spring/azure-spring-boot-test-cosmos/pom.xml b/sdk/spring/azure-spring-boot-test-cosmos/pom.xml index f41c9698c2d7c..58ff0ef86a168 100644 --- a/sdk/spring/azure-spring-boot-test-cosmos/pom.xml +++ b/sdk/spring/azure-spring-boot-test-cosmos/pom.xml @@ -41,7 +41,7 @@ io.projectreactor.netty reactor-netty - 0.9.11.RELEASE + 0.9.12.RELEASE diff --git a/sdk/spring/azure-spring-boot/pom.xml b/sdk/spring/azure-spring-boot/pom.xml index 97c06cf41dd6f..b3ee0861dace4 100644 --- a/sdk/spring/azure-spring-boot/pom.xml +++ b/sdk/spring/azure-spring-boot/pom.xml @@ -28,7 +28,7 @@ org.springframework.boot spring-boot-autoconfigure - 2.3.3.RELEASE + 2.3.4.RELEASE @@ -40,13 +40,13 @@ org.springframework spring-web - 5.2.8.RELEASE + 5.2.9.RELEASE org.springframework.boot spring-boot-configuration-processor - 2.3.3.RELEASE + 2.3.4.RELEASE true @@ -96,7 +96,7 @@ com.nimbusds nimbus-jose-jwt - 7.9 + 8.19 true @@ -123,7 +123,7 @@ org.springframework.boot spring-boot-actuator-autoconfigure - 2.3.3.RELEASE + 2.3.4.RELEASE true @@ -131,7 +131,7 @@ org.springframework spring-jms - 5.2.8.RELEASE + 5.2.9.RELEASE true @@ -167,7 +167,7 @@ org.springframework.boot spring-boot-autoconfigure-processor - 2.3.3.RELEASE + 2.3.4.RELEASE true @@ -205,7 +205,7 @@ org.springframework.boot spring-boot-starter-test - 2.3.3.RELEASE + 2.3.4.RELEASE test @@ -217,7 +217,7 @@ org.springframework.boot spring-boot-starter-web - 2.3.3.RELEASE + 2.3.4.RELEASE test @@ -261,20 +261,20 @@ net.minidev:json-smart:[2.3] com.microsoft.azure:msal4j:[1.7.1] com.microsoft.spring.data.gremlin:spring-data-gremlin:[2.3.0] - com.nimbusds:nimbus-jose-jwt:[7.9] + com.nimbusds:nimbus-jose-jwt:[8.19] javax.servlet:javax.servlet-api:[4.0.1] javax.annotation:javax.annotation-api:[1.3.2] javax.validation:validation-api:[2.0.1.Final] org.slf4j:slf4j-api:[1.7.30] org.hibernate.validator:hibernate-validator:[6.1.5.Final] - org.springframework:spring-web:[5.2.8.RELEASE] - org.springframework:spring-jms:[5.2.8.RELEASE] - org.springframework.boot:spring-boot-actuator-autoconfigure:[2.3.3.RELEASE] - org.springframework.boot:spring-boot-autoconfigure-processor:[2.3.3.RELEASE] - org.springframework.boot:spring-boot-autoconfigure:[2.3.3.RELEASE] - org.springframework.boot:spring-boot-configuration-processor:[2.3.3.RELEASE] - org.springframework.boot:spring-boot-starter-test:[2.3.3.RELEASE] - org.springframework.boot:spring-boot-starter-web:[2.3.3.RELEASE] + org.springframework:spring-web:[5.2.9.RELEASE] + org.springframework:spring-jms:[5.2.9.RELEASE] + org.springframework.boot:spring-boot-actuator-autoconfigure:[2.3.4.RELEASE] + org.springframework.boot:spring-boot-autoconfigure-processor:[2.3.4.RELEASE] + org.springframework.boot:spring-boot-autoconfigure:[2.3.4.RELEASE] + org.springframework.boot:spring-boot-configuration-processor:[2.3.4.RELEASE] + org.springframework.boot:spring-boot-starter-test:[2.3.4.RELEASE] + org.springframework.boot:spring-boot-starter-web:[2.3.4.RELEASE] org.springframework.security:spring-security-config:[5.3.4.RELEASE] org.springframework.security:spring-security-core:[5.3.4.RELEASE] org.springframework.security:spring-security-oauth2-client:[5.3.4.RELEASE] diff --git a/sdk/spring/azure-spring-cloud-autoconfigure/pom.xml b/sdk/spring/azure-spring-cloud-autoconfigure/pom.xml index c10acd312f56b..efb6b6072c7e6 100644 --- a/sdk/spring/azure-spring-cloud-autoconfigure/pom.xml +++ b/sdk/spring/azure-spring-cloud-autoconfigure/pom.xml @@ -26,13 +26,13 @@ org.springframework.boot spring-boot-autoconfigure - 2.3.3.RELEASE + 2.3.4.RELEASE org.springframework spring-web - 5.2.8.RELEASE + 5.2.9.RELEASE @@ -46,7 +46,7 @@ org.springframework spring-jdbc - 5.2.8.RELEASE + 5.2.9.RELEASE true @@ -61,7 +61,7 @@ org.postgresql postgresql - 42.2.14 + 42.2.16 true @@ -101,7 +101,7 @@ org.springframework.data spring-data-redis - 2.3.3.RELEASE + 2.3.4.RELEASE true @@ -109,7 +109,7 @@ org.springframework.kafka spring-kafka - 2.5.5.RELEASE + 2.5.6.RELEASE true @@ -117,14 +117,14 @@ org.springframework.data spring-data-mongodb - 3.0.3.RELEASE + 3.0.4.RELEASE true org.springframework spring-context-support - 5.2.8.RELEASE + 5.2.9.RELEASE true @@ -150,14 +150,14 @@ org.springframework.boot spring-boot-configuration-processor - 2.3.3.RELEASE + 2.3.4.RELEASE true org.springframework.boot spring-boot-starter-test - 2.3.3.RELEASE + 2.3.4.RELEASE test @@ -213,15 +213,15 @@ com.microsoft.sqlserver:mssql-jdbc:[7.4.1.jre8] mysql:mysql-connector-java:[8.0.21] org.hibernate.validator:hibernate-validator:[6.1.5.Final] - org.postgresql:postgresql:[42.2.14] - org.springframework.boot:spring-boot-autoconfigure:[2.3.3.RELEASE] - org.springframework.boot:spring-boot-configuration-processor:[2.3.3.RELEASE] - org.springframework.data:spring-data-mongodb:[3.0.3.RELEASE] - org.springframework.data:spring-data-redis:[2.3.3.RELEASE] - org.springframework.kafka:spring-kafka:[2.5.5.RELEASE] - org.springframework:spring-context-support:[5.2.8.RELEASE] - org.springframework:spring-jdbc:[5.2.8.RELEASE] - org.springframework:spring-web:[5.2.8.RELEASE] + org.postgresql:postgresql:[42.2.16] + org.springframework.boot:spring-boot-autoconfigure:[2.3.4.RELEASE] + org.springframework.boot:spring-boot-configuration-processor:[2.3.4.RELEASE] + org.springframework.data:spring-data-mongodb:[3.0.4.RELEASE] + org.springframework.data:spring-data-redis:[2.3.4.RELEASE] + org.springframework.kafka:spring-kafka:[2.5.6.RELEASE] + org.springframework:spring-context-support:[5.2.9.RELEASE] + org.springframework:spring-jdbc:[5.2.9.RELEASE] + org.springframework:spring-web:[5.2.9.RELEASE] diff --git a/sdk/spring/azure-spring-cloud-context/pom.xml b/sdk/spring/azure-spring-cloud-context/pom.xml index 407e63f7065f4..124917c6524af 100644 --- a/sdk/spring/azure-spring-cloud-context/pom.xml +++ b/sdk/spring/azure-spring-cloud-context/pom.xml @@ -26,18 +26,18 @@ org.springframework spring-context - 5.2.8.RELEASE + 5.2.9.RELEASE org.springframework.boot spring-boot-starter-aop - 2.3.3.RELEASE + 2.3.4.RELEASE org.springframework spring-context-support - 5.2.8.RELEASE + 5.2.9.RELEASE true @@ -59,7 +59,7 @@ org.springframework.boot spring-boot-configuration-processor - 2.3.3.RELEASE + 2.3.4.RELEASE true @@ -89,7 +89,7 @@ org.springframework.boot spring-boot-starter-test - 2.3.3.RELEASE + 2.3.4.RELEASE test @@ -107,10 +107,10 @@ com.microsoft.azure:azure:[1.34.0] commons-io:commons-io:[2.5] - org.springframework.boot:spring-boot-configuration-processor:[2.3.3.RELEASE] - org.springframework.boot:spring-boot-starter-aop:[2.3.3.RELEASE] - org.springframework:spring-context-support:[5.2.8.RELEASE] - org.springframework:spring-context:[5.2.8.RELEASE] + org.springframework.boot:spring-boot-configuration-processor:[2.3.4.RELEASE] + org.springframework.boot:spring-boot-starter-aop:[2.3.4.RELEASE] + org.springframework:spring-context-support:[5.2.9.RELEASE] + org.springframework:spring-context:[5.2.9.RELEASE] diff --git a/sdk/spring/azure-spring-cloud-eventhubs-stream-binder/pom.xml b/sdk/spring/azure-spring-cloud-eventhubs-stream-binder/pom.xml index cb9912f744b7f..80e679b9b680c 100644 --- a/sdk/spring/azure-spring-cloud-eventhubs-stream-binder/pom.xml +++ b/sdk/spring/azure-spring-cloud-eventhubs-stream-binder/pom.xml @@ -26,7 +26,7 @@ org.springframework.cloud spring-cloud-stream - 3.0.7.RELEASE + 3.0.8.RELEASE com.azure.spring @@ -44,7 +44,7 @@ org.springframework.boot spring-boot-configuration-processor - 2.3.3.RELEASE + 2.3.4.RELEASE true @@ -74,8 +74,8 @@ - org.springframework.boot:spring-boot-configuration-processor:[2.3.3.RELEASE] - org.springframework.cloud:spring-cloud-stream:[3.0.7.RELEASE] + org.springframework.boot:spring-boot-configuration-processor:[2.3.4.RELEASE] + org.springframework.cloud:spring-cloud-stream:[3.0.8.RELEASE] diff --git a/sdk/spring/azure-spring-cloud-messaging/pom.xml b/sdk/spring/azure-spring-cloud-messaging/pom.xml index 65a2f45f85809..d8ff82643e189 100644 --- a/sdk/spring/azure-spring-cloud-messaging/pom.xml +++ b/sdk/spring/azure-spring-cloud-messaging/pom.xml @@ -25,7 +25,7 @@ org.springframework spring-messaging - 5.2.8.RELEASE + 5.2.9.RELEASE com.azure.spring @@ -81,7 +81,7 @@ - org.springframework:spring-messaging:[5.2.8.RELEASE] + org.springframework:spring-messaging:[5.2.9.RELEASE] diff --git a/sdk/spring/azure-spring-cloud-servicebus-queue-stream-binder/pom.xml b/sdk/spring/azure-spring-cloud-servicebus-queue-stream-binder/pom.xml index ec2f5800bdcf4..b62c9ff507535 100644 --- a/sdk/spring/azure-spring-cloud-servicebus-queue-stream-binder/pom.xml +++ b/sdk/spring/azure-spring-cloud-servicebus-queue-stream-binder/pom.xml @@ -33,7 +33,7 @@ org.springframework.boot spring-boot-configuration-processor - 2.3.3.RELEASE + 2.3.4.RELEASE true @@ -64,7 +64,7 @@ - org.springframework.boot:spring-boot-configuration-processor:[2.3.3.RELEASE] + org.springframework.boot:spring-boot-configuration-processor:[2.3.4.RELEASE] diff --git a/sdk/spring/azure-spring-cloud-servicebus-stream-binder-core/pom.xml b/sdk/spring/azure-spring-cloud-servicebus-stream-binder-core/pom.xml index 2b110432fb462..8747d7dde1724 100644 --- a/sdk/spring/azure-spring-cloud-servicebus-stream-binder-core/pom.xml +++ b/sdk/spring/azure-spring-cloud-servicebus-stream-binder-core/pom.xml @@ -25,7 +25,7 @@ org.springframework.cloud spring-cloud-stream - 3.0.7.RELEASE + 3.0.8.RELEASE com.azure.spring @@ -64,7 +64,7 @@ com.microsoft.azure:azure-servicebus:[3.4.0] - org.springframework.cloud:spring-cloud-stream:[3.0.7.RELEASE] + org.springframework.cloud:spring-cloud-stream:[3.0.8.RELEASE] diff --git a/sdk/spring/azure-spring-cloud-servicebus-topic-stream-binder/pom.xml b/sdk/spring/azure-spring-cloud-servicebus-topic-stream-binder/pom.xml index b03a57d6bdc6d..1b7f4f803655d 100644 --- a/sdk/spring/azure-spring-cloud-servicebus-topic-stream-binder/pom.xml +++ b/sdk/spring/azure-spring-cloud-servicebus-topic-stream-binder/pom.xml @@ -33,7 +33,7 @@ org.springframework.boot spring-boot-configuration-processor - 2.3.3.RELEASE + 2.3.4.RELEASE true @@ -64,7 +64,7 @@ - org.springframework.boot:spring-boot-configuration-processor:[2.3.3.RELEASE] + org.springframework.boot:spring-boot-configuration-processor:[2.3.4.RELEASE] diff --git a/sdk/spring/azure-spring-cloud-starter-cache/pom.xml b/sdk/spring/azure-spring-cloud-starter-cache/pom.xml index 08cb1c72fcb99..eef09a10daa05 100644 --- a/sdk/spring/azure-spring-cloud-starter-cache/pom.xml +++ b/sdk/spring/azure-spring-cloud-starter-cache/pom.xml @@ -25,12 +25,12 @@ org.springframework.boot spring-boot-starter-cache - 2.3.3.RELEASE + 2.3.4.RELEASE org.springframework.boot spring-boot-starter-data-redis - 2.3.3.RELEASE + 2.3.4.RELEASE @@ -43,8 +43,8 @@ - org.springframework.boot:spring-boot-starter-cache:[2.3.3.RELEASE] - org.springframework.boot:spring-boot-starter-data-redis:[2.3.3.RELEASE] + org.springframework.boot:spring-boot-starter-cache:[2.3.4.RELEASE] + org.springframework.boot:spring-boot-starter-data-redis:[2.3.4.RELEASE] diff --git a/sdk/spring/azure-spring-cloud-starter-eventhubs-kafka/pom.xml b/sdk/spring/azure-spring-cloud-starter-eventhubs-kafka/pom.xml index 5404a52721067..11383911283c4 100644 --- a/sdk/spring/azure-spring-cloud-starter-eventhubs-kafka/pom.xml +++ b/sdk/spring/azure-spring-cloud-starter-eventhubs-kafka/pom.xml @@ -25,7 +25,7 @@ org.springframework.cloud spring-cloud-starter-stream-kafka - 3.0.7.RELEASE + 3.0.8.RELEASE com.azure.spring @@ -43,7 +43,7 @@ - org.springframework.cloud:spring-cloud-starter-stream-kafka:[3.0.7.RELEASE] + org.springframework.cloud:spring-cloud-starter-stream-kafka:[3.0.8.RELEASE] diff --git a/sdk/spring/azure-spring-cloud-storage/pom.xml b/sdk/spring/azure-spring-cloud-storage/pom.xml index 05cd3c59e495b..43e77a5dc2ac7 100644 --- a/sdk/spring/azure-spring-cloud-storage/pom.xml +++ b/sdk/spring/azure-spring-cloud-storage/pom.xml @@ -38,7 +38,7 @@ org.springframework.boot spring-boot-configuration-processor - 2.3.3.RELEASE + 2.3.4.RELEASE true @@ -62,7 +62,7 @@ org.springframework.boot spring-boot-actuator-autoconfigure - 2.3.3.RELEASE + 2.3.4.RELEASE true @@ -75,13 +75,13 @@ org.springframework.boot spring-boot-starter-logging - 2.3.3.RELEASE + 2.3.4.RELEASE org.springframework.boot spring-boot-starter-test - 2.3.3.RELEASE + 2.3.4.RELEASE test @@ -135,9 +135,9 @@ org.hibernate.validator:hibernate-validator:[6.1.5.Final] - org.springframework.boot:spring-boot-actuator-autoconfigure:[2.3.3.RELEASE] - org.springframework.boot:spring-boot-configuration-processor:[2.3.3.RELEASE] - org.springframework.boot:spring-boot-starter-logging:[2.3.3.RELEASE] + org.springframework.boot:spring-boot-actuator-autoconfigure:[2.3.4.RELEASE] + org.springframework.boot:spring-boot-configuration-processor:[2.3.4.RELEASE] + org.springframework.boot:spring-boot-starter-logging:[2.3.4.RELEASE] diff --git a/sdk/spring/azure-spring-cloud-stream-binder-test/pom.xml b/sdk/spring/azure-spring-cloud-stream-binder-test/pom.xml index 3d431ac5c000a..848df11109f47 100644 --- a/sdk/spring/azure-spring-cloud-stream-binder-test/pom.xml +++ b/sdk/spring/azure-spring-cloud-stream-binder-test/pom.xml @@ -21,7 +21,7 @@ org.springframework.cloud spring-cloud-stream-binder-test - 3.0.7.RELEASE + 3.0.8.RELEASE junit @@ -46,7 +46,7 @@ org.springframework.boot spring-boot-starter-test - 2.3.3.RELEASE + 2.3.4.RELEASE org.hibernate.validator @@ -56,7 +56,7 @@ org.springframework.cloud spring-cloud-stream - 3.0.7.RELEASE + 3.0.8.RELEASE com.azure.spring @@ -80,9 +80,9 @@ org.mockito:mockito-core:[3.3.3] org.powermock:powermock-api-mockito2:[2.0.2] org.powermock:powermock-module-junit4:[2.0.2] - org.springframework.boot:spring-boot-starter-test:[2.3.3.RELEASE] - org.springframework.cloud:spring-cloud-stream-binder-test:[3.0.7.RELEASE] - org.springframework.cloud:spring-cloud-stream:[3.0.7.RELEASE] + org.springframework.boot:spring-boot-starter-test:[2.3.4.RELEASE] + org.springframework.cloud:spring-cloud-stream-binder-test:[3.0.8.RELEASE] + org.springframework.cloud:spring-cloud-stream:[3.0.8.RELEASE] diff --git a/sdk/spring/azure-spring-cloud-telemetry/pom.xml b/sdk/spring/azure-spring-cloud-telemetry/pom.xml index 33d1c2c4d88aa..7cc90893320b2 100644 --- a/sdk/spring/azure-spring-cloud-telemetry/pom.xml +++ b/sdk/spring/azure-spring-cloud-telemetry/pom.xml @@ -32,22 +32,22 @@ org.springframework spring-context - 5.2.8.RELEASE + 5.2.9.RELEASE org.springframework.boot spring-boot-starter-aop - 2.3.3.RELEASE + 2.3.4.RELEASE org.springframework spring-web - 5.2.8.RELEASE + 5.2.9.RELEASE org.springframework.boot spring-boot-configuration-processor - 2.3.3.RELEASE + 2.3.4.RELEASE true @@ -59,7 +59,7 @@ org.springframework.boot spring-boot-starter-test - 2.3.3.RELEASE + 2.3.4.RELEASE test @@ -76,10 +76,10 @@ com.microsoft.azure:azure:[1.34.0] commons-io:commons-io:[2.5] - org.springframework.boot:spring-boot-configuration-processor:[2.3.3.RELEASE] - org.springframework.boot:spring-boot-starter-aop:[2.3.3.RELEASE] - org.springframework:spring-context:[5.2.8.RELEASE] - org.springframework:spring-web:[5.2.8.RELEASE] + org.springframework.boot:spring-boot-configuration-processor:[2.3.4.RELEASE] + org.springframework.boot:spring-boot-starter-aop:[2.3.4.RELEASE] + org.springframework:spring-context:[5.2.9.RELEASE] + org.springframework:spring-web:[5.2.9.RELEASE] diff --git a/sdk/spring/azure-spring-cloud-test-eventhubs/pom.xml b/sdk/spring/azure-spring-cloud-test-eventhubs/pom.xml index 0e5ee02f64ee2..65fc32d931264 100644 --- a/sdk/spring/azure-spring-cloud-test-eventhubs/pom.xml +++ b/sdk/spring/azure-spring-cloud-test-eventhubs/pom.xml @@ -27,7 +27,7 @@ org.springframework.cloud spring-cloud-stream - 3.0.7.RELEASE + 3.0.8.RELEASE com.azure.spring diff --git a/sdk/spring/azure-spring-cloud-test-storage/pom.xml b/sdk/spring/azure-spring-cloud-test-storage/pom.xml index 259795781f79d..54bd751ad8d4d 100644 --- a/sdk/spring/azure-spring-cloud-test-storage/pom.xml +++ b/sdk/spring/azure-spring-cloud-test-storage/pom.xml @@ -67,8 +67,8 @@ - org.springframework.boot:spring-boot-starter-web:[2.3.3.RELEASE] - org.springframework.boot:spring-boot-starter-actuator:[2.3.3.RELEASE] + org.springframework.boot:spring-boot-starter-web:[2.3.4.RELEASE] + org.springframework.boot:spring-boot-starter-actuator:[2.3.4.RELEASE] diff --git a/sdk/spring/azure-spring-data-gremlin/pom.xml b/sdk/spring/azure-spring-data-gremlin/pom.xml index bd1f4977aaf64..6a277dad8e390 100644 --- a/sdk/spring/azure-spring-data-gremlin/pom.xml +++ b/sdk/spring/azure-spring-data-gremlin/pom.xml @@ -24,7 +24,7 @@ org.springframework spring-core - 5.2.8.RELEASE + 5.2.9.RELEASE commons-logging @@ -37,35 +37,35 @@ org.springframework spring-context - 5.2.8.RELEASE + 5.2.9.RELEASE org.springframework spring-tx - 5.2.8.RELEASE + 5.2.9.RELEASE org.springframework spring-web - 5.2.8.RELEASE + 5.2.9.RELEASE org.springframework.data spring-data-commons - 2.3.3.RELEASE + 2.3.4.RELEASE org.springframework.boot spring-boot-starter-test - 2.3.3.RELEASE + 2.3.4.RELEASE test @@ -92,7 +92,7 @@ org.springframework.boot spring-boot-configuration-processor - 2.3.3.RELEASE + 2.3.4.RELEASE true @@ -136,13 +136,13 @@ javax.annotation:javax.annotation-api:[1.3.2] org.apache.commons:commons-lang3:[3.10] org.apache.tinkerpop:gremlin-driver:[3.2.4] - org.springframework.boot:spring-boot-configuration-processor:[2.3.3.RELEASE] - org.springframework.boot:spring-boot-starter-test:[2.3.3.RELEASE] - org.springframework.data:spring-data-commons:[2.3.3.RELEASE] - org.springframework:spring-context:[5.2.8.RELEASE] - org.springframework:spring-core:[5.2.8.RELEASE] - org.springframework:spring-tx:[5.2.8.RELEASE] - org.springframework:spring-web:[5.2.8.RELEASE] + org.springframework.boot:spring-boot-configuration-processor:[2.3.4.RELEASE] + org.springframework.boot:spring-boot-starter-test:[2.3.4.RELEASE] + org.springframework.data:spring-data-commons:[2.3.4.RELEASE] + org.springframework:spring-context:[5.2.9.RELEASE] + org.springframework:spring-core:[5.2.9.RELEASE] + org.springframework:spring-tx:[5.2.9.RELEASE] + org.springframework:spring-web:[5.2.9.RELEASE] diff --git a/sdk/spring/azure-spring-integration-core/pom.xml b/sdk/spring/azure-spring-integration-core/pom.xml index bc01ee6cada83..69d70dda71cbf 100644 --- a/sdk/spring/azure-spring-integration-core/pom.xml +++ b/sdk/spring/azure-spring-integration-core/pom.xml @@ -31,7 +31,7 @@ org.springframework spring-messaging - 5.2.8.RELEASE + 5.2.9.RELEASE org.springframework.integration @@ -60,7 +60,7 @@ org.springframework.integration:spring-integration-core:[5.3.2.RELEASE] - org.springframework:spring-messaging:[5.2.8.RELEASE] + org.springframework:spring-messaging:[5.2.9.RELEASE] diff --git a/sdk/spring/azure-spring-integration-test/pom.xml b/sdk/spring/azure-spring-integration-test/pom.xml index 6d20627569c4b..03b5cdbff492a 100644 --- a/sdk/spring/azure-spring-integration-test/pom.xml +++ b/sdk/spring/azure-spring-integration-test/pom.xml @@ -56,7 +56,7 @@ org.springframework.boot spring-boot-starter-test - 2.3.3.RELEASE + 2.3.4.RELEASE org.hibernate.validator @@ -81,7 +81,7 @@ org.mockito:mockito-core:[3.3.3] org.powermock:powermock-api-mockito2:[2.0.2] org.powermock:powermock-module-junit4:[2.0.2] - org.springframework.boot:spring-boot-starter-test:[2.3.3.RELEASE] + org.springframework.boot:spring-boot-starter-test:[2.3.4.RELEASE] diff --git a/sdk/spring/azure-spring-starter-storage/pom.xml b/sdk/spring/azure-spring-starter-storage/pom.xml index ee5db27d1e305..855cd6f512d28 100644 --- a/sdk/spring/azure-spring-starter-storage/pom.xml +++ b/sdk/spring/azure-spring-starter-storage/pom.xml @@ -24,7 +24,7 @@ org.springframework.boot spring-boot-starter - 2.3.3.RELEASE + 2.3.4.RELEASE @@ -37,7 +37,7 @@ - org.springframework.boot:spring-boot-starter:[2.3.3.RELEASE] + org.springframework.boot:spring-boot-starter:[2.3.4.RELEASE] diff --git a/sdk/storage/azure-storage-blob-batch/pom.xml b/sdk/storage/azure-storage-blob-batch/pom.xml index f43f10a6d678d..50cb087eb3d10 100644 --- a/sdk/storage/azure-storage-blob-batch/pom.xml +++ b/sdk/storage/azure-storage-blob-batch/pom.xml @@ -93,7 +93,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/storage/azure-storage-blob-changefeed/pom.xml b/sdk/storage/azure-storage-blob-changefeed/pom.xml index cd5422cfc0d7b..fec5dfb6ff735 100644 --- a/sdk/storage/azure-storage-blob-changefeed/pom.xml +++ b/sdk/storage/azure-storage-blob-changefeed/pom.xml @@ -93,7 +93,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/storage/azure-storage-blob-nio/pom.xml b/sdk/storage/azure-storage-blob-nio/pom.xml index 238396e3fe1b3..f835ad12477ce 100644 --- a/sdk/storage/azure-storage-blob-nio/pom.xml +++ b/sdk/storage/azure-storage-blob-nio/pom.xml @@ -66,7 +66,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/storage/azure-storage-blob/pom.xml b/sdk/storage/azure-storage-blob/pom.xml index 872008ed5ac49..ed4b0b66ecd4c 100644 --- a/sdk/storage/azure-storage-blob/pom.xml +++ b/sdk/storage/azure-storage-blob/pom.xml @@ -98,7 +98,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/storage/azure-storage-common/pom.xml b/sdk/storage/azure-storage-common/pom.xml index 8bc9f1f7ab2d1..9f7c6b4acb87d 100644 --- a/sdk/storage/azure-storage-common/pom.xml +++ b/sdk/storage/azure-storage-common/pom.xml @@ -86,7 +86,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/storage/azure-storage-file-datalake/pom.xml b/sdk/storage/azure-storage-file-datalake/pom.xml index 1cced8dfaa917..129c29315a5bd 100644 --- a/sdk/storage/azure-storage-file-datalake/pom.xml +++ b/sdk/storage/azure-storage-file-datalake/pom.xml @@ -89,7 +89,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/storage/azure-storage-file-share/pom.xml b/sdk/storage/azure-storage-file-share/pom.xml index 6747c61686b32..9b7e7acb91af2 100644 --- a/sdk/storage/azure-storage-file-share/pom.xml +++ b/sdk/storage/azure-storage-file-share/pom.xml @@ -64,7 +64,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/storage/azure-storage-internal-avro/pom.xml b/sdk/storage/azure-storage-internal-avro/pom.xml index 9caac398a4025..de06b433f2011 100644 --- a/sdk/storage/azure-storage-internal-avro/pom.xml +++ b/sdk/storage/azure-storage-internal-avro/pom.xml @@ -46,7 +46,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/storage/azure-storage-queue/pom.xml b/sdk/storage/azure-storage-queue/pom.xml index e115820b2bebb..0e4f83487ed9e 100644 --- a/sdk/storage/azure-storage-queue/pom.xml +++ b/sdk/storage/azure-storage-queue/pom.xml @@ -65,7 +65,7 @@ io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test diff --git a/sdk/tables/azure-data-tables/pom.xml b/sdk/tables/azure-data-tables/pom.xml index 4f1a19c3534fd..54afb192bf19b 100644 --- a/sdk/tables/azure-data-tables/pom.xml +++ b/sdk/tables/azure-data-tables/pom.xml @@ -68,7 +68,7 @@ Licensed under the MIT License. io.projectreactor reactor-test - 3.3.9.RELEASE + 3.3.10.RELEASE test From 2e76804ff9f7908c94bcf1c06195b40e875531a4 Mon Sep 17 00:00:00 2001 From: Rujun Chen Date: Thu, 22 Oct 2020 10:04:56 +0800 Subject: [PATCH 4/5] Update netty-tcnative's version to 2.0.34.Final. --- eng/versioning/external_dependencies.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/versioning/external_dependencies.txt b/eng/versioning/external_dependencies.txt index 731b34645fd2c..00446a45b09f7 100644 --- a/eng/versioning/external_dependencies.txt +++ b/eng/versioning/external_dependencies.txt @@ -44,7 +44,7 @@ io.netty:netty-codec-http2;4.1.52.Final io.netty:netty-transport;4.1.52.Final io.netty:netty-handler;4.1.52.Final io.netty:netty-handler-proxy;4.1.52.Final -io.netty:netty-tcnative;2.0.31.Final +io.netty:netty-tcnative;2.0.34.Final io.netty:netty-tcnative-boringssl-static;2.0.34.Final io.netty:netty-transport-native-epoll;4.1.52.Final io.netty:netty-transport-native-unix-common;4.1.52.Final From b77478bacfdc1a60d3ba52085e93e064f715dc24 Mon Sep 17 00:00:00 2001 From: Rujun Chen Date: Thu, 22 Oct 2020 10:28:15 +0800 Subject: [PATCH 5/5] Fix pipeline failure. --- .../aad/AADAuthenticationFilterAutoConfiguration.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk/spring/azure-spring-boot/src/main/java/com/azure/spring/autoconfigure/aad/AADAuthenticationFilterAutoConfiguration.java b/sdk/spring/azure-spring-boot/src/main/java/com/azure/spring/autoconfigure/aad/AADAuthenticationFilterAutoConfiguration.java index 4aebc56470bec..1bc4c26626f27 100644 --- a/sdk/spring/azure-spring-boot/src/main/java/com/azure/spring/autoconfigure/aad/AADAuthenticationFilterAutoConfiguration.java +++ b/sdk/spring/azure-spring-boot/src/main/java/com/azure/spring/autoconfigure/aad/AADAuthenticationFilterAutoConfiguration.java @@ -108,7 +108,8 @@ public ResourceRetriever getJWTResourceRetriever() { @Bean @ConditionalOnMissingBean(JWKSetCache.class) public JWKSetCache getJWKSetCache() { - return new DefaultJWKSetCache(aadAuthenticationProperties.getJwkSetCacheLifespan(), TimeUnit.MILLISECONDS); + long lifespan = aadAuthenticationProperties.getJwkSetCacheLifespan(); + return new DefaultJWKSetCache(lifespan, lifespan, TimeUnit.MILLISECONDS); } @PostConstruct