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

[PF-2987]: Bump the minor-patch-dependencies group with 12 updates #158

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Bumps the minor-patch-dependencies group with 12 updates:

Package From To
com.fasterxml.jackson:jackson-bom 2.17.2 2.18.0
com.google.cloud:libraries-bom 26.45.0 26.47.0
org.springframework:spring-context 6.1.12 6.1.13
org.springframework:spring-web 6.1.12 6.1.13
org.liquibase:liquibase-core 4.29.1 4.29.2
commons-io:commons-io 2.16.1 2.17.0
org.mockito:mockito-junit-jupiter 5.13.0 5.14.1
org.springframework.shell:spring-shell-starter 3.3.2 3.3.3
org.springframework.boot 3.3.3 3.3.4
com.azure:azure-messaging-servicebus 7.17.3 7.17.4
com.azure:azure-identity 1.13.2 1.13.3
io.netty:netty-bom 4.1.112.Final 4.1.113.Final

Updates com.fasterxml.jackson:jackson-bom from 2.17.2 to 2.18.0

Commits
  • 7236550 [maven-release-plugin] prepare release jackson-bom-2.18.0
  • 58c2791 Prepare for 2.18.0 release
  • 3775318 Merge pull request #73 from FasterXML/dependabot/github_actions/github-action...
  • 540b7e7 Bump actions/setup-java from 4.2.1 to 4.2.2 in the github-actions group
  • 6cc8c64 Back to snapshot deps
  • 3c90e0e [maven-release-plugin] prepare for next development iteration
  • 7b9cf20 [maven-release-plugin] prepare release jackson-bom-2.18.0-rc1
  • f2d90ac Prepare for 2.18.0-rc1 release
  • e910a1e Update deps to 2.18.0-rc1-SNAPSHOT
  • b35d27c Merge branch '2.17' into 2.18
  • Additional commits viewable in compare view

Updates com.google.cloud:libraries-bom from 26.45.0 to 26.47.0

Release notes

Sourced from com.google.cloud:libraries-bom's releases.

v26.47.0

GCP Libraries BOM 26.47.0

Here are the differences from the previous version (26.46.0)

The group ID of the following artifacts is com.google.cloud.

Notable Changes

