From 747404135da13b2b77079ddbd0cba588b4ffd14a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 10:08:11 +0000 Subject: [PATCH] [WOR-1448]: Bump the minor-patch-dependencies group across 1 directory with 3 updates Bumps the minor-patch-dependencies group with 3 updates in the / directory: io.swagger.core.v3:swagger-annotations, [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 `io.swagger.core.v3:swagger-annotations` from 2.2.23 to 2.2.24 Updates `com.google.cloud:libraries-bom` from 26.45.0 to 26.47.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.45.0...v26.47.0) Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.3.3 to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.3...v3.3.4) --- updated-dependencies: - dependency-name: io.swagger.core.v3:swagger-annotations 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] --- buildSrc/build.gradle | 2 +- integration/build.gradle | 2 +- settings.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index a90b29b21c..825b418dba 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -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.3' + implementation 'org.springframework.boot:spring-boot-gradle-plugin:3.3.4' 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' diff --git a/integration/build.gradle b/integration/build.gradle index 95e89c6919..724ee2f2ff 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.45.0') + implementation platform('com.google.cloud:libraries-bom:26.47.0') implementation "com.google.api-client:google-api-client" implementation "com.google.cloud:google-cloud-bigquery" implementation "com.google.cloud:google-cloud-storage" diff --git a/settings.gradle b/settings.gradle index 0cbabf8b1d..99cee32ae3 100644 --- a/settings.gradle +++ b/settings.gradle @@ -30,5 +30,5 @@ include 'azureDatabaseUtils' gradle.ext.wsmVersion = "0.254.1149-SNAPSHOT" // Single place to define the versions of dependencies shared between components. -gradle.ext.librarySwaggerAnnotations = "io.swagger.core.v3:swagger-annotations:2.2.23" +gradle.ext.librarySwaggerAnnotations = "io.swagger.core.v3:swagger-annotations:2.2.24" gradle.ext.librarySwaggerCli = "io.swagger.codegen.v3:swagger-codegen-cli:3.0.56"