From 38dfa7a80aab15540f06edad8646f9f8d6da3b55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:15:29 +0000 Subject: [PATCH] Bump the minor group with 6 updates (#4437) Bumps the minor group with 6 updates: | Package | From | To | | --- | --- | --- | | software.amazon.awssdk:aws-query-protocol | `2.29.9` | `2.29.15` | | software.amazon.awssdk:sts | `2.29.9` | `2.29.15` | | [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) | `1.14.1` | `1.14.2` | | [io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations](https://github.com/open-telemetry/opentelemetry-java-instrumentation) | `2.9.0` | `2.10.0` | | [io.sentry:sentry-spring-boot-starter-jakarta](https://github.com/getsentry/sentry-java) | `7.16.0` | `7.18.0` | | com.gradle.develocity | `3.18.1` | `3.18.2` | Updates `software.amazon.awssdk:aws-query-protocol` from 2.29.9 to 2.29.15 Updates `software.amazon.awssdk:sts` from 2.29.9 to 2.29.15 Updates `com.azure:azure-identity` from 1.14.1 to 1.14.2 - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-core_1.14.1...azure-identity_1.14.2) Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations` from 2.9.0 to 2.10.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.9.0...v2.10.0) Updates `io.sentry:sentry-spring-boot-starter-jakarta` from 7.16.0 to 7.18.0 - [Release notes](https://github.com/getsentry/sentry-java/releases) - [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-java/compare/7.16.0...7.18.0) Updates `com.gradle.develocity` from 3.18.1 to 3.18.2 --- 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 - dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: io.sentry:sentry-spring-boot-starter-jakarta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: com.gradle.develocity 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> --- settings.gradle.kts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index d9f10df384..e897a719f8 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -73,13 +73,13 @@ 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.9") + library("aws-query-protocol", "software.amazon.awssdk:aws-query-protocol:2.29.15") 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.9") + library("aws-sts", "software.amazon.awssdk:sts:2.29.15") library("azure-app-insights", "com.microsoft.azure:applicationinsights-web:3.6.2") - library("azure-identity", "com.azure:azure-identity:1.14.1") + library("azure-identity", "com.azure:azure-identity:1.14.2") 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.20.0") @@ -88,9 +88,9 @@ dependencyResolutionManagement { library("notify", "uk.gov.service.notify:notifications-java-client:5.2.1-RELEASE") library( "opentelemetry-annotations", - "io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.9.0" + "io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.10.0" ) - library("sentry", "io.sentry:sentry-spring-boot-starter-jakarta:7.16.0") + library("sentry", "io.sentry:sentry-spring-boot-starter-jakarta:7.18.0") library("springdoc", "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0") library("wiremock", "org.wiremock:wiremock-standalone:3.9.2") @@ -104,7 +104,7 @@ dependencyResolutionManagement { } } -plugins { id("com.gradle.develocity") version "3.18.1" } +plugins { id("com.gradle.develocity") version "3.18.2" } develocity { buildScan { publishing.onlyIf { !System.getenv("CI").isNullOrEmpty() }