Skip to content

Commit

Permalink
Bump the minor group with 6 updates (#4437)
Browse files Browse the repository at this point in the history
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](Azure/azure-sdk-for-java@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](open-telemetry/opentelemetry-java-instrumentation@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](getsentry/sentry-java@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 3e0f123 commit 38dfa7a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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")

Expand All @@ -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() }
Expand Down

0 comments on commit 38dfa7a

Please sign in to comment.