From e4e28986d10b3b436a62cea90c531f9e023bc873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:08:10 +0000 Subject: [PATCH] Bump the minor group with 8 updates (#4386) Bumps the minor group with 8 updates: | Package | From | To | | --- | --- | --- | | [com.microsoft.azure:applicationinsights-agent](https://github.com/Microsoft/ApplicationInsights-Java) | `3.6.1` | `3.6.2` | | [io.awspring.cloud:spring-cloud-aws-autoconfigure](https://github.com/awspring/spring-cloud-aws) | `3.2.0` | `3.2.1` | | software.amazon.awssdk:aws-query-protocol | `2.29.1` | `2.29.6` | | io.awspring.cloud:spring-cloud-aws-starter-sns | `3.2.0` | `3.2.1` | | io.awspring.cloud:spring-cloud-aws-starter-sqs | `3.2.0` | `3.2.1` | | io.awspring.cloud:spring-cloud-aws-starter | `3.2.0` | `3.2.1` | | software.amazon.awssdk:sts | `2.29.1` | `2.29.6` | | [com.microsoft.azure:applicationinsights-web](https://github.com/Microsoft/ApplicationInsights-Java) | `3.6.1` | `3.6.2` | Updates `com.microsoft.azure:applicationinsights-agent` from 3.6.1 to 3.6.2 - [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.6.1...3.6.2) Updates `io.awspring.cloud:spring-cloud-aws-autoconfigure` from 3.2.0 to 3.2.1 - [Release notes](https://github.com/awspring/spring-cloud-aws/releases) - [Commits](https://github.com/awspring/spring-cloud-aws/compare/v3.2.0...v3.2.1) Updates `software.amazon.awssdk:aws-query-protocol` from 2.29.1 to 2.29.6 Updates `io.awspring.cloud:spring-cloud-aws-starter-sns` from 3.2.0 to 3.2.1 Updates `io.awspring.cloud:spring-cloud-aws-starter-sqs` from 3.2.0 to 3.2.1 Updates `io.awspring.cloud:spring-cloud-aws-starter` from 3.2.0 to 3.2.1 Updates `software.amazon.awssdk:sts` from 2.29.1 to 2.29.6 Updates `com.microsoft.azure:applicationinsights-web` from 3.6.1 to 3.6.2 - [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.6.1...3.6.2) --- updated-dependencies: - dependency-name: com.microsoft.azure:applicationinsights-agent dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: io.awspring.cloud:spring-cloud-aws-autoconfigure 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: io.awspring.cloud:spring-cloud-aws-starter-sns dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: io.awspring.cloud:spring-cloud-aws-starter-sqs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: io.awspring.cloud:spring-cloud-aws-starter 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.microsoft.azure:applicationinsights-web dependency-type: direct:production update-type: version-update:semver-patch 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 | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index a1ac9eae5f..c652d1c669 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.6.1") + agentDeps("com.microsoft.azure:applicationinsights-agent:3.6.2") } val copyAgentTask = project.tasks.register("copyAgent") { diff --git a/settings.gradle.kts b/settings.gradle.kts index ec4e0562b1..2d4239365a 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -72,14 +72,14 @@ dependencyResolutionManagement { versionCatalogs { 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.0") - library("aws-query-protocol", "software.amazon.awssdk:aws-query-protocol:2.29.1") - 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-starter", "io.awspring.cloud:spring-cloud-aws-starter:3.2.0") - library("aws-sts", "software.amazon.awssdk:sts:2.29.1") + 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-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("flipt", "io.flipt:flipt-java:1.1.1") - library("insights", "com.microsoft.azure:applicationinsights-web:3.6.1") + library("insights", "com.microsoft.azure:applicationinsights-web:3.6.2") 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")