From 4cea5365073b43e1f6b829c899fbc56760e5e528 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:07:41 +0000 Subject: [PATCH] Bump the minor group with 4 updates (#4285) Bumps the minor group with 4 updates: [com.microsoft.azure:applicationinsights-agent](https://github.com/Microsoft/ApplicationInsights-Java), software.amazon.awssdk:sts, software.amazon.awssdk:aws-query-protocol and [com.microsoft.azure:applicationinsights-web](https://github.com/Microsoft/ApplicationInsights-Java). Updates `com.microsoft.azure:applicationinsights-agent` from 3.5.4 to 3.6.0 - [Release notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) - [Changelog](https://github.com/microsoft/ApplicationInsights-Java/blob/main/CHANGELOG.md) - [Commits](https://github.com/Microsoft/ApplicationInsights-Java/compare/3.5.4...3.6.0) Updates `software.amazon.awssdk:sts` from 2.28.11 to 2.28.16 Updates `software.amazon.awssdk:aws-query-protocol` from 2.28.11 to 2.28.16 Updates `com.microsoft.azure:applicationinsights-web` from 3.5.4 to 3.6.0 - [Release notes](https://github.com/Microsoft/ApplicationInsights-Java/releases) - [Changelog](https://github.com/microsoft/ApplicationInsights-Java/blob/main/CHANGELOG.md) - [Commits](https://github.com/Microsoft/ApplicationInsights-Java/compare/3.5.4...3.6.0) --- updated-dependencies: - dependency-name: com.microsoft.azure:applicationinsights-agent dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: software.amazon.awssdk:sts dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: software.amazon.awssdk:aws-query-protocol dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: com.microsoft.azure:applicationinsights-web 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> --- build.gradle.kts | 2 +- settings.gradle.kts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d4bd0da0b0..a8cf8bcc3c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,7 +22,7 @@ plugins { val agentDeps: Configuration by configurations.creating dependencies { - agentDeps("com.microsoft.azure:applicationinsights-agent:3.5.4") + agentDeps("com.microsoft.azure:applicationinsights-agent:3.6.0") } val copyAgentTask = project.tasks.register("copyAgent") { diff --git a/settings.gradle.kts b/settings.gradle.kts index 9ccc1f484a..1391c4a62d 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -71,8 +71,8 @@ dependencyResolutionManagement { library("aws-starter", "io.awspring.cloud:spring-cloud-aws-starter:3.2.0") library("aws-sns", "io.awspring.cloud:spring-cloud-aws-starter-sns:3.2.0") library("aws-sqs", "io.awspring.cloud:spring-cloud-aws-starter-sqs:3.2.0") - library("aws-sts", "software.amazon.awssdk:sts:2.28.11") - library("aws-query-protocol", "software.amazon.awssdk:aws-query-protocol:2.28.11") + library("aws-sts", "software.amazon.awssdk:sts:2.28.16") + library("aws-query-protocol", "software.amazon.awssdk:aws-query-protocol:2.28.16") bundle( "aws-messaging", listOf("aws-autoconfigure", "aws-starter", "aws-sns", "aws-sqs", "aws-sts", "aws-query-protocol") @@ -80,7 +80,7 @@ dependencyResolutionManagement { library("mockito-kotlin", "org.mockito.kotlin:mockito-kotlin:5.4.0") library("mockito-inline", "org.mockito:mockito-inline:5.2.0") bundle("mockito", listOf("mockito-kotlin", "mockito-inline")) - library("insights", "com.microsoft.azure:applicationinsights-web:3.5.4") + library("insights", "com.microsoft.azure:applicationinsights-web:3.6.0") library("sentry", "io.sentry:sentry-spring-boot-starter-jakarta:7.14.0") library( "opentelemetry-annotations",