Skip to content

Commit 8eb3d76

Browse files
[CORE-69]: Bump the minor-patch-dependencies group across 1 directory with 4 updates
Bumps the minor-patch-dependencies group with 4 updates in the / directory: org.gradle.test-retry, au.com.dius.pact, [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 `org.gradle.test-retry` from 1.6.1 to 1.6.2 Updates `au.com.dius.pact` from 4.6.16 to 4.6.17 Updates `com.google.cloud:libraries-bom` from 26.53.0 to 26.55.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.53.0...v26.55.0) Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.4.1 to 3.4.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.1...v3.4.3) --- updated-dependencies: - dependency-name: org.gradle.test-retry 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 - 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] <support@github.com>
1 parent db64e2d commit 8eb3d76

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

azureDatabaseUtils/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id "com.github.ben-manes.versions" version "0.52.0"
55
id "com.google.cloud.tools.jib" version "3.4.4"
66
id "de.undercouch.download" version "5.6.0"
7-
id 'org.gradle.test-retry' version '1.6.1'
7+
id 'org.gradle.test-retry' version '1.6.2'
88
id "org.sonarqube" version "6.0.1.5171"
99
}
1010

buildSrc/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111
dependencies {
1212
implementation 'org.apache.commons:commons-compress:1.27.1'
1313
implementation 'io.spring.dependency-management:io.spring.dependency-management.gradle.plugin:1.1.7'
14-
implementation 'org.springframework.boot:spring-boot-gradle-plugin:3.4.1'
14+
implementation 'org.springframework.boot:spring-boot-gradle-plugin:3.4.3'
1515
implementation group: 'com.diffplug.spotless', name: 'spotless-plugin-gradle', version: '7.0.2'
1616
implementation 'com.srcclr.gradle:com.srcclr.gradle.gradle.plugin:3.1.12'
1717
testImplementation group: 'org.jacoco', name: 'org.jacoco.agent', version: '0.8.12'

integration/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010

1111
dependencies {
1212
// Google dependencies versioned by bom
13-
implementation platform('com.google.cloud:libraries-bom:26.53.0')
13+
implementation platform('com.google.cloud:libraries-bom:26.55.0')
1414
implementation "com.google.api-client:google-api-client"
1515
implementation "com.google.cloud:google-cloud-bigquery"
1616
implementation "com.google.cloud:google-cloud-storage"

service/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ plugins {
55
id "com.google.cloud.tools.jib" version "3.4.4"
66
id "de.undercouch.download" version "5.6.0"
77
id "org.hidetake.swagger.generator" version "2.19.2"
8-
id 'org.gradle.test-retry' version '1.6.1'
8+
id 'org.gradle.test-retry' version '1.6.2'
99
id "org.sonarqube" version "6.0.1.5171"
10-
id "au.com.dius.pact" version "4.6.16"
10+
id "au.com.dius.pact" version "4.6.17"
1111
}
1212

1313
// constants visible to all .gradle files in this project

0 commit comments

Comments
 (0)