Skip to content

Commit

Permalink
Bump the minor group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the minor group with 4 updates in the / directory: software.amazon.awssdk:aws-query-protocol, software.amazon.awssdk:sts, [com.microsoft.graph:microsoft-graph](https://github.com/microsoftgraph/msgraph-sdk-java) and [io.sentry:sentry-spring-boot-starter-jakarta](https://github.com/getsentry/sentry-java).


Updates `software.amazon.awssdk:aws-query-protocol` from 2.29.43 to 2.29.49

Updates `software.amazon.awssdk:sts` from 2.29.43 to 2.29.49

Updates `com.microsoft.graph:microsoft-graph` from 6.24.0 to 6.25.1
- [Release notes](https://github.com/microsoftgraph/msgraph-sdk-java/releases)
- [Changelog](https://github.com/microsoftgraph/msgraph-sdk-java/blob/main/CHANGELOG.md)
- [Commits](microsoftgraph/msgraph-sdk-java@v6.24.0...v6.25.1)

Updates `io.sentry:sentry-spring-boot-starter-jakarta` from 7.19.1 to 7.20.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.19.1...7.20.0)

---
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.microsoft.graph:microsoft-graph
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent fd67b0a commit 3f60ce5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,24 +74,24 @@ 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.43")
library("aws-query-protocol", "software.amazon.awssdk:aws-query-protocol:2.29.49")
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.43")
library("aws-sts", "software.amazon.awssdk:sts:2.29.49")
library("azure-app-insights", "com.microsoft.azure:applicationinsights-web:3.6.2")
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.24.0")
library("microsoft-graph", "com.microsoft.graph:microsoft-graph:6.25.1")
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")
library(
"opentelemetry-annotations",
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.11.0"
)
library("sentry", "io.sentry:sentry-spring-boot-starter-jakarta:7.19.1")
library("sentry", "io.sentry:sentry-spring-boot-starter-jakarta:7.20.0")
library("springdoc", "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0")
library("wiremock", "org.wiremock:wiremock-standalone:3.10.0")

Expand Down

0 comments on commit 3f60ce5

Please sign in to comment.