Skip to content

Commit

Permalink
Bump the minor group with 4 updates (#4494)
Browse files Browse the repository at this point in the history
* Bump the minor group with 6 updates

Bumps the minor group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.0` |
| software.amazon.awssdk:aws-query-protocol | `2.29.29` | `2.29.34` |
| software.amazon.awssdk:sts | `2.29.29` | `2.29.34` |
| [io.sentry:sentry-spring-boot-starter-jakarta](https://github.com/getsentry/sentry-java) | `7.18.1` | `7.19.0` |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.6.0` | `2.7.0` |
| com.gradle.develocity | `3.18.2` | `3.19` |


Updates `org.springframework.boot` from 3.3.5 to 3.4.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.5...v3.4.0)

Updates `software.amazon.awssdk:aws-query-protocol` from 2.29.29 to 2.29.34

Updates `software.amazon.awssdk:sts` from 2.29.29 to 2.29.34

Updates `io.sentry:sentry-spring-boot-starter-jakarta` from 7.18.1 to 7.19.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@7.18.1...7.19.0)

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.6.0 to 2.7.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.6.0...v2.7.0)

Updates `com.gradle.develocity` from 3.18.2 to 3.19

---
updated-dependencies:
- dependency-name: org.springframework.boot
  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: io.sentry:sentry-spring-boot-starter-jakarta
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: com.gradle.develocity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

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

* Update build.gradle.kts

* Update settings.gradle.kts

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcus Aspin <[email protected]>
  • Loading branch information
dependabot[bot] and marcus-bcl authored Dec 16, 2024
1 parent f0074fe commit 9f0de37
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 @@ -74,11 +74,11 @@ 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.29")
library("aws-query-protocol", "software.amazon.awssdk:aws-query-protocol:2.29.34")
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.29")
library("aws-sts", "software.amazon.awssdk:sts:2.29.34")
library("azure-app-insights", "com.microsoft.azure:applicationinsights-web:3.6.2")
library("azure-identity", "com.azure:azure-identity:1.14.2")
library("flipt", "io.flipt:flipt-java:1.1.1")
Expand All @@ -91,7 +91,7 @@ dependencyResolutionManagement {
"opentelemetry-annotations",
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.10.0"
)
library("sentry", "io.sentry:sentry-spring-boot-starter-jakarta:7.18.1")
library("sentry", "io.sentry:sentry-spring-boot-starter-jakarta:7.19.0")
library("springdoc", "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0")
library("wiremock", "org.wiremock:wiremock-standalone:3.10.0")

Expand All @@ -105,7 +105,7 @@ dependencyResolutionManagement {
}
}

plugins { id("com.gradle.develocity") version "3.18.2" }
plugins { id("com.gradle.develocity") version "3.19" }
develocity {
buildScan {
publishing.onlyIf { !System.getenv("CI").isNullOrEmpty() }
Expand Down

0 comments on commit 9f0de37

Please sign in to comment.