Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AJ-1782]: Bump the minor-and-patch-updates group with 5 updates #936

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps the minor-and-patch-updates group with 5 updates:

Package From To
org.springframework.boot 3.3.3 3.3.4
com.azure:azure-storage-blob 12.27.1 12.28.0
com.google.cloud:spring-cloud-gcp-starter-storage 5.6.0 5.6.1
com.google.cloud:spring-cloud-gcp-starter-pubsub 5.6.0 5.6.1
com.google.cloud:google-cloud-nio 0.127.22 0.127.23

Updates org.springframework.boot from 3.3.3 to 3.3.4

Release notes

Sourced from org.springframework.boot's releases.

v3.3.4

🐞 Bug Fixes

  • management.health.db.ignore-routing-datasources=true has no effect when an AbstractRoutingDataSource has been wrapped #42322
  • Missing details in OAuth2ClientProperties validation error message #42279
  • FileNotFoundException from unused mis-configured SSL bundles #42169
  • ZipkinHttpClientSender fails with "Failed to introspect Class" when spring-web is not on the classpath #42161
  • @RestartScope can cause 'Recursive update' exceptions when used with container beans #42107
  • JarLauncher fails to load large jar files #42079
  • PropertiesMigrationListener wrongly reports property as deprecated when has group #42071
  • Using an empty string MongoDB 'replica-set-name' property will result in ClusterType=REPLICA_SET #42059
  • Default Logback config uses deprecated "converterClass" attribute #42006

📔 Documentation

  • Document that spring.jmx.enabled is not intended for third-party libraries #42285
  • Update link to Log4j2 system properties #42263
  • Links to GraphQL in the reference guide redirect to the root instead of specific sections #42208
  • Syntax error in "Receive a message reactively section" of the reference guide #42200
  • Deprecation reason for the autotime enabled, percentiles, and percentiles-historgram properties is confusing #42193
  • Replace RFC 7807 by RFC 9457 in property documentation #42190
  • Document that configuration property binding to a Kotlin value class with a default is not supported #42176
  • Update documentation to reflect new no handler found exception behavior #42167
  • Polish configuration property reference #42165
  • Remove link to “Converting a Spring Boot JAR Application to a WAR” as the guide is no longer available #42111
  • Fix StatsD link typo on Metrics documentation page #42109
  • Improve docker without buildpacks documentation #42106
  • Improve documentation in "Command-line Completion" #42103
  • Kotlin code examples are missing from the Testing section #42094
  • Fix incorrect command in Docker configuration for Colima #42078
  • Gradle Plugin AOT documentation has sample error #42046

🔨 Dependency Upgrades

  • Upgrade to Groovy 4.0.23 #42292
  • Upgrade to Hibernate 6.5.3.Final #42365
  • Upgrade to Infinispan 15.0.8.Final #42253
  • Upgrade to Jakarta Servlet JSP JSTL 3.0.2 #42254
  • Upgrade to Jetty 12.0.13 #42256
  • Upgrade to Jetty Reactive HTTPClient 4.0.7 #42255
  • Upgrade to Logback 1.5.8 #42257
  • Upgrade to Micrometer 1.13.4 #42129
  • Upgrade to Micrometer Tracing 1.3.4 #42130
  • Upgrade to MSSQL JDBC 12.6.4.jre11 #42258
  • Upgrade to Native Build Tools Plugin 0.10.3 #42205
  • Upgrade to Netty 4.1.113.Final #42259
  • Upgrade to Postgresql 42.7.4 #42260
  • Upgrade to R2DBC MariaDB 1.2.2 #42326
  • Upgrade to Reactor Bom 2023.0.10 #42131
  • Upgrade to SendGrid 4.10.3 #42366

... (truncated)

Commits
  • 8e9dc7b Release v3.3.4
  • 4e860f1 Merge branch '3.2.x' into 3.3.x
  • d137191 Next development version (v3.2.11-SNAPSHOT)
  • 97dd01e Upgrade to SendGrid 4.10.3
  • 1b3b3aa Upgrade to Hibernate 6.5.3.Final
  • c2adc3b Upgrade to Zipkin Reporter 3.4.2
  • 0271b24 Merge branch '3.2.x' into 3.3.x
  • ae8315e Use Liberica for Java 23 CI
  • 4956990 Merge branch '3.2.x' into 3.3.x
  • f9379f4 Apply nohttp check per-project rather than at root
  • Additional commits viewable in compare view

