From d8904634707ea4c3d3acefb175d4698b2347128d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:12:22 -0400 Subject: [PATCH] [CORE-69]: Bump the minor-and-patch-updates group with 5 updates (#948) Bumps the minor-and-patch-updates group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.3.4` | `3.3.5` | | [com.azure:azure-identity-extensions](https://github.com/azure/azure-sdk-for-java) | `1.1.20` | `1.1.21` | | [io.sentry:sentry-logback](https://github.com/getsentry/sentry-java) | `7.15.0` | `7.16.0` | | [com.google.cloud:spring-cloud-gcp-starter-storage](https://github.com/GoogleCloudPlatform/spring-cloud-gcp) | `5.7.0` | `5.8.0` | | [com.google.cloud:spring-cloud-gcp-starter-pubsub](https://github.com/GoogleCloudPlatform/spring-cloud-gcp) | `5.7.0` | `5.8.0` | Updates `org.springframework.boot` from 3.3.4 to 3.3.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.4...v3.3.5) Updates `com.azure:azure-identity-extensions` from 1.1.20 to 1.1.21 - [Release notes](https://github.com/azure/azure-sdk-for-java/releases) - [Commits](https://github.com/azure/azure-sdk-for-java/compare/azure-ai-metricsadvisor_1.1.20...azure-ai-metricsadvisor_1.1.21) Updates `io.sentry:sentry-logback` from 7.15.0 to 7.16.0 - [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.15.0...7.16.0) Updates `com.google.cloud:spring-cloud-gcp-starter-storage` from 5.7.0 to 5.8.0 - [Release notes](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases) - [Changelog](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/compare/v5.7.0...v5.8.0) Updates `com.google.cloud:spring-cloud-gcp-starter-pubsub` from 5.7.0 to 5.8.0 - [Release notes](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases) - [Changelog](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/compare/v5.7.0...v5.8.0) Updates `com.google.cloud:spring-cloud-gcp-starter-pubsub` from 5.7.0 to 5.8.0 - [Release notes](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases) - [Changelog](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/compare/v5.7.0...v5.8.0) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: com.azure:azure-identity-extensions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: io.sentry:sentry-logback dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-updates - dependency-name: com.google.cloud:spring-cloud-gcp-starter-storage dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-updates - dependency-name: com.google.cloud:spring-cloud-gcp-starter-pubsub dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-updates - dependency-name: com.google.cloud:spring-cloud-gcp-starter-pubsub dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-updates ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- service/build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index eb731760e..c906a807b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin plugins { - id 'org.springframework.boot' version '3.3.4' apply false + id 'org.springframework.boot' version '3.3.5' apply false id 'io.spring.dependency-management' version '1.1.6' apply false id 'com.google.cloud.tools.jib' version '3.4.3' apply false id "org.sonarqube" version "5.1.0.4882" apply false diff --git a/service/build.gradle b/service/build.gradle index 6eb797fb0..3bd0b369d 100644 --- a/service/build.gradle +++ b/service/build.gradle @@ -39,7 +39,7 @@ jib { ext { parquet_mr_version = "1.14.3" hadoop_version = "3.4.1" - spring_cloud_gcp_version = "5.7.0" + spring_cloud_gcp_version = "5.8.0" } dependencies { @@ -51,7 +51,7 @@ dependencies { // Azure libraries implementation 'com.microsoft.azure:applicationinsights-runtime-attach:3.5.3' implementation 'com.azure:azure-storage-blob:12.28.1' - implementation 'com.azure:azure-identity-extensions:1.1.20' // postgres password plugin + implementation 'com.azure:azure-identity-extensions:1.1.21' // postgres password plugin implementation 'org.springframework.boot:spring-boot-starter' implementation 'org.springframework.boot:spring-boot-starter-jdbc' @@ -69,7 +69,7 @@ dependencies { implementation 'org.postgresql:postgresql' implementation 'org.webjars:webjars-locator-core' // versioned by spring dependency management implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-csv' - implementation 'io.sentry:sentry-logback:7.15.0' + implementation 'io.sentry:sentry-logback:7.16.0' implementation 'net.logstash.logback:logstash-logback-encoder:8.0' implementation 'org.codehaus.janino:janino' implementation 'org.liquibase:liquibase-core'