Skip to content

Commit

Permalink
Bump io.awspring.cloud:spring-cloud-aws-starter-sns from 3.1.0 to 3.1…
Browse files Browse the repository at this point in the history
….1 (#3514)

* Bump io.awspring.cloud:spring-cloud-aws-autoconfigure

Bumps [io.awspring.cloud:spring-cloud-aws-autoconfigure](https://github.com/awspring/spring-cloud-aws) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/awspring/spring-cloud-aws/releases)
- [Commits](awspring/spring-cloud-aws@v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: io.awspring.cloud:spring-cloud-aws-autoconfigure
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump com.microsoft.azure:applicationinsights-agent from 3.5.0 to 3.5.1

Bumps [com.microsoft.azure:applicationinsights-agent](https://github.com/Microsoft/ApplicationInsights-Java) from 3.5.0 to 3.5.1.
- [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.0...3.5.1)

---
updated-dependencies:
- dependency-name: com.microsoft.azure:applicationinsights-agent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations

Bumps [io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations](https://github.com/open-telemetry/opentelemetry-java-instrumentation) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java-instrumentation@v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump org.springdoc:springdoc-openapi-starter-webmvc-ui

Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.3.0...v2.4.0)

---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump io.awspring.cloud:spring-cloud-aws-starter-sns from 3.1.0 to 3.1.1

Bumps io.awspring.cloud:spring-cloud-aws-starter-sns from 3.1.0 to 3.1.1.

---
updated-dependencies:
- dependency-name: io.awspring.cloud:spring-cloud-aws-starter-sns
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Britton <[email protected]>
  • Loading branch information
dependabot[bot] and anthony-britton-moj authored Mar 21, 2024
1 parent 5699cab commit 4525097
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.5.0")
agentDeps("com.microsoft.azure:applicationinsights-agent:3.5.1")
}

val copyAgentTask = project.tasks.register<Copy>("copyAgent") {
Expand Down
8 changes: 4 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ rootProject.allChildren()
dependencyResolutionManagement {
versionCatalogs {
create("libs") {
library("aws-autoconfigure", "io.awspring.cloud:spring-cloud-aws-autoconfigure:3.1.0")
library("aws-autoconfigure", "io.awspring.cloud:spring-cloud-aws-autoconfigure:3.1.1")
library("aws-starter", "io.awspring.cloud:spring-cloud-aws-starter:3.1.0")
library("aws-sns", "io.awspring.cloud:spring-cloud-aws-starter-sns:3.1.0")
library("aws-sns", "io.awspring.cloud:spring-cloud-aws-starter-sns:3.1.1")
library("aws-sqs", "io.awspring.cloud:spring-cloud-aws-starter-sqs:3.1.0")
library("aws-sts", "software.amazon.awssdk:sts:2.25.2")
library("aws-query-protocol", "software.amazon.awssdk:aws-query-protocol:2.25.2")
Expand All @@ -82,10 +82,10 @@ dependencyResolutionManagement {
library("sentry", "io.sentry:sentry-spring-boot-starter-jakarta:7.6.0")
library(
"opentelemetry-annotations",
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.1.0"
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.2.0"
)
bundle("telemetry", listOf("insights", "opentelemetry-annotations", "sentry"))
library("springdoc", "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.3.0")
library("springdoc", "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.4.0")
library("wiremock", "com.github.tomakehurst:wiremock-jre8-standalone:3.0.1")
library("mapstruct", "org.mapstruct:mapstruct:1.5.5.Final")
library("mapstructprocessor", "org.mapstruct:mapstruct-processor:1.5.5.Final")
Expand Down

0 comments on commit 4525097

Please sign in to comment.