Updates com.azure:azure-storage-blob from 12.27.1 to 12.28.0

Release notes

Sourced from com.azure:azure-storage-blob's releases.

azure-storage-blob_12.28.0

12.28.0 (2024-09-17)

Features Added

  • Added ability to retrieve SAS string to sign for debugging purposes.
  • Added support for service version 2024-11-04.

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.50.0 to version 1.52.0.
  • Upgraded azure-core-http-netty from 1.15.2 to version 1.15.4.
  • Upgraded azure-storage-common from 12.26.0 to version 12.27.0.
  • Upgraded azure-storage-internal-avro from 12.12.0 to version 12.13.0.
Commits

Updates com.google.cloud:spring-cloud-gcp-starter-storage from 5.6.0 to 5.6.1

Release notes

Sourced from com.google.cloud:spring-cloud-gcp-starter-storage's releases.

v5.6.1

5.6.1 (2024-09-20)

Bug Fixes

  • add credential runtime hint for graalvm compilation (#3200) (f7fc095)
  • added native image class initialization workaround to storage samples (#3195) (84e4fc4)
  • dep: update all actions/upload-artifact to v4 as v2 was deprecated and now fails work flows (#3204) (2f0f275)
  • Descendants entities losing database ID from parent (#3142) (#3156) (02a1e65)
  • handle null primary keys between parent and child objects (#3179) (42c69b6)

Dependencies

  • bump com.google.cloud:libraries-bom from 26.45.0 to 26.47.0 (#3225) (c56409f)

Documentation

  • Update README.adoc for v5.6.0, v4.10.8 and v3.8.8 (#3194) (96709b2)
Changelog

Sourced from com.google.cloud:spring-cloud-gcp-starter-storage's changelog.

5.6.1 (2024-09-20)

Bug Fixes

  • add credential runtime hint for graalvm compilation (#3200) (f7fc095)
  • added native image class initialization workaround to storage samples (#3195) (84e4fc4)
  • dep: update all actions/upload-artifact to v4 as v2 was deprecated and now fails work flows (#3204) (2f0f275)
  • Descendants entities losing database ID from parent (#3142) (#3156) (02a1e65)
  • handle null primary keys between parent and child objects (#3179) (42c69b6)

Dependencies

  • bump com.google.cloud:libraries-bom from 26.45.0 to 26.47.0 (#3225) (c56409f)

Documentation

  • Update README.adoc for v5.6.0, v4.10.8 and v3.8.8 (#3194) (96709b2)
Commits

Updates com.google.cloud:spring-cloud-gcp-starter-pubsub from 5.6.0 to 5.6.1

Release notes

Sourced from com.google.cloud:spring-cloud-gcp-starter-pubsub's releases.

v5.6.1

5.6.1 (2024-09-20)

Bug Fixes

  • add credential runtime hint for graalvm compilation (#3200) (f7fc095)
  • added native image class initialization workaround to storage samples (#3195) (84e4fc4)
  • dep: update all actions/upload-artifact to v4 as v2 was deprecated and now fails work flows (#3204) (2f0f275)
  • Descendants entities losing database ID from parent (#3142) (#3156) (02a1e65)
  • handle null primary keys between parent and child objects (#3179) (42c69b6)

Dependencies

  • bump com.google.cloud:libraries-bom from 26.45.0 to 26.47.0 (#3225) (c56409f)

Documentation

  • Update README.adoc for v5.6.0, v4.10.8 and v3.8.8 (#3194) (96709b2)
Changelog

Sourced from com.google.cloud:spring-cloud-gcp-starter-pubsub's changelog.

5.6.1 (2024-09-20)

Bug Fixes

  • add credential runtime hint for graalvm compilation (#3200) (f7fc095)
  • added native image class initialization workaround to storage samples (#3195) (84e4fc4)
  • dep: update all actions/upload-artifact to v4 as v2 was deprecated and now fails work flows (#3204) (2f0f275)
  • Descendants entities losing database ID from parent (#3142) (#3156) (02a1e65)
  • handle null primary keys between parent and child objects (#3179) (42c69b6)

Dependencies

  • bump com.google.cloud:libraries-bom from 26.45.0 to 26.47.0 (#3225) (c56409f)

Documentation

  • Update README.adoc for v5.6.0, v4.10.8 and v3.8.8 (#3194) (96709b2)
Commits

Updates com.google.cloud:spring-cloud-gcp-starter-pubsub from 5.6.0 to 5.6.1

Release notes

Sourced from com.google.cloud:spring-cloud-gcp-starter-pubsub's releases.

v5.6.1

5.6.1 (2024-09-20)

Bug Fixes

  • add credential runtime hint for graalvm compilation (#3200) (f7fc095)
  • added native image class initialization workaround to storage samples (#3195) (84e4fc4)
  • dep: update all actions/upload-artifact to v4 as v2 was deprecated and now fails work flows (#3204) (2f0f275)
  • Descendants entities losing database ID from parent (#3142) (#3156) (02a1e65)
  • handle null primary keys between parent and child objects (#3179) (42c69b6)

Dependencies

  • bump com.google.cloud:libraries-bom from 26.45.0 to 26.47.0 (#3225) (c56409f)

Documentation

  • Update README.adoc for v5.6.0, v4.10.8 and v3.8.8 (#3194) (96709b2)
Changelog

Sourced from com.google.cloud:spring-cloud-gcp-starter-pubsub's changelog.

5.6.1 (2024-09-20)

Bug Fixes

  • add credential runtime hint for graalvm compilation (#3200) (f7fc095)
  • added native image class initialization workaround to storage samples (#3195) (84e4fc4)
  • dep: update all actions/upload-artifact to v4 as v2 was deprecated and now fails work flows (#3204) (2f0f275)
  • Descendants entities losing database ID from parent (#3142) (#3156) (02a1e65)
  • handle null primary keys between parent and child objects (#3179) (42c69b6)

Dependencies

  • bump com.google.cloud:libraries-bom from 26.45.0 to 26.47.0 (#3225) (c56409f)

Documentation

  • Update README.adoc for v5.6.0, v4.10.8 and v3.8.8 (#3194) (96709b2)
Commits

Updates com.google.cloud:google-cloud-nio from 0.127.22 to 0.127.23

Release notes

Sourced from com.google.cloud:google-cloud-nio's releases.

v0.127.23

0.127.23 (2024-09-17)

Dependencies

  • Update dependency com.google.apis:google-api-services-storage to v1-rev20240819-2.0.0 (#1460) (bf6cfdc)
  • Update dependency com.google.cloud:google-cloud-storage to v2.43.0 (#1468) (4e2963c)
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.35.0 (#1466) (6fe3708)
Changelog

Sourced from com.google.cloud:google-cloud-nio's changelog.

0.127.23 (2024-09-17)

Dependencies

  • Update dependency com.google.apis:google-api-services-storage to v1-rev20240819-2.0.0 (#1460) (bf6cfdc)
  • Update dependency com.google.cloud:google-cloud-storage to v2.43.0 (#1468) (4e2963c)
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.35.0 (#1466) (6fe3708)
Commits
  • 3256269 chore(main): release 0.127.23 (#1461)
  • 4e2963c deps: update dependency com.google.cloud:google-cloud-storage to v2.43.0 (#1468)
  • 4a4aca3 chore: disable owlbot (#1467)
  • 6fe3708 deps: update dependency com.google.cloud:sdk-platform-java-config to v3.35.0 ...
  • 76f77b2 chore(deps): update dependency com.google.cloud:libraries-bom to v26.45.0 (#1...
  • bf6cfdc deps: update dependency com.google.apis:google-api-services-storage to v1-rev...
  • f3ebb65 chore(deps): update dependency com.google.cloud:google-cloud-nio to v0.127.22...
  • 9eecb5b chore(main): release 0.127.23-SNAPSHOT (#1458)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file gradle Gradle dependency updates labels Sep 23, 2024
@dependabot dependabot bot requested a review from a team September 23, 2024 12:34
Copy link

sonarcloud bot commented Sep 23, 2024

@davidangb davidangb merged commit 57cb223 into main Sep 23, 2024
24 checks passed
@davidangb davidangb deleted the dependabot/gradle/minor-and-patch-updates-217f562009 branch September 23, 2024 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file gradle Gradle dependency updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant