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

[WOR-1448]: Bump the minor-patch-dependencies group with 4 updates #1748

Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion azureDatabaseUtils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
plugins {
id 'terra-workspace-manager.java-spring-conventions'
id "com.github.ben-manes.versions" version "0.51.0"
id "com.google.cloud.tools.jib" version "3.4.2"
id "com.google.cloud.tools.jib" version "3.4.3"
id "de.undercouch.download" version "5.6.0"
id 'org.gradle.test-retry' version '1.5.9'
id "org.sonarqube" version "5.0.0.4638"
Expand Down
2 changes: 1 addition & 1 deletion integration/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

dependencies {
// Google dependencies versioned by bom
implementation platform('com.google.cloud:libraries-bom:26.39.0')
implementation platform('com.google.cloud:libraries-bom:26.40.0')
implementation "com.google.api-client:google-api-client"
implementation "com.google.cloud:google-cloud-bigquery"
implementation "com.google.cloud:google-cloud-storage"
Expand Down
4 changes: 2 additions & 2 deletions service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
plugins {
id 'terra-workspace-manager.java-spring-conventions'
id "com.github.ben-manes.versions" version "0.51.0"
id "com.google.cloud.tools.jib" version "3.4.2"
id "com.google.cloud.tools.jib" version "3.4.3"
id "de.undercouch.download" version "5.6.0"
id "org.hidetake.swagger.generator" version "2.19.2"
id 'org.gradle.test-retry' version '1.5.9'
id "org.sonarqube" version "5.0.0.4638"
id "au.com.dius.pact" version "4.6.9"
id "au.com.dius.pact" version "4.6.10"
}

// constants visible to all .gradle files in this project
Expand Down
Loading