Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [com.microsoft.azure:applicationinsights-agent](https://github.com/Microsoft/ApplicationInsights-Java) | `3.6.1` | `3.6.2` |
| [io.awspring.cloud:spring-cloud-aws-autoconfigure](https://github.com/awspring/spring-cloud-aws) | `3.2.0` | `3.2.1` |
| software.amazon.awssdk:aws-query-protocol | `2.29.1` | `2.29.6` |
| io.awspring.cloud:spring-cloud-aws-starter-sns | `3.2.0` | `3.2.1` |
| io.awspring.cloud:spring-cloud-aws-starter-sqs | `3.2.0` | `3.2.1` |
| io.awspring.cloud:spring-cloud-aws-starter | `3.2.0` | `3.2.1` |
| software.amazon.awssdk:sts | `2.29.1` | `2.29.6` |
| [com.microsoft.azure:applicationinsights-web](https://github.com/Microsoft/ApplicationInsights-Java) | `3.6.1` | `3.6.2` |


Updates `com.microsoft.azure:applicationinsights-agent` from 3.6.1 to 3.6.2
- [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.1...3.6.2)

Updates `io.awspring.cloud:spring-cloud-aws-autoconfigure` from 3.2.0 to 3.2.1
- [Release notes](https://github.com/awspring/spring-cloud-aws/releases)
- [Commits](awspring/spring-cloud-aws@v3.2.0...v3.2.1)

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

Updates `io.awspring.cloud:spring-cloud-aws-starter-sns` from 3.2.0 to 3.2.1

Updates `io.awspring.cloud:spring-cloud-aws-starter-sqs` from 3.2.0 to 3.2.1

Updates `io.awspring.cloud:spring-cloud-aws-starter` from 3.2.0 to 3.2.1

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

Updates `com.microsoft.azure:applicationinsights-web` from 3.6.1 to 3.6.2
- [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.1...3.6.2)

---
updated-dependencies:
- dependency-name: com.microsoft.azure:applicationinsights-agent
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: io.awspring.cloud:spring-cloud-aws-autoconfigure
  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: io.awspring.cloud:spring-cloud-aws-starter-sns
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: io.awspring.cloud:spring-cloud-aws-starter-sqs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: io.awspring.cloud:spring-cloud-aws-starter
  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-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 4, 2024
1 parent 15ac418 commit e4e2898
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.6.1")
agentDeps("com.microsoft.azure:applicationinsights-agent:3.6.2")
}

val copyAgentTask = project.tasks.register<Copy>("copyAgent") {
Expand Down
14 changes: 7 additions & 7 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ dependencyResolutionManagement {
versionCatalogs {
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.0")
library("aws-query-protocol", "software.amazon.awssdk:aws-query-protocol:2.29.1")
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-starter", "io.awspring.cloud:spring-cloud-aws-starter:3.2.0")
library("aws-sts", "software.amazon.awssdk:sts:2.29.1")
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-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("flipt", "io.flipt:flipt-java:1.1.1")
library("insights", "com.microsoft.azure:applicationinsights-web:3.6.1")
library("insights", "com.microsoft.azure:applicationinsights-web:3.6.2")
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 e4e2898

Please sign in to comment.