Skip to content

Commit

Permalink
Bump the minor group with 7 updates (#4616)
Browse files Browse the repository at this point in the history
Bumps the minor group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [com.microsoft.azure:applicationinsights-agent](https://github.com/Microsoft/ApplicationInsights-Java) | `3.6.2` | `3.7.0` |
| software.amazon.awssdk:aws-query-protocol | `2.30.6` | `2.30.11` |
| software.amazon.awssdk:sts | `2.30.6` | `2.30.11` |
| [com.microsoft.azure:applicationinsights-web](https://github.com/Microsoft/ApplicationInsights-Java) | `3.6.2` | `3.7.0` |
| [com.microsoft.graph:microsoft-graph](https://github.com/microsoftgraph/msgraph-sdk-java) | `6.26.0` | `6.27.0` |
| [io.sentry:sentry-spring-boot-starter-jakarta](https://github.com/getsentry/sentry-java) | `8.0.0` | `8.1.0` |
| [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) | `3.10.0` | `3.11.0` |


Updates `com.microsoft.azure:applicationinsights-agent` from 3.6.2 to 3.7.0
- [Release notes](https://github.com/Microsoft/ApplicationInsights-Java/releases)
- [Changelog](https://github.com/microsoft/ApplicationInsights-Java/blob/main/CHANGELOG.md)
- [Commits](microsoft/ApplicationInsights-Java@3.6.2...3.7.0)

Updates `software.amazon.awssdk:aws-query-protocol` from 2.30.6 to 2.30.11

Updates `software.amazon.awssdk:sts` from 2.30.6 to 2.30.11

Updates `com.microsoft.azure:applicationinsights-web` from 3.6.2 to 3.7.0
- [Release notes](https://github.com/Microsoft/ApplicationInsights-Java/releases)
- [Changelog](https://github.com/microsoft/ApplicationInsights-Java/blob/main/CHANGELOG.md)
- [Commits](microsoft/ApplicationInsights-Java@3.6.2...3.7.0)

Updates `com.microsoft.graph:microsoft-graph` from 6.26.0 to 6.27.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.26.0...v6.27.0)

Updates `io.sentry:sentry-spring-boot-starter-jakarta` from 8.0.0 to 8.1.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@8.0.0...8.1.0)

Updates `org.wiremock:wiremock-standalone` from 3.10.0 to 3.11.0
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@3.10.0...3.11.0)

---
updated-dependencies:
- dependency-name: com.microsoft.azure:applicationinsights-agent
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- 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.azure:applicationinsights-web
  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
- dependency-name: io.sentry:sentry-spring-boot-starter-jakarta
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: org.wiremock:wiremock-standalone
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent f1ed76f commit 1ffd820
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugins {
val agentDeps: Configuration by configurations.creating

dependencies {
agentDeps("com.microsoft.azure:applicationinsights-agent:3.6.2")
agentDeps("com.microsoft.azure:applicationinsights-agent:3.7.0")
}

val copyAgentTask = project.tasks.register<Copy>("copyAgent") {
Expand Down
12 changes: 6 additions & 6 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,26 +74,26 @@ dependencyResolutionManagement {
create("libs") {
library("asyncapi", "org.openfolder:kotlin-asyncapi-spring-web:3.0.4")
library("aws-autoconfigure", "io.awspring.cloud:spring-cloud-aws-autoconfigure:3.3.0")
library("aws-query-protocol", "software.amazon.awssdk:aws-query-protocol:2.30.6")
library("aws-query-protocol", "software.amazon.awssdk:aws-query-protocol:2.30.11")
library("aws-sns", "io.awspring.cloud:spring-cloud-aws-starter-sns:3.3.0")
library("aws-sqs", "io.awspring.cloud:spring-cloud-aws-starter-sqs:3.3.0")
library("aws-starter", "io.awspring.cloud:spring-cloud-aws-starter:3.3.0")
library("aws-sts", "software.amazon.awssdk:sts:2.30.6")
library("azure-app-insights", "com.microsoft.azure:applicationinsights-web:3.6.2")
library("aws-sts", "software.amazon.awssdk:sts:2.30.11")
library("azure-app-insights", "com.microsoft.azure:applicationinsights-web:3.7.0")
library("azure-identity", "com.azure:azure-identity:1.15.0")
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.26.0")
library("microsoft-graph", "com.microsoft.graph:microsoft-graph:6.27.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")
library(
"opentelemetry-annotations",
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.12.0"
)
library("sentry", "io.sentry:sentry-spring-boot-starter-jakarta:8.0.0")
library("sentry", "io.sentry:sentry-spring-boot-starter-jakarta:8.1.0")
library("springdoc", "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.2")
library("wiremock", "org.wiremock:wiremock-standalone:3.10.0")
library("wiremock", "org.wiremock:wiremock-standalone:3.11.0")

bundle(
"aws-messaging",
Expand Down

0 comments on commit 1ffd820

Please sign in to comment.