Skip to content

Commit

Permalink
[CORE-69]: Bump the minor-patch-dependencies group across 1 directory…
Browse files Browse the repository at this point in the history
… with 3 updates (#1798)

Bumps the minor-patch-dependencies group with 3 updates in the / directory: com.google.cloud.tools.jib, [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) and [org.springframework.boot:spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot).


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

Updates `com.google.cloud:libraries-bom` from 26.48.0 to 26.49.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.48.0...v26.49.0)

Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.3.4 to 3.3.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.4...v3.3.5)

---
updated-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: com.google.cloud:libraries-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.springframework.boot:spring-boot-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent a475e6a commit 80b5f6b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.3"
id "com.google.cloud.tools.jib" version "3.4.4"
id "de.undercouch.download" version "5.6.0"
id 'org.gradle.test-retry' version '1.6.0'
id "org.sonarqube" version "5.1.0.4882"
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
dependencies {
implementation 'org.apache.commons:commons-compress:1.27.1'
implementation 'io.spring.dependency-management:io.spring.dependency-management.gradle.plugin:1.1.6'
implementation 'org.springframework.boot:spring-boot-gradle-plugin:3.3.4'
implementation 'org.springframework.boot:spring-boot-gradle-plugin:3.3.5'
implementation group: 'com.diffplug.spotless', name: 'spotless-plugin-gradle', version: '6.25.0'
implementation 'com.srcclr.gradle:com.srcclr.gradle.gradle.plugin:3.1.12'
testImplementation group: 'org.jacoco', name: 'org.jacoco.agent', version: '0.8.12'
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.48.0')
implementation platform('com.google.cloud:libraries-bom:26.49.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
2 changes: 1 addition & 1 deletion service/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.3"
id "com.google.cloud.tools.jib" version "3.4.4"
id "de.undercouch.download" version "5.6.0"
id "org.hidetake.swagger.generator" version "2.19.2"
id 'org.gradle.test-retry' version '1.6.0'
Expand Down

0 comments on commit 80b5f6b

Please sign in to comment.