Skip to content

Commit

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

Bumps the minor group with 4 updates: software.amazon.awssdk:sts, software.amazon.awssdk:aws-query-protocol, [io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations](https://github.com/open-telemetry/opentelemetry-java-instrumentation) and com.google.cloud.tools.jib.


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

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

Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations` from 2.8.0 to 2.9.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.8.0...v2.9.0)

Updates `com.google.cloud.tools.jib` from 3.4.3 to 3.4.4

---
updated-dependencies:
- 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: io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: com.google.cloud.tools.jib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update build.gradle.kts

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcus Aspin <maspin@unilink.com>
  • Loading branch information
dependabot[bot] and marcus-bcl authored Oct 21, 2024
1 parent c5fcdc9 commit 919536f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("com.google.cloud.tools.jib") version "3.4.3" apply false
id("com.google.cloud.tools.jib") version "3.4.4" apply false
id("org.sonarqube") version "5.1.0.4882" apply false
`kotlin-dsl`
}
Expand All @@ -11,6 +11,6 @@ repositories {
}

dependencies {
implementation("com.google.cloud.tools:jib-gradle-plugin:3.4.3")
implementation("com.google.cloud.tools:jib-gradle-plugin:3.4.4")
implementation("org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:5.1.0.4882")
}
6 changes: 3 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,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.21")
library("aws-query-protocol", "software.amazon.awssdk:aws-query-protocol:2.28.21")
library("aws-sts", "software.amazon.awssdk:sts:2.28.26")
library("aws-query-protocol", "software.amazon.awssdk:aws-query-protocol:2.28.26")
bundle(
"aws-messaging",
listOf("aws-autoconfigure", "aws-starter", "aws-sns", "aws-sqs", "aws-sts", "aws-query-protocol")
Expand All @@ -86,7 +86,7 @@ dependencyResolutionManagement {
library("sentry", "io.sentry:sentry-spring-boot-starter-jakarta:7.15.0")
library(
"opentelemetry-annotations",
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.8.0"
"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")
Expand Down

0 comments on commit 919536f

Please sign in to comment.