Skip to content

Commit

Permalink
Bump the minor group with 4 updates (#4285)
Browse files Browse the repository at this point in the history
Bumps the minor group with 4 updates: [com.microsoft.azure:applicationinsights-agent](https://github.com/Microsoft/ApplicationInsights-Java), software.amazon.awssdk:sts, software.amazon.awssdk:aws-query-protocol and [com.microsoft.azure:applicationinsights-web](https://github.com/Microsoft/ApplicationInsights-Java).


Updates `com.microsoft.azure:applicationinsights-agent` from 3.5.4 to 3.6.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.5.4...3.6.0)

Updates `software.amazon.awssdk:sts` from 2.28.11 to 2.28.16

Updates `software.amazon.awssdk:aws-query-protocol` from 2.28.11 to 2.28.16

Updates `com.microsoft.azure:applicationinsights-web` from 3.5.4 to 3.6.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.5.4...3.6.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:sts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: com.microsoft.azure:applicationinsights-web
  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 Oct 7, 2024
1 parent 1f6e61b commit 4cea536
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
val agentDeps: Configuration by configurations.creating

dependencies {
agentDeps("com.microsoft.azure:applicationinsights-agent:3.5.4")
agentDeps("com.microsoft.azure:applicationinsights-agent:3.6.0")
}

val copyAgentTask = project.tasks.register<Copy>("copyAgent") {
Expand Down
6 changes: 3 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,16 @@ dependencyResolutionManagement {
library("aws-starter", "io.awspring.cloud:spring-cloud-aws-starter:3.2.0")
library("aws-sns", "io.awspring.cloud:spring-cloud-aws-starter-sns:3.2.0")
library("aws-sqs", "io.awspring.cloud:spring-cloud-aws-starter-sqs:3.2.0")
library("aws-sts", "software.amazon.awssdk:sts:2.28.11")
library("aws-query-protocol", "software.amazon.awssdk:aws-query-protocol:2.28.11")
library("aws-sts", "software.amazon.awssdk:sts:2.28.16")
library("aws-query-protocol", "software.amazon.awssdk:aws-query-protocol:2.28.16")
bundle(
"aws-messaging",
listOf("aws-autoconfigure", "aws-starter", "aws-sns", "aws-sqs", "aws-sts", "aws-query-protocol")
)
library("mockito-kotlin", "org.mockito.kotlin:mockito-kotlin:5.4.0")
library("mockito-inline", "org.mockito:mockito-inline:5.2.0")
bundle("mockito", listOf("mockito-kotlin", "mockito-inline"))
library("insights", "com.microsoft.azure:applicationinsights-web:3.5.4")
library("insights", "com.microsoft.azure:applicationinsights-web:3.6.0")
library("sentry", "io.sentry:sentry-spring-boot-starter-jakarta:7.14.0")
library(
"opentelemetry-annotations",
Expand Down

0 comments on commit 4cea536

Please sign in to comment.