From c09b1321c973040954713dc297f9fd33c43a2b7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:32:45 +0000 Subject: [PATCH] [WOR-1448]: Bump the minor-patch-dependencies group with 3 updates Bumps the minor-patch-dependencies group with 3 updates: com.jfrog.artifactory, [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) and [io.spring.dependency-management:io.spring.dependency-management.gradle.plugin](https://github.com/spring-gradle-plugins/dependency-management-plugin). Updates `com.jfrog.artifactory` from 5.2.2 to 5.2.3 Updates `com.google.cloud:libraries-bom` from 26.42.0 to 26.43.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](https://github.com/googleapis/java-cloud-bom/compare/v26.42.0...v26.43.0) Updates `io.spring.dependency-management:io.spring.dependency-management.gradle.plugin` from 1.1.5 to 1.1.6 - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](https://github.com/spring-gradle-plugins/dependency-management-plugin/compare/v1.1.5...v1.1.6) --- updated-dependencies: - dependency-name: com.jfrog.artifactory 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: io.spring.dependency-management:io.spring.dependency-management.gradle.plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- buildSrc/build.gradle | 2 +- integration/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 6af0360e29..ec59ea76cd 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'maven-publish' - id 'com.jfrog.artifactory' version '5.2.2' + id 'com.jfrog.artifactory' version '5.2.3' // For JShell support // https://gitlab.com/barfuin/gradle-taskinfo diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index 48c69c0c89..caf7e58da9 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -10,7 +10,7 @@ repositories { dependencies { implementation 'org.apache.commons:commons-compress:1.26.2' - implementation 'io.spring.dependency-management:io.spring.dependency-management.gradle.plugin:1.1.5' + implementation 'io.spring.dependency-management:io.spring.dependency-management.gradle.plugin:1.1.6' implementation 'org.springframework.boot:spring-boot-gradle-plugin:3.3.1' 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' diff --git a/integration/build.gradle b/integration/build.gradle index 74889a9b82..91f09d4181 100644 --- a/integration/build.gradle +++ b/integration/build.gradle @@ -10,7 +10,7 @@ plugins { dependencies { // Google dependencies versioned by bom - implementation platform('com.google.cloud:libraries-bom:26.42.0') + implementation platform('com.google.cloud:libraries-bom:26.43.0') implementation "com.google.api-client:google-api-client" implementation "com.google.cloud:google-cloud-bigquery" implementation "com.google.cloud:google-cloud-storage"