Skip to content

Commit

Permalink
[WOR-1448]: Bump the minor-patch-dependencies group across 1 director…
Browse files Browse the repository at this point in the history
…y with 5 updates

Bumps the minor-patch-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| com.jfrog.artifactory | `5.2.0` | `5.2.1` |
| io.swagger.codegen.v3:swagger-codegen-cli | `3.0.56` | `3.0.57` |
| com.google.cloud.tools.jib | `3.4.2` | `3.4.3` |
| au.com.dius.pact | `4.6.9` | `4.6.10` |
| [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) | `26.39.0` | `26.41.0` |



Updates `com.jfrog.artifactory` from 5.2.0 to 5.2.1

Updates `io.swagger.codegen.v3:swagger-codegen-cli` from 3.0.56 to 3.0.57

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

Updates `au.com.dius.pact` from 4.6.9 to 4.6.10

Updates `com.google.cloud:libraries-bom` from 26.39.0 to 26.41.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.39.0...v26.41.0)

---
updated-dependencies:
- dependency-name: com.jfrog.artifactory
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: io.swagger.codegen.v3:swagger-codegen-cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: com.google.cloud.tools.jib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: au.com.dius.pact
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 96b496a commit 0c90fee
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
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"

0 comments on commit 0c90fee

Please sign in to comment.