Skip to content

Commit 6f54cc1

Browse files
Bump the minor group with 3 updates (#4640)
Bumps the minor group with 3 updates: software.amazon.awssdk:aws-query-protocol, software.amazon.awssdk:sts and [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java). Updates `software.amazon.awssdk:aws-query-protocol` from 2.30.11 to 2.30.16 Updates `software.amazon.awssdk:sts` from 2.30.11 to 2.30.16 Updates `com.azure:azure-identity` from 1.15.0 to 1.15.1 - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](Azure/azure-sdk-for-java@azure-core_1.15.0...azure-identity_1.15.1) --- updated-dependencies: - dependency-name: software.amazon.awssdk:aws-query-protocol dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: software.amazon.awssdk:sts dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: com.azure:azure-identity dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 49710be commit 6f54cc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

settings.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ dependencyResolutionManagement {
7373
create("libs") {
7474
library("asyncapi", "org.openfolder:kotlin-asyncapi-spring-web:3.0.4")
7575
library("aws-autoconfigure", "io.awspring.cloud:spring-cloud-aws-autoconfigure:3.3.0")
76-
library("aws-query-protocol", "software.amazon.awssdk:aws-query-protocol:2.30.11")
76+
library("aws-query-protocol", "software.amazon.awssdk:aws-query-protocol:2.30.16")
7777
library("aws-sns", "io.awspring.cloud:spring-cloud-aws-starter-sns:3.3.0")
7878
library("aws-sqs", "io.awspring.cloud:spring-cloud-aws-starter-sqs:3.3.0")
7979
library("aws-starter", "io.awspring.cloud:spring-cloud-aws-starter:3.3.0")
80-
library("aws-sts", "software.amazon.awssdk:sts:2.30.11")
80+
library("aws-sts", "software.amazon.awssdk:sts:2.30.16")
8181
library("azure-app-insights", "com.microsoft.azure:applicationinsights-web:3.7.0")
82-
library("azure-identity", "com.azure:azure-identity:1.15.0")
82+
library("azure-identity", "com.azure:azure-identity:1.15.1")
8383
library("flipt", "io.flipt:flipt-java:1.1.1")
8484
library("html2md", "com.vladsch.flexmark:flexmark-html2md-converter:0.64.8")
8585
library("microsoft-graph", "com.microsoft.graph:microsoft-graph:6.27.0")

0 commit comments

Comments
 (0)