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 across 1 directory with 5 updates #1759

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 build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'maven-publish'
id 'com.jfrog.artifactory' version '5.2.0'
id 'com.jfrog.artifactory' version '5.2.1'

// For JShell support
// https://gitlab.com/barfuin/gradle-taskinfo
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.41.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
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ gradle.ext.wsmVersion = "0.254.1123-SNAPSHOT"

// Single place to define the versions of dependencies shared between components.
gradle.ext.librarySwaggerAnnotations = "io.swagger.core.v3:swagger-annotations:2.2.22"
gradle.ext.librarySwaggerCli = "io.swagger.codegen.v3:swagger-codegen-cli:3.0.56"
gradle.ext.librarySwaggerCli = "io.swagger.codegen.v3:swagger-codegen-cli:3.0.57"
Loading