Skip to content

Commit

Permalink
Bump the minor group with 4 updates (#4409)
Browse files Browse the repository at this point in the history
Bumps the minor group with 4 updates: software.amazon.awssdk:aws-query-protocol, software.amazon.awssdk:sts, [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) and [com.microsoft.graph:microsoft-graph](https://github.com/microsoftgraph/msgraph-sdk-java).


Updates `software.amazon.awssdk:aws-query-protocol` from 2.29.6 to 2.29.7

Updates `software.amazon.awssdk:sts` from 2.29.6 to 2.29.7

Updates `com.azure:azure-identity` from 1.13.3 to 1.14.1
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-identity_1.13.3...azure-core_1.14.1)

Updates `com.microsoft.graph:microsoft-graph` from 6.16.0 to 6.19.0
- [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.16.0...v6.19.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.azure:azure-identity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: com.microsoft.graph:microsoft-graph
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 7, 2024
1 parent 3810e75 commit fbe73fb
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 @@ -73,16 +73,16 @@ 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.6")
library("aws-query-protocol", "software.amazon.awssdk:aws-query-protocol:2.29.7")
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("aws-sts", "software.amazon.awssdk:sts:2.29.7")
library("azure-app-insights", "com.microsoft.azure:applicationinsights-web:3.6.2")
library("azure-identity", "com.azure:azure-identity:1.13.3")
library("azure-identity", "com.azure:azure-identity:1.14.1")
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.16.0")
library("microsoft-graph", "com.microsoft.graph:microsoft-graph:6.19.0")
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")
Expand Down

0 comments on commit fbe73fb

Please sign in to comment.