Skip to content

Commit

Permalink
[DT-400-gradle]: Bump the minor-patch-dependencies group with 7 updat…
Browse files Browse the repository at this point in the history
…es (#1891)
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent e9b54e1 commit 3b91087
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 3b91087

Please sign in to comment.