Skip to content

Commit

Permalink
[AJ-1782]: Bump the minor-and-patch-updates group with 5 updates (#936)
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.3` | `3.3.4` |
| [com.azure:azure-storage-blob](https://github.com/Azure/azure-sdk-for-java) | `12.27.1` | `12.28.0` |
| [com.google.cloud:spring-cloud-gcp-starter-storage](https://github.com/GoogleCloudPlatform/spring-cloud-gcp) | `5.6.0` | `5.6.1` |
| [com.google.cloud:spring-cloud-gcp-starter-pubsub](https://github.com/GoogleCloudPlatform/spring-cloud-gcp) | `5.6.0` | `5.6.1` |
| [com.google.cloud:google-cloud-nio](https://github.com/googleapis/java-storage-nio) | `0.127.22` | `0.127.23` |


Updates `org.springframework.boot` from 3.3.3 to 3.3.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.3...v3.3.4)

Updates `com.azure:azure-storage-blob` from 12.27.1 to 12.28.0
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-storage-blob_12.27.1...azure-storage-blob_12.28.0)

Updates `com.google.cloud:spring-cloud-gcp-starter-storage` from 5.6.0 to 5.6.1
- [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.6.0...v5.6.1)

Updates `com.google.cloud:spring-cloud-gcp-starter-pubsub` from 5.6.0 to 5.6.1
- [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.6.0...v5.6.1)

Updates `com.google.cloud:spring-cloud-gcp-starter-pubsub` from 5.6.0 to 5.6.1
- [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.6.0...v5.6.1)

Updates `com.google.cloud:google-cloud-nio` from 0.127.22 to 0.127.23
- [Release notes](https://github.com/googleapis/java-storage-nio/releases)
- [Changelog](https://github.com/googleapis/java-storage-nio/blob/main/CHANGELOG.md)
- [Commits](googleapis/java-storage-nio@v0.127.22...v0.127.23)

---
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-storage-blob
  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-patch
  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-patch
  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-patch
  dependency-group: minor-and-patch-updates
- dependency-name: com.google.cloud:google-cloud-nio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 5a0cea1 commit 57cb223
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.3' apply false
id 'org.springframework.boot' version '3.3.4' 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.2"
hadoop_version = "3.4.0"
spring_cloud_gcp_version = "5.6.0"
spring_cloud_gcp_version = "5.6.1"
}

dependencies {
Expand All @@ -51,7 +51,7 @@ dependencies {
// Azure libraries
// do not upgrade app insights past 3.5.1 until AJ-1897 is resolved
implementation 'com.microsoft.azure:applicationinsights-runtime-attach:3.5.3'
implementation 'com.azure:azure-storage-blob:12.27.1'
implementation 'com.azure:azure-storage-blob:12.28.0'
implementation 'com.azure:azure-identity-extensions:1.1.19' // postgres password plugin

implementation 'org.springframework.boot:spring-boot-starter'
Expand Down Expand Up @@ -141,7 +141,7 @@ dependencies {
testImplementation 'org.awaitility:awaitility'

// google bucket mock
testImplementation 'com.google.cloud:google-cloud-nio:0.127.22'
testImplementation 'com.google.cloud:google-cloud-nio:0.127.23'

constraints {
implementation('org.json:json:20240303') {
Expand Down

0 comments on commit 57cb223

Please sign in to comment.