Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the minor group with 5 updates #4344

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump the minor group with 5 updates
Bumps the minor group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.3.4` | `3.3.5` |
| software.amazon.awssdk:sts | `2.28.26` | `2.29.1` |
| software.amazon.awssdk:aws-query-protocol | `2.28.26` | `2.29.1` |
| [io.sentry:sentry-spring-boot-starter-jakarta](https://github.com/getsentry/sentry-java) | `7.15.0` | `7.16.0` |
| [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) | `3.9.1` | `3.9.2` |


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

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

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

Updates `io.sentry:sentry-spring-boot-starter-jakarta` from 7.15.0 to 7.16.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.15.0...7.16.0)

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

---
updated-dependencies:
- dependency-name: org.springframework.boot
  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-minor
  dependency-group: minor
- dependency-name: software.amazon.awssdk:aws-query-protocol
  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-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Oct 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 862ca90d0d994e3bea34aad449fe12a22c575cdf
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ plugins {
kotlin("jvm") version "2.0.21"
kotlin("plugin.spring") version "2.0.21" apply false
kotlin("plugin.jpa") version "2.0.21" apply false
id("org.springframework.boot") version "3.3.4" apply false
id("org.springframework.boot") version "3.3.5" apply false
id("io.spring.dependency-management") version "1.1.6" apply false
id("com.gorylenko.gradle-git-properties") version "2.4.2" apply false
id("com.google.cloud.tools.jib") apply false
8 changes: 4 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -74,8 +74,8 @@ 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.26")
library("aws-query-protocol", "software.amazon.awssdk:aws-query-protocol:2.28.26")
library("aws-sts", "software.amazon.awssdk:sts:2.29.1")
library("aws-query-protocol", "software.amazon.awssdk:aws-query-protocol:2.29.1")
bundle(
"aws-messaging",
listOf("aws-autoconfigure", "aws-starter", "aws-sns", "aws-sqs", "aws-sts", "aws-query-protocol")
@@ -84,15 +84,15 @@ dependencyResolutionManagement {
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.6.1")
library("sentry", "io.sentry:sentry-spring-boot-starter-jakarta:7.15.0")
library("sentry", "io.sentry:sentry-spring-boot-starter-jakarta:7.16.0")
library(
"opentelemetry-annotations",
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.9.0"
)
bundle("telemetry", listOf("insights", "opentelemetry-annotations", "sentry"))
library("springdoc", "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0")
library("asyncapi", "org.openfolder:kotlin-asyncapi-spring-web:3.0.3")
library("wiremock", "org.wiremock:wiremock-standalone:3.9.1")
library("wiremock", "org.wiremock:wiremock-standalone:3.9.2")
library("flipt", "io.flipt:flipt-java:1.1.1")
}
}