From fbe73fb633d3e9417181d82dbaf4f2edec5bc986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:53:00 +0000 Subject: [PATCH] Bump the minor group with 4 updates (#4409) Bumps the minor group with 4 updates: software.amazon.awssdk:aws-query-protocol, software.amazon.awssdk:sts, [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) and [com.microsoft.graph:microsoft-graph](https://github.com/microsoftgraph/msgraph-sdk-java). Updates `software.amazon.awssdk:aws-query-protocol` from 2.29.6 to 2.29.7 Updates `software.amazon.awssdk:sts` from 2.29.6 to 2.29.7 Updates `com.azure:azure-identity` from 1.13.3 to 1.14.1 - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-identity_1.13.3...azure-core_1.14.1) Updates `com.microsoft.graph:microsoft-graph` from 6.16.0 to 6.19.0 - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-java/releases) - [Changelog](https://github.com/microsoftgraph/msgraph-sdk-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.16.0...v6.19.0) --- 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-minor dependency-group: minor - dependency-name: com.microsoft.graph:microsoft-graph dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- settings.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index ceda17c8a3..5f1020817f 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -73,16 +73,16 @@ dependencyResolutionManagement { create("libs") { library("asyncapi", "org.openfolder:kotlin-asyncapi-spring-web:3.0.3") library("aws-autoconfigure", "io.awspring.cloud:spring-cloud-aws-autoconfigure:3.2.1") - library("aws-query-protocol", "software.amazon.awssdk:aws-query-protocol:2.29.6") + library("aws-query-protocol", "software.amazon.awssdk:aws-query-protocol:2.29.7") library("aws-sns", "io.awspring.cloud:spring-cloud-aws-starter-sns:3.2.1") library("aws-sqs", "io.awspring.cloud:spring-cloud-aws-starter-sqs:3.2.1") library("aws-starter", "io.awspring.cloud:spring-cloud-aws-starter:3.2.1") - library("aws-sts", "software.amazon.awssdk:sts:2.29.6") + library("aws-sts", "software.amazon.awssdk:sts:2.29.7") library("azure-app-insights", "com.microsoft.azure:applicationinsights-web:3.6.2") - library("azure-identity", "com.azure:azure-identity:1.13.3") + library("azure-identity", "com.azure:azure-identity:1.14.1") library("flipt", "io.flipt:flipt-java:1.1.1") library("html2md", "com.vladsch.flexmark:flexmark-html2md-converter:0.64.8") - library("microsoft-graph", "com.microsoft.graph:microsoft-graph:6.16.0") + library("microsoft-graph", "com.microsoft.graph:microsoft-graph:6.19.0") library("mockito-inline", "org.mockito:mockito-inline:5.2.0") library("mockito-kotlin", "org.mockito.kotlin:mockito-kotlin:5.4.0") library("notify", "uk.gov.service.notify:notifications-java-client:5.2.1-RELEASE")