From ac2b67ded6a0231559a970236d7a902932e6bc2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:57:53 +0000 Subject: [PATCH 1/5] Bump io.awspring.cloud:spring-cloud-aws-autoconfigure Bumps [io.awspring.cloud:spring-cloud-aws-autoconfigure](https://github.com/awspring/spring-cloud-aws) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/awspring/spring-cloud-aws/releases) - [Commits](https://github.com/awspring/spring-cloud-aws/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: io.awspring.cloud:spring-cloud-aws-autoconfigure dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index a7ccbd5862..9c9137c80e 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -65,7 +65,7 @@ rootProject.allChildren() dependencyResolutionManagement { versionCatalogs { create("libs") { - library("aws-autoconfigure", "io.awspring.cloud:spring-cloud-aws-autoconfigure:3.1.0") + library("aws-autoconfigure", "io.awspring.cloud:spring-cloud-aws-autoconfigure:3.1.1") library("aws-starter", "io.awspring.cloud:spring-cloud-aws-starter:3.1.0") library("aws-sns", "io.awspring.cloud:spring-cloud-aws-starter-sns:3.1.0") library("aws-sqs", "io.awspring.cloud:spring-cloud-aws-starter-sqs:3.1.0") From a7013380f3a33fe8bc578b5a5c3dcaaab542bd50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:57:58 +0000 Subject: [PATCH 2/5] Bump com.microsoft.azure:applicationinsights-agent from 3.5.0 to 3.5.1 Bumps [com.microsoft.azure:applicationinsights-agent](https://github.com/Microsoft/ApplicationInsights-Java) from 3.5.0 to 3.5.1. - [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.0...3.5.1) --- updated-dependencies: - dependency-name: com.microsoft.azure:applicationinsights-agent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index cad920ebeb..2eed7480ff 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,7 +23,7 @@ plugins { val agentDeps: Configuration by configurations.creating dependencies { - agentDeps("com.microsoft.azure:applicationinsights-agent:3.5.0") + agentDeps("com.microsoft.azure:applicationinsights-agent:3.5.1") } val copyAgentTask = project.tasks.register("copyAgent") { From 67c2620ed844e99ff689d838c784e36d14cfe0c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:58:03 +0000 Subject: [PATCH 3/5] Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations Bumps [io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations](https://github.com/open-telemetry/opentelemetry-java-instrumentation) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-java-instrumentation/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index a7ccbd5862..2c612e1070 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -82,7 +82,7 @@ dependencyResolutionManagement { library("sentry", "io.sentry:sentry-spring-boot-starter-jakarta:7.6.0") library( "opentelemetry-annotations", - "io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.1.0" + "io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.2.0" ) bundle("telemetry", listOf("insights", "opentelemetry-annotations", "sentry")) library("springdoc", "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.3.0") From 8e8ad9b5cb7d7e1435a229b17b81a14171376070 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:58:07 +0000 Subject: [PATCH 4/5] Bump org.springdoc:springdoc-openapi-starter-webmvc-ui Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index a7ccbd5862..7e4806eb9d 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -85,7 +85,7 @@ dependencyResolutionManagement { "io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.1.0" ) bundle("telemetry", listOf("insights", "opentelemetry-annotations", "sentry")) - library("springdoc", "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.3.0") + library("springdoc", "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.4.0") library("wiremock", "com.github.tomakehurst:wiremock-jre8-standalone:3.0.1") library("mapstruct", "org.mapstruct:mapstruct:1.5.5.Final") library("mapstructprocessor", "org.mapstruct:mapstruct-processor:1.5.5.Final") From b23e79b25df071334e05956b9766cd05489a0b45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:58:08 +0000 Subject: [PATCH 5/5] Bump io.awspring.cloud:spring-cloud-aws-starter-sns from 3.1.0 to 3.1.1 Bumps io.awspring.cloud:spring-cloud-aws-starter-sns from 3.1.0 to 3.1.1. --- updated-dependencies: - dependency-name: io.awspring.cloud:spring-cloud-aws-starter-sns dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index a7ccbd5862..501049f213 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -67,7 +67,7 @@ dependencyResolutionManagement { create("libs") { library("aws-autoconfigure", "io.awspring.cloud:spring-cloud-aws-autoconfigure:3.1.0") library("aws-starter", "io.awspring.cloud:spring-cloud-aws-starter:3.1.0") - library("aws-sns", "io.awspring.cloud:spring-cloud-aws-starter-sns:3.1.0") + library("aws-sns", "io.awspring.cloud:spring-cloud-aws-starter-sns:3.1.1") library("aws-sqs", "io.awspring.cloud:spring-cloud-aws-starter-sqs:3.1.0") library("aws-sts", "software.amazon.awssdk:sts:2.25.2") library("aws-query-protocol", "software.amazon.awssdk:aws-query-protocol:2.25.2")