Skip to content

Commit

Permalink
[CORE-69]: Bump the minor-and-patch-updates group with 5 updates (#948)
Browse files Browse the repository at this point in the history
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](spring-projects/spring-boot@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](Azure/azure-sdk-for-java@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](getsentry/sentry-java@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](GoogleCloudPlatform/spring-cloud-gcp@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](GoogleCloudPlatform/spring-cloud-gcp@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](GoogleCloudPlatform/spring-cloud-gcp@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent f87b6ef commit d890463
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit d890463

Please sign in to comment.