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 10 updates #163

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

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

Package From To
com.google.cloud:libraries-bom 26.52.0 26.53.0
org.apache.commons:commons-pool2 2.12.0 2.12.1
org.springframework:spring-context 6.2.1 6.2.2
org.springframework:spring-web 6.2.1 6.2.2
org.liquibase:liquibase-core 4.30.0 4.31.0
org.mockito:mockito-junit-jupiter 5.14.2 5.15.2
org.springframework.boot 3.4.1 3.4.2
com.azure:azure-messaging-servicebus 7.17.7 7.17.8
com.azure:azure-identity 1.14.2 1.15.0
io.netty:netty-bom 4.1.116.Final 4.1.117.Final

Updates com.google.cloud:libraries-bom from 26.52.0 to 26.53.0

Release notes

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

v26.53.0

GCP Libraries BOM 26.53.0

Here are the differences from the previous version (26.52.0)

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

Notable Changes

google-cloud-bigquery 2.46.0 (prev: 2.45.0)

  • bigquery: Support IAM conditions in datasets in Java client. (#3602) (6696a9c)

  • NPE when reading BigQueryResultSet from empty tables (#3627) (9a0b05a)

  • test: Force usage of ReadAPI (#3625) (5ca7d4a)

google-cloud-pubsub 1.136.0 (prev: 1.135.0)

  • Add Kafka-based sources to IngestionDataSourceSettings proto and IngestionFailureEvent proto (2947169)

google-cloud-spanner 6.85.0 (prev: 6.83.0)

  • Add support for ARRAY<STRUCT> to CloudCilentExecutor (#3544) (6cbaf7e)

  • Add transaction runner for connections (#3559) (5a1be3d)

  • Exposing InstanceType in Instance configuration (to define PROVISIONED or FREE spanner instance) (8d295c4)

  • Improve tracing by adding attributes (#3576) (eee333b)

  • spanner: Add jdbc support for external hosts (#3536) (801346a)

  • AsyncTransactionManager did not always close the session (#3580) (d9813a0)

  • Retry specific internal errors (#3565) (b9ce1a6)

  • Update max_in_use_session at 10 mins interval (#3570) (cc1753d)

  • Add gcp client attributes in OpenTelemetry traces (#3595) (7893f24)

  • Add LockHint feature (#3588) (326442b)

  • spanner: MTLS setup for spanner external host clients (#3574) (f8dd152)

google-cloud-spanner-jdbc 2.26.0 (prev: 2.25.1)

google-cloud-storage 2.47.0 (prev: 2.46.0)

  • Add MoveObject RPC (34b8ac4)

  • Introductory beta level support for OpenTelemetry tracing on c.g.c.storage.Storage methods (#2837) (dd889ea)

  • De-beta storage-v2 artifacts (#2852) (77a2e8a)

  • Fix interrupt spiral in grpc ReadObject drainQueue (#2850) (c1dac83)

  • Update request handling of gRPC based CopyWriter (#2858) (093cb87)

Other libraries

  • [aiplatform] add a new thought field in content proto (b68c98c)

... (truncated)

Commits
  • c8074d1 chore: release main (#6904)
  • a5a6f30 deps: update protobuf to 4.29.0 (#6903)
  • 7a0748f deps: update dependency com.google.cloud:google-cloud-logging-logback to v0.1...
  • b617eee deps: update dependency com.google.cloud:google-cloud-logging-bom to v3.21.1 ...
  • 42aa242 deps: update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.26.0...
  • 692b250 deps: update dependency com.google.cloud:google-cloud-firestore-bom to v3.30....
  • f37e24d deps: update dependency com.google.cloud:google-cloud-bigquery to v2.46.0 (#6...
  • f8b4af6 deps: update dependency com.google.cloud:google-cloud-spanner-bom to v6.85.0 ...
  • 1413e7a deps: update dependency com.google.cloud:google-cloud-datastore-bom to v2.25....
  • 68830a5 deps: update dependency com.google.cloud:google-cloud-pubsublite-bom to v1.15...
  • Additional commits viewable in compare view

Updates org.apache.commons:commons-pool2 from 2.12.0 to 2.12.1

Updates org.springframework:spring-context from 6.2.1 to 6.2.2

Release notes

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

v6.2.2

⭐ New Features

  • Track only qualifier annotations in BeanOverrideHandler #34260
  • Remove @FunctionalInterface declaration from BeanOverrideProcessor #34259
  • Refine default filtered headers for web data binding #34182
  • Improve query params in uri KeyValue with HTTP interface client #34176
  • Refine location checks for PathResource #34167
  • Avoid virtual thread pinning in procedure calling #34133
  • Type-level constraint violation should result in ParameterErrors #34105
  • Avoid logger serialization behind shared EntityManager proxy #34084
  • Improve PathMatcher to PathPatternParser migration in mvc XML configuration #34064
  • Support @MockitoBean at the type level on test classes #33925

🐞 Bug Fixes

  • HttpHeadersAssert#doesNotContainsHeaders has a typo #34263
  • Deadlock with background EntityManager bootstrap due to locking in getSingletonFactoryBeanForTypeCheck #34247
  • ApplicationListener no longer invoked for double generic ApplicationEvent with 6.2.1 #34234
  • Nested transaction savepoints are broken in SQL Server #34233
  • Error handling override in DefaultResponseErrorHandler ignored after upgrade to 6.2.0 #34231
  • FileNotFoundException is thrown when using ConfigurationPropertiesScan with Spring Context 6.2.1 #34216
  • BindException declared but not handled by ExceptionHandler #34214
  • @TestBean factory method resolution is incorrect within class hierarchy #34204
  • Bean Override in superclass takes precedence over Bean Override in subclass #34194
  • Ensure AsyncListener#onError does not return until dispatch completes #34192
  • BeanNotOfRequiredTypeException during transaction qualifier resolution in 6.2.1 #34187
  • BeanCurrentlyInCreationException is thrown when multiple threads simultaneously try to create bean #34186
  • DataBinder throws IndexOutOfBoundsException when indexed parameter uses nonconsecutive indices #34145
  • NullPointerException is thrown if WebClient is used with Apache Httpclient and cookies are disabled #34132
  • Wrong parentId tracking in FlightRecorderApplicationStartup #34128
  • PathMatchingResourcePatternResolver is not able to resolve file in SpringBoot Packaged JAR #34126
  • Placeholder resolution no longer considers exact match before resolving the placeholder key #34124
  • DataBinder throws StringIndexOutOfBoundsException for indexed property without nested property path #34121
  • Dependency injection matches wildcards too leniently with 6.2.1 #34119
  • PathMatchingResourcePatternResolver throws FileNotFoundException caused by wrong cache path #34111
  • SpEL fails to invoke MethodHandle function reference accepting only varargs #34109
  • Generic with a base type is no longer resolved to its base if the generic is unresolved #34086
  • DataBinder throws StringIndexOutOfBoundsException for map property without nested property path #34043
  • Fix implicit variable resolution in JSP EvalTag #33945

📔 Documentation

  • Fix inaccuracy in RequestHeaderArgumentResolver Javadoc #34230
  • Document that http.client.requests measure the entire HTTP exchange #34201
  • Misuse of em dash in "Basic Concept" section #34165
  • Fix typo in link #34149
  • Broken syntax in xml sample of "Reference to Other Beans" section #34148
  • Fix minor typo in reference documentation for Kotlin annotations #34134
  • Clarify documentation for the default uri client request observation metric #34116

... (truncated)

Commits
  • d5da602 Release v6.2.2
  • 384d274 Polishing in HttpServiceMethod
  • 5150a9a Polishing contribution
  • a8c5885 Fix wrong document about RequestHeaderArgumentResolver
  • 7d84427 Upgrade to Jetty 12.0.16, Netty 4.1.117, Protobuf 4.29.3, Checkstyle 10.21.1
  • 70ceb3a Refer to local Consumer type instead of Kotlin test type
  • 9181cce Support @⁠MockitoBean at the type level on test classes
  • 8b6523a Cross reference @⁠NestedTestConfiguration for Bean Overrides
  • e7f3493 Merge pull request #34086 from rPraml
  • fe5f5d5 Polish "Resolve base type in parameterized type if necessary"
  • Additional commits viewable in compare view

Updates org.springframework:spring-web from 6.2.1 to 6.2.2

Release notes

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

v6.2.2

⭐ New Features

  • Track only qualifier annotations in BeanOverrideHandler #34260
  • Remove @FunctionalInterface declaration from BeanOverrideProcessor #34259
  • Refine default filtered headers for web data binding #34182
  • Improve query params in uri KeyValue with HTTP interface client #34176
  • Refine location checks for PathResource #34167
  • Avoid virtual thread pinning in procedure calling #34133
  • Type-level constraint violation should result in ParameterErrors #34105
  • Avoid logger serialization behind shared EntityManager proxy #34084
  • Improve PathMatcher to PathPatternParser migration in mvc XML configuration #34064
  • Support @MockitoBean at the type level on test classes #33925

🐞 Bug Fixes

  • HttpHeadersAssert#doesNotContainsHeaders has a typo #34263
  • Deadlock with background EntityManager bootstrap due to locking in getSingletonFactoryBeanForTypeCheck #34247
  • ApplicationListener no longer invoked for double generic ApplicationEvent with 6.2.1 #34234
  • Nested transaction savepoints are broken in SQL Server #34233
  • Error handling override in DefaultResponseErrorHandler ignored after upgrade to 6.2.0 #34231
  • FileNotFoundException is thrown when using ConfigurationPropertiesScan with Spring Context 6.2.1 #34216
  • BindException declared but not handled by ExceptionHandler #34214
  • @TestBean factory method resolution is incorrect within class hierarchy #34204
  • Bean Override in superclass takes precedence over Bean Override in subclass #34194
  • Ensure AsyncListener#onError does not return until dispatch completes #34192
  • BeanNotOfRequiredTypeException during transaction qualifier resolution in 6.2.1 #34187
  • BeanCurrentlyInCreationException is thrown when multiple threads simultaneously try to create bean #34186
  • DataBinder throws IndexOutOfBoundsException when indexed parameter uses nonconsecutive indices #34145
  • NullPointerException is thrown if WebClient is used with Apache Httpclient and cookies are disabled #34132
  • Wrong parentId tracking in FlightRecorderApplicationStartup #34128
  • PathMatchingResourcePatternResolver is not able to resolve file in SpringBoot Packaged JAR #34126
  • Placeholder resolution no longer considers exact match before resolving the placeholder key #34124
  • DataBinder throws StringIndexOutOfBoundsException for indexed property without nested property path #34121
  • Dependency injection matches wildcards too leniently with 6.2.1 #34119
  • PathMatchingResourcePatternResolver throws FileNotFoundException caused by wrong cache path #34111
  • SpEL fails to invoke MethodHandle function reference accepting only varargs #34109
  • Generic with a base type is no longer resolved to its base if the generic is unresolved #34086
  • DataBinder throws StringIndexOutOfBoundsException for map property without nested property path #34043
  • Fix implicit variable resolution in JSP EvalTag #33945

📔 Documentation

  • Fix inaccuracy in RequestHeaderArgumentResolver Javadoc #34230
  • Document that http.client.requests measure the entire HTTP exchange #34201
  • Misuse of em dash in "Basic Concept" section #34165
  • Fix typo in link #34149
  • Broken syntax in xml sample of "Reference to Other Beans" section #34148
  • Fix minor typo in reference documentation for Kotlin annotations #34134
  • Clarify documentation for the default uri client request observation metric #34116

... (truncated)

Commits
  • d5da602 Release v6.2.2
  • 384d274 Polishing in HttpServiceMethod
  • 5150a9a Polishing contribution
  • a8c5885 Fix wrong document about RequestHeaderArgumentResolver
  • 7d84427 Upgrade to Jetty 12.0.16, Netty 4.1.117, Protobuf 4.29.3, Checkstyle 10.21.1
  • 70ceb3a Refer to local Consumer type instead of Kotlin test type
  • 9181cce Support @⁠MockitoBean at the type level on test classes
  • 8b6523a Cross reference @⁠NestedTestConfiguration for Bean Overrides
  • e7f3493 Merge pull request #34086 from rPraml
  • fe5f5d5 Polish "Resolve base type in parameterized type if necessary"
  • Additional commits viewable in compare view

Updates org.liquibase:liquibase-core from 4.30.0 to 4.31.0

Release notes

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

Liquibase v4.31.0

Liquibase 4.31.0 is a major release

[!IMPORTANT] Liquibase 4.31.0 contains an expanded Checks Extension, and so the artifact size has increased.

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

⚠️ Breaking Change

Changesets with entirely blank IDs will now fail validation. This change improves the reliability and diagnosability of database changes, and enforces the best-practices set forth in documentation and training.

This validation does not apply to changesets that have already been deployed. However, any changesets marked as runOnChange or runAlways will fail validation if they have an empty changeset ID.

Notable Changes

[PRO]

New Checks extension delivered in the box

  • Policy Checks are undoubtedly one of Liquibase Pro's stickiest capabilities, for which we continually add database platforms, new checks, and customizations. But to get these developments, users would need to download and upgrade to the latest Liquibase. Not any more! With this new checks extension, you can deploy the latest Policy Checks powers by optionally upgrading just the Check Extension on your cadence. Conveniently, this extension is delivered "in the box" at /internal/extensions, so you do not have to change anything about your current Policy Checks workflow.
  • Learn more https://docs.liquibase.com/pro-extensions

Other Checks Enhancements

  • Pro users can suppress sql in reports with the new global property: --reports-suppress-sql=true
  • New checks-settings files can be created without CLI prompts by adding --force to checks show command
  • By popular demand, checks reports now show all checks run, including those not triggered.
  • We simplified the custom python check creation flow by removing the single-answer prompts/
  • Learn more https://docs.liquibase.com/policy-checks

[OSS]

Liquibase capability enhancements

  • Changesets with entirely blank IDs will fail validation. This is a breaking change.
    • NOTE: Validation should not fail for changes that have already been ran. Changes that have been ran with an empty changeset id that are marked as runOnChange or runAlways WILL fail validation.
  • Added changeset execution time to output and logs
  • Added calculated checksum to output of calculate-checksum command
  • Added two new command parameters to history command so users can better see tagged deployments without having to directly examine the DATABASECHANGELOG table
    • show-tags will return only tagged deployment history
    • tag-filter will return deployment history for a specific tag or group of tags
  • If an XML changelog is generate-changelog and fails to validate, Liquibase will indicate where the codepoint where the XML failure is located.
  • Added new Spring properties for Pro license key and to disable analytics

Java API Changes

... (truncated)

Changelog

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

Liquibase 4.31.0 is a major release

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

[PRO] Changelog

New Features

Bug Fixes

Security, Driver and Other Updates

[OSS] Changelog

New Features

... (truncated)

Commits
  • 11ef37b DAT-19398 DevOps :: Fix Liquibase Checks versioning in the tarball to match t...
  • 9ff9bef chore: FILES FOR 4.31.0 RELEASE (#6637)
  • 509e575 Handle @ symbol when executing PostgreSQL SET SEARCH_PATH (#6630)
  • 26b1294 DAT-18331 PRO: integrate checks extension into tarball/zip, not mac os dmg in...
  • d4250c0 undo UUID-ing of deployment ID (DAT-19367) (#6629)
  • 4cd3509 liquibase-maven-plugin: Allow null arguments to `ConfiguredValueModifierFac...
  • e68abdc DAT-19082: Fix issue with losing changed datatype attributes when one datatyp...
  • 40ef1af chore: rollback test count changes as they are failing for master (#6624)
  • 4ac1250 fix: test counts in master (#6623)
  • 2f474fb Implement logic to selectively include/exclude columns in generate-changelog ...
  • Additional commits viewable in compare view

Updates org.mockito:mockito-junit-jupiter from 5.14.2 to 5.15.2

Release notes

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

v5.15.2

Changelog generated by Shipkit Changelog Gradle Plugin

5.15.2

v5.15.1

Changelog generated by Shipkit Changelog Gradle Plugin

5.15.1

v5.15.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.15.0

... (truncated)

Commits
  • e04dbbe Fix javadoc publication (#3561)
  • 567c5b9 Bump org.assertj:assertj-core from 3.27.0 to 3.27.1 (#3560)
  • 2c184c9 Introduce release convention plugin for Shipkit integration (#3533)
  • 68c4285 Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 (#3557)
  • cd4704a Avoid warning when dynamic attach is enabled with JVM flag (#3551)
  • 3731b6b Bump org.junit.platform:junit-platform-launcher from 1.11.3 to 1.11.4 (#3555)
  • 29c9476 Bump junit-jupiter from 5.11.3 to 5.11.4 (#3554)
  • dc0dc88 Bump bytebuddy from 1.15.10 to 1.15.11 (#3553)
  • 2e7992b Bump com.google.googlejavaformat:google-java-format (#3545)
  • 51ed33f Bump com.gradle.develocity from 3.18.2 to 3.19 (#3544)
  • Additional commits viewable in compare view

Updates org.springframework.boot from 3.4.1 to 3.4.2

Release notes

Sourced from org.springframework.boot's releases.

v3.4.2

🐞 Bug Fixes

  • Property metadata for "logging.structured.json.customizer" has incorrect type #43916
  • GraylogExtendedLogFormatProperties throws NullPointerException when only 'logging.structured.gelf.host' is specified #43863
  • Structured logging properties have no effect in a native image #43862
  • Docker Compose support for ClickHouse does not allow an empty password when ALLOW_EMPTY_PASSWORD=yes #43790
  • docker compose ps now fails due to unknown --orphans flag with 2.23 or earlier #43717
  • Build info timestamp is truncated to seconds #43617
  • FileWatcher used for SSL reload does not support symlinks #43604
  • BindableRuntimeHintsRegistrar should handle TypeNotPresentException #43600
  • CapturedOutput is empty when using Log4J2 StatusLogger #43578
  • Spring Boot 3.4 is not compatible with Gson 2.10 #43442
  • NoClassDefFoundError when using JUnit to test a Gradle 7.6.x app that depends on spring-boot-actuator-autoconfigure but not on org.junit.platform:junit-platform-launcher #43340

📔 Documentation

  • Document that the @ConfigurationProperties annotation processor cannot generate description and defaultValue metadata for external types #43929
  • Fix description of management.metrics.graphql.autotime.enabled #43905
  • Document 'base64:' prefix support #43835
  • Document handling of @Fallback beans in ConditionalOnSingleCandidate's javadoc #43826
  • Javadoc of DataSourceBuilder does not reference all supported types #43732
  • Update OpenTelemetry section in Supported Monitoring Systems to refer to OTLP instead #43729
  • Consistently document the minimum supported versions of Gradle #43725
  • Document that system libraries are a reason to customize the builder and switch away from builder-jammy-java-tiny #43716
  • Links to the Javadoc of Jakarta Messaging are invalid #43662
  • Paragraph HTML tags are rendered as-is in Maven Plugin reference documentation #43623
  • Javadoc link for jakarta.xml.bind is invalid #43607
  • Documentation still has references to 'layertools' #43605
  • Javadoc of ConstructorBinding should not use markdown formatting #43599
  • Managed Dependency Coordinates lists Spock and OkHttp dependencies that are not managed #43584

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 6.1.5 #43791
  • Upgrade to Commons Codec 1.17.2 #43720
  • Upgrade to Couchbase Client 3.7.7 #43843
  • Upgrade to FreeMarker 2.3.34 #43721
  • Upgrade to Hibernate 6.6.5.Final #43910
  • Upgrade to HttpCore5 5.3.2 #43792
  • Upgrade to Infinispan 15.0.12.Final #43911
  • Upgrade to Jersey 3.1.10 #43793
  • Upgrade to jOOQ 3.19.18 #43844
  • Upgrade to Lettuce 6.4.2.RELEASE #43609
  • Upgrade to Logback 1.5.16 #43715
  • Upgrade to Micrometer 1.14.3 #43745
  • Upgrade to Micrometer Tracing 1.4.2 #43746
  • Upgrade to Netty 4.1.117.Final #43845
  • Upgrade to Postgresql 42.7.5 #43846
  • Upgrade to Pulsar 3.3.4 #43912

... (truncated)

Commits

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

| Package | From | To |
| --- | --- | --- |
| [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) | `26.52.0` | `26.53.0` |
| org.apache.commons:commons-pool2 | `2.12.0` | `2.12.1` |
| [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `6.2.1` | `6.2.2` |
| [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) | `6.2.1` | `6.2.2` |
| [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) | `4.30.0` | `4.31.0` |
| [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | `5.14.2` | `5.15.2` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.4.1` | `3.4.2` |
| [com.azure:azure-messaging-servicebus](https://github.com/Azure/azure-sdk-for-java) | `7.17.7` | `7.17.8` |
| [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) | `1.14.2` | `1.15.0` |
| [io.netty:netty-bom](https://github.com/netty/netty) | `4.1.116.Final` | `4.1.117.Final` |


Updates `com.google.cloud:libraries-bom` from 26.52.0 to 26.53.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.52.0...v26.53.0)

Updates `org.apache.commons:commons-pool2` from 2.12.0 to 2.12.1

Updates `org.springframework:spring-context` from 6.2.1 to 6.2.2
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.1...v6.2.2)

Updates `org.springframework:spring-web` from 6.2.1 to 6.2.2
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.1...v6.2.2)

Updates `org.liquibase:liquibase-core` from 4.30.0 to 4.31.0
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.30.0...v4.31.0)

Updates `org.mockito:mockito-junit-jupiter` from 5.14.2 to 5.15.2
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.14.2...v5.15.2)

Updates `org.springframework.boot` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.1...v3.4.2)

Updates `com.azure:azure-messaging-servicebus` from 7.17.7 to 7.17.8
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-messaging-servicebus_7.17.7...azure-messaging-servicebus_7.17.8)

Updates `com.azure:azure-identity` from 1.14.2 to 1.15.0
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-identity_1.14.2...azure-core_1.15.0)

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

---
updated-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.apache.commons:commons-pool2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-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.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-minor
  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] <[email protected]>
@dependabot dependabot bot requested a review from a team February 1, 2025 11:34
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2025

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

@dependabot dependabot bot requested review from pshapiro4broad and davidangb and removed request for a team February 1, 2025 11:34
Copy link

sonarqubecloud bot commented Feb 1, 2025

@davidangb davidangb merged commit 07a86b2 into develop Feb 3, 2025
4 checks passed
@davidangb davidangb deleted the dependabot/gradle/develop/minor-patch-dependencies-7d306c3e6a branch February 3, 2025 16:17
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.

2 participants