Skip to content

Commit

Permalink
[DT-400-gradle]: Bump the minor-patch-dependencies group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the minor-patch-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| io.swagger.core.v3:swagger-annotations | `2.2.27` | `2.2.28` |
| [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) | `26.52.0` | `26.53.0` |
| [com.google.cloud:spring-cloud-gcp-starter-logging](https://github.com/GoogleCloudPlatform/spring-cloud-gcp) | `5.9.0` | `5.10.0` |
| bio.terra:externalcreds-client-resttemplate | `1.54.0-SNAPSHOT` | `1.56.0-SNAPSHOT` |
| [io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations](https://github.com/open-telemetry/opentelemetry-java-instrumentation) | `2.11.0` | `2.12.0` |
| [io.zonky.test.postgres:embedded-postgres-binaries-bom](https://github.com/zonkyio/embedded-postgres-binaries) | `16.4.0` | `16.6.0` |
| org.gradle.test-retry | `1.6.0` | `1.6.1` |


Updates `io.swagger.core.v3:swagger-annotations` from 2.2.27 to 2.2.28

Updates `com.google.cloud:libraries-bom` from 26.52.0 to 26.53.0
- [Release notes](https://github.com/googleapis/java-cloud-bom/releases)
- [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/release-please-config.json)
- [Commits](googleapis/java-cloud-bom@v26.52.0...v26.53.0)

Updates `com.google.cloud:spring-cloud-gcp-starter-logging` from 5.9.0 to 5.10.0
- [Release notes](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/main/CHANGELOG.md)
- [Commits](GoogleCloudPlatform/spring-cloud-gcp@v5.9.0...v5.10.0)

Updates `bio.terra:externalcreds-client-resttemplate` from 1.54.0-SNAPSHOT to 1.56.0-SNAPSHOT

Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations` from 2.11.0 to 2.12.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.11.0...v2.12.0)

Updates `io.zonky.test.postgres:embedded-postgres-binaries-bom` from 16.4.0 to 16.6.0
- [Release notes](https://github.com/zonkyio/embedded-postgres-binaries/releases)
- [Commits](zonkyio/embedded-postgres-binaries@v16.4.0...v16.6.0)

Updates `org.gradle.test-retry` from 1.6.0 to 1.6.1

---
updated-dependencies:
- dependency-name: io.swagger.core.v3:swagger-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: com.google.cloud:libraries-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: com.google.cloud:spring-cloud-gcp-starter-logging
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: bio.terra:externalcreds-client-resttemplate
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: io.zonky.test.postgres:embedded-postgres-binaries-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.gradle.test-retry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent cfad310 commit c39dd53
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ plugins {
// This is set back to 3.4.2 because of: https://github.com/GoogleContainerTools/jib/issues/4265
id 'com.google.cloud.tools.jib' version '3.4.2'
id 'org.liquibase.gradle' version '3.0.1'
id 'org.gradle.test-retry' version '1.6.0'
id 'org.gradle.test-retry' version '1.6.1'
id 'antlr'
id 'org.hidetake.swagger.generator' version '2.19.2'
id 'org.springframework.boot' version '3.4.1'
Expand Down Expand Up @@ -63,7 +63,7 @@ allprojects {
mavenBom SpringBootPlugin.BOM_COORDINATES
}
dependencies {
dependency 'io.swagger.core.v3:swagger-annotations:2.2.27'
dependency 'io.swagger.core.v3:swagger-annotations:2.2.28'
dependency 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.66'
}
}
Expand Down Expand Up @@ -164,14 +164,14 @@ dependencies {
implementation 'com.google.apis:google-api-services-oauth2:v2-rev20200213-2.0.0'
implementation 'com.google.apis:google-api-services-iam:v1-rev20230209-2.0.0'

implementation platform('com.google.cloud:libraries-bom:26.52.0')
implementation platform('com.google.cloud:libraries-bom:26.53.0')
implementation 'com.google.cloud:google-cloud-billing'
implementation 'com.google.cloud:google-cloud-resourcemanager'
implementation 'com.google.cloud:google-cloud-bigquery'
implementation 'com.google.cloud:google-cloud-storage'
implementation 'com.google.cloud:google-cloud-firestore'
implementation 'com.google.cloud:google-cloud-pubsub'
implementation 'com.google.cloud:spring-cloud-gcp-starter-logging:5.9.0'
implementation 'com.google.cloud:spring-cloud-gcp-starter-logging:5.10.0'
implementation 'com.google.http-client:google-http-client'

implementation 'org.apache.commons:commons-compress:1.27.1' // For srcclr, jib plugin conflict
Expand Down Expand Up @@ -208,7 +208,7 @@ dependencies {
implementation 'org.broadinstitute.dsde.workbench:sam-client_2.13:v0.0.241'
implementation 'bio.terra:terra-policy-client:1.0.17-SNAPSHOT'
implementation 'bio.terra:terra-resource-buffer-client:0.198.42-SNAPSHOT'
implementation 'bio.terra:externalcreds-client-resttemplate:1.54.0-SNAPSHOT'
implementation 'bio.terra:externalcreds-client-resttemplate:1.56.0-SNAPSHOT'

implementation 'org.glassfish.jersey.inject:jersey-hk2'

Expand All @@ -235,7 +235,7 @@ dependencies {
implementation('io.sentry:sentry-logback')

// OpenTelemetry @WithSpan annotations:
implementation 'io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.11.0'
implementation 'io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.12.0'

testImplementation 'org.apache.parquet:parquet-common:1.15.0'
testImplementation 'org.apache.parquet:parquet-hadoop:1.15.0'
Expand Down Expand Up @@ -270,7 +270,7 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'io.zonky.test:embedded-database-spring-test:2.6.0'
testImplementation 'io.zonky.test:embedded-postgres:2.1.0'
implementation enforcedPlatform('io.zonky.test.postgres:embedded-postgres-binaries-bom:16.4.0')
implementation enforcedPlatform('io.zonky.test.postgres:embedded-postgres-binaries-bom:16.6.0')

generatedCompile 'org.springframework.boot:spring-boot-starter-web'
// boot-starter-validation required for jakarta.validation.Valid references, @Valid tags
Expand Down
2 changes: 1 addition & 1 deletion datarepo-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
ext {
jersey = "3.1.10"
jackson = "2.18.2"
swaggerAnnotations = "2.2.27"
swaggerAnnotations = "2.2.28"

}

Expand Down

0 comments on commit c39dd53

Please sign in to comment.