Other libraries

  • [aiplatform] add max_wait_duration to Scheduling (7f98418)
  • [aiplatform] add max_wait_duration to Scheduling (7f98418)
  • [alloydb] support for enabling outbound public IP on an instance (8759972)
  • [connectgateway] new module for connectgateway (#11106) (0ad33c1)
  • [container] add ReleaseChannel EXTENDED value (7f98418)
  • [marketingplatformadminapi] new module for marketingplatformadminapi (#11133) (466ae72)
  • [recaptchaenterprise] add AssessmentEnvironment for CreateAssessement to explicitly describe the environment of the assessment (7f98418)
  • [vertexai] add util class SchemaMaker to create Schema from JsonString or JsonObject (#11118) (22f9fe3)
  • [vertexai] update gapic library to the latest version (#11129) (711cd72)
  • [visionai] request client libraries for new languages (8759972)

Version Upgrades

Patch Version Upgrades

  • google-cloud-firestore:3.26.3 (prev:3.26.2; Release Notes: v3.26.3)
  • google-cloud-firestore-admin:3.26.3 (prev:3.26.2; Release Notes: v3.26.3)

Core Library Dependencies

These client libraries are built with the following Java libraries:

  • Guava: 33.3.0-jre
  • Protobuf Java: 3.25.4
  • Google Auth Library: 1.25.0
  • Google API Client: 2.7.0
  • gRPC: 1.66.0
  • GAX: 2.53.0
  • Google Cloud Core: 2.43.0

API Reference

You can find the API references of the SDK in Java Cloud Client Libraries

v26.46.0

GCP Libraries BOM 26.46.0

Here are the differences from the previous version (26.45.0)

New Addition

  • com.google.cloud:google-cloud-connectgateway:0.1.0

... (truncated)

Commits
  • 2dc6332 chore: release main (#6759)
  • f89ac2a deps: update dependency com.google.cloud:google-cloud-firestore-bom to v3.26....
  • 9dde13c chore: release main (#6754)
  • 857e0c1 chore: release main (#6741)
  • 5b7ca43 deps: update dependency com.google.cloud:google-cloud-nio to v0.127.23 (#6753)
  • 4492fce deps: update dependency com.google.cloud:google-cloud-firestore-bom to v3.26....
  • c305cdf deps: update dependency com.google.cloud:google-cloud-storage-bom to v2.43.0 ...
  • 0e92aea deps: update dependency com.google.cloud:google-cloud-bigtable-bom to v2.44.0...
  • 5308300 deps: update dependency com.google.cloud:google-cloud-firestore-bom to v3.26....
  • 06f632d deps: update dependency com.google.cloud:gapic-libraries-bom to v1.43.0 (#6745)
  • Additional commits viewable in compare view

Updates org.springframework:spring-context from 6.1.12 to 6.1.13

Release notes

Sourced from org.springframework:spring-context's releases.

v6.1.13

⭐ New Features

  • Errors thrown from SmartLifeycle#stop results in (unnecessary) waiting for the shutdown timeout #33442
  • Updates to resource handling for functional endpoints #33434
  • Stop logging result in WebAsyncManager #33406
  • spring native not support method handler with kotlin default value #33384

🐞 Bug Fixes

  • Ensure use of specified status code on redirect with Rendering #33498
  • Inconsistent handling of X-Forwarded-Prefix in servlet and reactive stack #33465
  • ServerHttpObservationFilter does not register against new async operations #33451
  • Revert removal of deprecated rawStatusCode methods #33440
  • PathMatchingResourcePatternResolver no longer follows symlinks #33424
  • Deadlock between SseEmitter and StandardServletAsyncWebRequest when clients disconnect #33421
  • RestClient doesn't open a scope for the processing of the request #33397
  • WebTestClient leaks when ParameterizedTypeReference is used #33389

📔 Documentation

  • Document fixed rate scheduling with CRaC #33490
  • Update information in SpEL Evaluation chapter in reference manual #33456
  • Stop documenting use of -debug compiler flag in reference manual #33453
  • Use discrete headings instead of titled blocks in reference manual #33447
  • Fix example for @ImportResource in the reference manual #33446
  • Fix a typo in the CDS documentation #33437
  • Fix link to chapter introduction #33417
  • Improve documentation on reading form data via Servlet request parameters vs @RequestBody #33409

🔨 Dependency Upgrades

  • Upgrade to Kotlin 1.9.25 #33471
  • Upgrade to Micrometer 1.12.10 #33518
  • Upgrade to Objenesis 3.4 #33526
  • Upgrade to Reactor 2023.0.10 #33519

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​dancer1325, @​izeye, and @​yfoel

Commits
  • f083962 Release v6.1.13
  • d86bf8b Align RouterFunctions resource handling
  • c77de8a Downgrade to Tomcat 10.1.28
  • 4e49f67 Upgrade to SLF4J 2.0.16, Tomcat 10.1.29, Jetty 12.0.13, Netty 4.1.113, Undert...
  • 54dbb9f Upgrade to Objenesis 3.4
  • 34f649c Upgrade to Reactor 2023.0.10
  • 5b01f31 Upgrade to Micrometer 1.12.10
  • 9150c81 Document fixed rate scheduling with CRaC
  • 4e1756d Polishing
  • 5c1ab7e Polishing contribution
  • Additional commits viewable in compare view

Updates org.springframework:spring-web from 6.1.12 to 6.1.13

Release notes

Sourced from org.springframework:spring-web's releases.

v6.1.13

⭐ New Features

  • Errors thrown from SmartLifeycle#stop results in (unnecessary) waiting for the shutdown timeout #33442
  • Updates to resource handling for functional endpoints #33434
  • Stop logging result in WebAsyncManager #33406
  • spring native not support method handler with kotlin default value #33384

🐞 Bug Fixes

  • Ensure use of specified status code on redirect with Rendering #33498
  • Inconsistent handling of X-Forwarded-Prefix in servlet and reactive stack #33465
  • ServerHttpObservationFilter does not register against new async operations #33451
  • Revert removal of deprecated rawStatusCode methods #33440
  • PathMatchingResourcePatternResolver no longer follows symlinks #33424
  • Deadlock between SseEmitter and StandardServletAsyncWebRequest when clients disconnect #33421
  • RestClient doesn't open a scope for the processing of the request #33397
  • WebTestClient leaks when ParameterizedTypeReference is used #33389

📔 Documentation

  • Document fixed rate scheduling with CRaC #33490
  • Update information in SpEL Evaluation chapter in reference manual #33456
  • Stop documenting use of -debug compiler flag in reference manual #33453
  • Use discrete headings instead of titled blocks in reference manual #33447
  • Fix example for @ImportResource in the reference manual #33446
  • Fix a typo in the CDS documentation #33437
  • Fix link to chapter introduction #33417
  • Improve documentation on reading form data via Servlet request parameters vs @RequestBody #33409

🔨 Dependency Upgrades

  • Upgrade to Kotlin 1.9.25 #33471
  • Upgrade to Micrometer 1.12.10 #33518
  • Upgrade to Objenesis 3.4 #33526
  • Upgrade to Reactor 2023.0.10 #33519

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​dancer1325, @​izeye, and @​yfoel

Commits
  • f083962 Release v6.1.13
  • d86bf8b Align RouterFunctions resource handling
  • c77de8a Downgrade to Tomcat 10.1.28
  • 4e49f67 Upgrade to SLF4J 2.0.16, Tomcat 10.1.29, Jetty 12.0.13, Netty 4.1.113, Undert...
  • 54dbb9f Upgrade to Objenesis 3.4
  • 34f649c Upgrade to Reactor 2023.0.10
  • 5b01f31 Upgrade to Micrometer 1.12.10
  • 9150c81 Document fixed rate scheduling with CRaC
  • 4e1756d Polishing
  • 5c1ab7e Polishing contribution
  • Additional commits viewable in compare view

Updates org.liquibase:liquibase-core from 4.29.1 to 4.29.2

Release notes

Sourced from org.liquibase:liquibase-core's releases.

Liquibase v4.29.2

Liquibase 4.29.2 is a patch release

[!IMPORTANT] Liquibase 4.29.2 patches minor issues found in Liquibase 4.29.1 release.

[!NOTE] See the Liquibase 4.29.2 Release Notes for the complete set of release information.

Notable Changes

[PRO]

Custom Policy Checks updates: Create and run Python-based checks which fit your specific needs.

  • Liquibase checks have been opened to the world of Python development! This release fixes some minor issues so you can use your custom Python scripts as policy checks to solve your nuanced and techstack specific conditions for better risk mitigation, compliance, code quality, security, and more.
  • Learn more https://docs.liquibase.com/custom-policy-checks
  • Get the Checks extension to enable this capability: https://docs.liquibase.com/pro-extensions

Deprecation Notice

MacOS .dmg Installer to be removed in next release.

  • This is the final Liquibase release in which the MacOS installer will be shipped. Both the tarball (the liquibase-x.y.z.tar.gz) and the .zip (liquibase-x.y.x.zip) are the preferred replaced options for MacOS users.
  • Questions or comments? https://www.liquibase.com/contact-us

[PRO] Changelog

💥 Breaking Changes

  • None

Changes

... (truncated)

Changelog

Sourced from org.liquibase:liquibase-core's changelog.

Liquibase 4.29.2 is a patch release

Liquibase 4.29.2 patches minor issues found in Liquibase 4.29.1 release.

Notable Changes

[PRO]

Custom Policy Checks updates: Create and run Python-based checks which fit your specific needs.

  • Liquibase checks have been opened to the world of Python development! This release fixes some minor issues so you can use your custom Python scripts as policy checks to solve your nuanced and techstack specific conditions for better risk mitigation, compliance, code quality, security, and more.
  • Learn more https://docs.liquibase.com/custom-policy-checks
  • Get the Checks extension to enable this capability: https://docs.liquibase.com/pro-extensions

Deprecation Notice

MacOS .dmg Installer to be removed in next release.

  • This is the final Liquibase release in which the MacOS installer will be shipped. Both the tarball (the liquibase-x.y.z.tar.gz) and the .zip (liquibase-x.y.x.zip) are the preferred replaced options for MacOS users.
  • Questions or comments? https://www.liquibase.com/contact-us

[PRO] Changelog

Changes

[OSS] Changelog

Changes

... (truncated)

Commits
  • fd04dbd Merge pull request #6279 from liquibase/release_4292_changelog
  • d822676 chore: fix changelog for 4.29.2
  • e6aa1e6 chore: restore DAT-18398 changes
  • 040b732 Sync dry-run workflows from master
  • db61d48 Changelog for 4.29.2 + revert snowflake driver + slf4j versions (#6269)
  • bb50f58 🔧 (release-published.yml): Change the condition for the 'release-docker' job ...
  • 7c963ba chore: restore DAT-18398 changes
  • 7a6015d 🔧 (create-release.yml): update condition to check for boolean false instead o...
  • 35b3ba5 🔧 (create-release.yml): add default value 'master' for branch parameter in on...
  • 57c0ae1 fix release workflows (#6260)
  • Additional commits viewable in compare view

Updates commons-io:commons-io from 2.16.1 to 2.17.0

Updates org.mockito:mockito-junit-jupiter from 5.13.0 to 5.14.1

Release notes

Sourced from org.mockito:mockito-junit-jupiter's releases.

v5.14.1

Changelog generated by Shipkit Changelog Gradle Plugin

5.14.1

v5.14.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.14.0

Commits
  • 39a0c75 fix: gradle mockitoAgent configuration should not be transitive (#3454)
  • e928059 Bump bytebuddy from 1.15.2 to 1.15.3 (#3452)
  • 8a0e586 Disable mocks with an error message (#3424)
  • d28b012 Fix typo in Javadoc of ArgumentCaptor (#3448)
  • a2fc9c6 Bump org.junit.platform:junit-platform-launcher from 1.11.0 to 1.11.1 (#3451)
  • c3fcc6e Split subprojects by deliverable and integration tests (#3447)
  • f5858c2 Bump bytebuddy from 1.15.1 to 1.15.2 (#3450)
  • 1e337ed Allow for installing a Java agent within the Mockito jar, without exposing By...
  • a1d5860 Bump org.eclipse.platform:org.eclipse.osgi from 3.20.0 to 3.21.0 (#3440)
  • 0438593 Bump com.gradle.enterprise from 3.18 to 3.18.1 (#3439)
  • Additional commits viewable in compare view

Updates org.springframework.shell:spring-shell-starter from 3.3.2 to 3.3.3

Release notes

Sourced from org.springframework.shell:spring-shell-starter's releases.

3.3.3

Generic Notes

Fixes

This release contains some notable changes:

  • Builds on spring-boot 3.3.4

Issues

#1136 Upgrade spring-boot 3.3.4

Commits

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-messaging-servicebus from 7.17.3 to 7.17.4

Release notes

Sourced from com.azure:azure-messaging-servicebus's releases.

azure-messaging-servicebus_7.17.4

7.17.4 (2024-09-27)

Features Added

  • Added runtime inspection for cores, pool size and Processor concurrency and a log statement linking to troubleshooting guideline on resourcing. This is based on the discussion here (41489)
  • Integrated RequestResponseChannelCache (CBS, Management channel cache) and ReactorSessionCache, these caches are activated when the configuration com.azure.core.amqp.cache is opted-in. (39107)

Bugs Fixed

  • Fixes the message size computation in ServiceBusMessageSerializer to include size of delivery annotations. (41605)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.51.0 to 1.52.0.
  • Upgraded azure-core-amqp from 2.9.8 to 2.9.9.
  • Upgraded azure-identity from 1.13.2 to 1.13.3.
Commits
  • dc1df9b Running Prepare-Release for azure-messaging-servicebus 7.17.4 (#42088)
  • a60f484 Update PerfAutomation.jfc file (#42104)
  • 7fbdc0a Reliability enhancement for LocalTestServer (#42078)
  • 93a9ba2 Enable Spotless on Agrifood, Anomaly Detector, AOT, and Attestation data-plan...
  • b60bf50 Increment package versions for communication releases (#42079)
  • d57ea25 Increment package versions for resourcemanager releases (#42093)
  • 0b65b4d Rename VertxAsync* to Vertx* (#42072)
  • a1b6db0 Increment package versions for trustedsigning releases (#42102)
  • ccec266 [Automation] Generate Fluent Lite from TypeSpec trustedsigning (#42100)
  • 89a7958 mgmt, update doc on live test (#42086)
  • Additional commits viewable in compare view

Updates com.azure:azure-identity from 1.13.2 to 1.13.3

Release notes

Sourced from com.azure:azure-identity's releases.

azure-identity_1.13.3

1.13.3 (2024-09-13)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.51.0 to version 1.52.0.
  • Upgraded azure-core-http-netty from 1.15.3 to version 1.15.4.
  • Upgraded azure-json from 1.2.0 to version 1.3.0.
  • Upgraded msal4j from 1.16.2 to version 1.17.1.
Commits

Updates io.netty:netty-bom from 4.1.112.Final to 4.1.113.Final

Commits
  • d0a109e [maven-release-plugin] prepare release netty-4.1.113.Final
  • e1d6384 Cleanup fields on AdaptiveByteBuf::deallocate (#14273)
  • 8a02f45 Upload hidden files for staging (#14275)
  • c0fdb8e adjust continuation frame header length (#14245)
  • 95d86bb chore: clean code DefaultChannelPipeline add method (#14249)
  • 1c1da9f Fix netty-all artifact snapshot deployments (#14264)
  • 235eb6f Upgrade to netty-tcnative 2.0.66.Final (#14254)
  • ceade95 Ensure flushes are not discarded by ChunkedWriteHandler for passed th… (#14248)
  • dc30c33 Add new SslHandler.isEncrypted(...) variant that will not produce fal… (#14243)
  • 31d1592 Remove reference to parent in recycled buffers for leak detection (#14250)
  • Additional commits viewable 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...

Description has been truncated

Bumps the minor-patch-dependencies group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.17.2` | `2.18.0` |
| [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) | `26.45.0` | `26.47.0` |
| [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `6.1.12` | `6.1.13` |
| [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) | `6.1.12` | `6.1.13` |
| [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) | `4.29.1` | `4.29.2` |
| commons-io:commons-io | `2.16.1` | `2.17.0` |
| [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | `5.13.0` | `5.14.1` |
| [org.springframework.shell:spring-shell-starter](https://github.com/spring-projects/spring-shell) | `3.3.2` | `3.3.3` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.3.3` | `3.3.4` |
| [com.azure:azure-messaging-servicebus](https://github.com/Azure/azure-sdk-for-java) | `7.17.3` | `7.17.4` |
| [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) | `1.13.2` | `1.13.3` |
| [io.netty:netty-bom](https://github.com/netty/netty) | `4.1.112.Final` | `4.1.113.Final` |


Updates `com.fasterxml.jackson:jackson-bom` from 2.17.2 to 2.18.0
- [Commits](FasterXML/jackson-bom@jackson-bom-2.17.2...jackson-bom-2.18.0)

Updates `com.google.cloud:libraries-bom` from 26.45.0 to 26.47.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](googleapis/java-cloud-bom@v26.45.0...v26.47.0)

Updates `org.springframework:spring-context` from 6.1.12 to 6.1.13
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.12...v6.1.13)

Updates `org.springframework:spring-web` from 6.1.12 to 6.1.13
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.12...v6.1.13)

Updates `org.liquibase:liquibase-core` from 4.29.1 to 4.29.2
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.29.1...v4.29.2)

Updates `commons-io:commons-io` from 2.16.1 to 2.17.0

Updates `org.mockito:mockito-junit-jupiter` from 5.13.0 to 5.14.1
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.13.0...v5.14.1)

Updates `org.springframework.shell:spring-shell-starter` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/spring-projects/spring-shell/releases)
- [Commits](spring-projects/spring-shell@v3.3.2...v3.3.3)

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-messaging-servicebus` from 7.17.3 to 7.17.4
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-messaging-servicebus_7.17.3...azure-messaging-servicebus_7.17.4)

Updates `com.azure:azure-identity` from 1.13.2 to 1.13.3
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-identity_1.13.2...azure-identity_1.13.3)

Updates `io.netty:netty-bom` from 4.1.112.Final to 4.1.113.Final
- [Commits](netty/netty@netty-4.1.112.Final...netty-4.1.113.Final)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: org.springframework:spring-context
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: org.springframework:spring-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: org.liquibase:liquibase-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.springframework.shell:spring-shell-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: com.azure:azure-messaging-servicebus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: com.azure:azure-identity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: io.netty:netty-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from a team, cpate4 and jsotobroad and removed request for a team October 1, 2024 11:06
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2024

The following labels could not be found: dependency, gradle.

Copy link

sonarcloud bot commented Oct 1, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants