From 41ab4bcfe77171fd5d2aa48b108ce1d74635654e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 11:55:30 +0000 Subject: [PATCH] [DT-400-gradle]: Bump the minor-patch-dependencies group across 1 directory with 8 updates Bumps the minor-patch-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [io.swagger.codegen.v3:swagger-codegen](https://github.com/swagger-api/swagger-codegen) | `3.0.64` | `3.0.66` | | [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) | `26.51.0` | `26.52.0` | | [com.azure.resourcemanager:azure-resourcemanager](https://github.com/Azure/azure-sdk-for-java) | `2.45.0` | `2.46.0` | | [io.sentry:sentry-bom](https://github.com/getsentry/sentry-java) | `7.19.0` | `7.19.1` | | [io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations](https://github.com/open-telemetry/opentelemetry-java-instrumentation) | `2.10.0` | `2.11.0` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.4.0` | `3.4.1` | | [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) | `1.1.6` | `1.1.7` | Updates `io.swagger.codegen.v3:swagger-codegen` from 3.0.64 to 3.0.66 - [Release notes](https://github.com/swagger-api/swagger-codegen/releases) - [Commits](https://github.com/swagger-api/swagger-codegen/compare/v3.0.64...v3.0.66) Updates `io.swagger.codegen.v3:swagger-codegen-cli` from 3.0.64 to 3.0.66 Updates `com.google.cloud:libraries-bom` from 26.51.0 to 26.52.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.51.0...v26.52.0) Updates `com.azure.resourcemanager:azure-resourcemanager` from 2.45.0 to 2.46.0 - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-resourcemanager_2.45.0...azure-resourcemanager_2.46.0) Updates `io.sentry:sentry-bom` from 7.19.0 to 7.19.1 - [Release notes](https://github.com/getsentry/sentry-java/releases) - [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-java/compare/7.19.0...7.19.1) Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations` from 2.10.0 to 2.11.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-java-instrumentation/compare/v2.10.0...v2.11.0) Updates `org.springframework.boot` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.0...v3.4.1) Updates `io.spring.dependency-management` from 1.1.6 to 1.1.7 - [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.6...v1.1.7) --- updated-dependencies: - dependency-name: io.swagger.codegen.v3:swagger-codegen 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:libraries-bom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: com.azure.resourcemanager:azure-resourcemanager dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: io.sentry:sentry-bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index 6127bfbc42..58383fa5e0 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ buildscript { mavenCentral() } dependencies { - classpath('io.swagger.codegen.v3:swagger-codegen:3.0.64') + classpath('io.swagger.codegen.v3:swagger-codegen:3.0.66') // Required for gradle liquibase plugin classpath ('org.liquibase:liquibase-core:4.29.2') } @@ -33,10 +33,10 @@ plugins { id 'org.gradle.test-retry' version '1.6.0' id 'antlr' id 'org.hidetake.swagger.generator' version '2.19.2' - id 'org.springframework.boot' version '3.4.0' + id 'org.springframework.boot' version '3.4.1' id 'idea' id 'java' - id 'io.spring.dependency-management' version '1.1.6' + id 'io.spring.dependency-management' version '1.1.7' id 'jacoco' // After merging a spotless version update which requires a large-scale code reformat, add the // commit hash to .git-blame-ignore-revs to avoid cluttering git blame. @@ -64,7 +64,7 @@ allprojects { } dependencies { dependency 'io.swagger.core.v3:swagger-annotations:2.2.27' - dependency 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.64' + dependency 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.66' } } } @@ -164,7 +164,7 @@ dependencies { implementation 'com.google.apis:google-api-services-oauth2:v2-rev20200213-2.0.0' implementation 'com.google.apis:google-api-services-iam:v1-rev20230209-2.0.0' - implementation platform('com.google.cloud:libraries-bom:26.51.0') + implementation platform('com.google.cloud:libraries-bom:26.52.0') implementation 'com.google.cloud:google-cloud-billing' implementation 'com.google.cloud:google-cloud-resourcemanager' implementation 'com.google.cloud:google-cloud-bigquery' @@ -222,19 +222,19 @@ dependencies { // Azure related dependencies implementation 'com.azure:azure-identity:1.14.2' - implementation 'com.azure.resourcemanager:azure-resourcemanager:2.45.0' + implementation 'com.azure.resourcemanager:azure-resourcemanager:2.46.0' implementation 'com.azure.resourcemanager:azure-resourcemanager-loganalytics:1.1.0' implementation 'com.azure.resourcemanager:azure-resourcemanager-securityinsights:1.0.0-beta.5' implementation 'com.azure:azure-storage-common:12.28.0' implementation 'com.azure:azure-storage-file-datalake:12.22.0' implementation 'com.azure:azure-data-tables:12.5.0' - implementation platform('io.sentry:sentry-bom:7.19.0') //import bom + implementation platform('io.sentry:sentry-bom:7.19.1') //import bom implementation('io.sentry:sentry-spring-boot-starter-jakarta') implementation('io.sentry:sentry-logback') // OpenTelemetry @WithSpan annotations: - implementation 'io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.10.0' + implementation 'io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.11.0' testImplementation 'org.apache.parquet:parquet-common:1.15.0' testImplementation 'org.apache.parquet:parquet-hadoop:1.15.0'