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

fix: bump the springframework-dependencies group across 1 directory with 8 updates #314

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 20, 2024

Bumps the springframework-dependencies group with 8 updates in the / directory:

Package From To
org.springframework.cloud:spring-cloud-starter-openfeign 4.1.1 4.2.0
org.springframework.boot 3.3.0 3.4.1
org.springframework.integration:spring-integration-core 6.3.0 6.4.1
org.springframework.boot:spring-boot-autoconfigure 3.3.0 3.4.1
org.springframework.boot:spring-boot-test 3.3.0 3.4.1
org.springframework.data:spring-data-commons 3.3.0 3.4.1
org.springframework.amqp:spring-amqp 3.1.5 3.2.1
org.springframework.amqp:spring-rabbit 3.1.5 3.2.1

Updates org.springframework.cloud:spring-cloud-starter-openfeign from 4.1.1 to 4.2.0

Release notes

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

4.2.0

❤️ Contributors

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

@​dependabot[bot]

4.2.0-RC1

❤️ Contributors

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

@​dependabot[bot]

4.1.4

🐞 Bug Fixes

  • OAuth2AccessTokenInterceptor can handle Authentication Principal where principalName is null #1049
  • Misleading Content-Encoding Header in Default-Setup for Request Compression #1048

📔 Documentation

  • Improve compression functionality documentation #1056
  • fix: defaultValue in additional-spring-configuration-metadata.json #1041
  • Headers annotation not sending headers #983

❤️ Contributors

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

@​dependabot[bot] and @​dowenliu-xyz

4.1.3

📔 Documentation

  • Document issues when using Spring FactoryBean and Spring Cloud OpenFeign Clients #1009

❤️ Contributors

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

@​XiaotianZha and @​dependabot[bot]

4.1.2

⭐ New Features

  • SpringMvcContract support parse params #1016
  • Custom HTTP codes are not supported #1010

... (truncated)

Commits
  • 9ed2ab2 Update SNAPSHOT to 4.2.0
  • 5958f70 Disable docs dependencies for 2024.0.0 release
  • d675b68 Bump @​antora/collector-extension in /docs (#1130)
  • 611edf5 Bump com.fasterxml.jackson.dataformat:jackson-dataformat-smile (#1133)
  • 7a2a681 Bump commons-io:commons-io from 2.17.0 to 2.18.0 (#1127)
  • 15ecd4d Bumping versions
  • 7acb03a Fix Code of Conduct link.
  • ad615b7 Bump @​antora/collector-extension in /docs (#1123)
  • 0f40833 Merge remote-tracking branch 'origin/4.1.x'
  • 7c17743 Add info on mixing annotations to docs. Fixes gh-983.
  • Additional commits viewable in compare view

Updates org.springframework.boot from 3.3.0 to 3.4.1

Release notes

Sourced from org.springframework.boot's releases.

v3.4.1

🐞 Bug Fixes

  • KafkaProperties fail to build SSL properties when the bundle name is an empty string #43563
  • Diagnostics are poor when property resolution throws a ConversionFailedException #43559
  • SpringApplicationShutdownHandlers do not run in deterministic order #43536
  • Unable to find a @SpringBootConfiguration results in misleading error message #43507
  • With multiple ResourceHandlerRegistrationCustomizer beans in the context, only one of them is used #43497
  • Unable to use Docker Compose support when mixing dedicated and shared services #43472
  • Kafka dependency management does not include the kafka-server module #43454
  • Docker API version is incorrectly reported when '/_ping` calls fail and version should be fixed #43452
  • Methods to build producer / consumer properties from KafkaProperties are inconvienenent to use without an SSL bundle #43448
  • Failures in -Djarmode=tools do not consistently return a non-zero exit #43436
  • HttpComponentsClientHttpRequestFactoryBuilder replaces the existing defaultRequestConfigCustomizer rather than adding to it #43429
  • spring-boot-maven-plugin sets imagePlatform even if it's empty #43424
  • OnBeanCondition fails to match on annotations when using Scoped Proxies #43423
  • Failure analysis for InvalidConfigurationPropertyValueException doesn't correctly handle fuzzy matching of environment variables #43382
  • H2ConsoleAutoConfiguration causes early initialization of DataSource beans #43359
  • Accept progress on numbers >2GB #43356
  • Servlet-based UserDetailsServiceAutoConfiguration is active in a reactive app #43334
  • StructuredLoggingJsonMembersCustomizer implementations declared in spring.factories with a generic type more specific than Object are not called #43312
  • Overriding log level with an environment variable does not work when using an environment prefix #43307
  • Management endpoint access and enabled properties are ignored unless the endpoint ID is an exact match #43302
  • UnsupportedOperationException when starting a Maven shaded application on Java 21 with virtual threads enabled #43291
  • JmsListener failing with Narayana (pooled ConnectionFactory) since 3.4.0 #43277
  • SslBundle can no longer open store file locations without using a 'file:' prefix #43274
  • TestRestTemplate does not allow redirects to be customized #43258
  • Testcontainers start() methods may be started multiple times #43253

📔 Documentation

  • Fix typo in documentation #43558
  • Document that server.ssl.cipher and server.ssl.enabled-protocols are not fallbacks used with SSL bundles #43552
  • Use <annotationProcessorPaths> in Maven examples for configuring an annotation processor #43544
  • Fix typo #43519
  • Links to logback javadoc are incorrect #43456
  • Fix JUnit javadoc links #43428
  • Reference documentation incorrectly uses 'disabled' rather than 'none' for access restrictions #43351
  • Restore System property in Logging section of the reference documentation #43342
  • Fix link to proxyBeanMethods in @AutoConfiguration javadoc #43325
  • Fix links to Servlet and JPA javadoc #43324
  • Link to @EnableMethodSecurity instead of the deprecated @EnableGlobalMethodSecurity #43315
  • Document that StructuredLoggingJsonMembersCustomizer implementations may optionally take constructor parameters #43314
  • Update javadoc of StructuredLoggingJsonMembersCustomizer to note that implementations can registered through spring.factories #43313
  • Fix Javadoc link for Hikari #43311
  • Document how to use structured logging with custom log configuration #43301
  • Update Javadoc since for OtlpMetricsProperties and OtlpTracingProperties #43249

🔨 Dependency Upgrades

... (truncated)

Commits

Updates org.springframework.integration:spring-integration-core from 6.3.0 to 6.4.1

Release notes

Sourced from org.springframework.integration:spring-integration-core's releases.

v6.4.1

⭐ New Features

  • Avoid logging message if logging isn't enabled for AbstractReplyProducingMessageHandler where no reply is required #9705

🐞 Bug Fixes

  • IntegrationEvent.getCause() is not marked as @Nullable #9713
  • SMB components fail to access files with spaces in its path due to duplicate URL encoding #9711
  • Java DSL loses in inputChannel when existing channel is referenced by its name #9709
  • Fix CheckedCallable.unchecked() for return type #9702
  • Fix AMQP XSD for removed tx-size and replace it with the batch-size #9695
  • Close SocketChannel in TcpNioClientConnectionFactory.buildNewConnection() #9694
  • SFTP: Failed to transfer file if temporary remote directory doesn't exist #9684

📔 Documentation

  • Add docs regarding host verification #9701

🔨 Dependency Upgrades

  • Bump org.springframework.amqp:spring-amqp-bom from 3.2.0 to 3.2.1 #9736
  • Bump org.junit:junit-bom from 5.11.3 to 5.11.4 #9735
  • Bump org.springframework.kafka:spring-kafka-bom from 3.3.0 to 3.3.1 #9733
  • Bump org.springframework.retry:spring-retry from 2.0.10 to 2.0.11 #9730
  • Bump io.projectreactor:reactor-bom from 2024.0.0 to 2024.0.1 #9729
  • Bump org.springframework.data:spring-data-bom from 2024.1.0 to 2024.1.1 #9728
  • Bump io.micrometer:micrometer-tracing-bom from 1.4.0 to 1.4.1 #9727
  • Bump org.springframework:spring-framework-bom from 6.2.0 to 6.2.1 #9726
  • Bump io.micrometer:micrometer-bom from 1.14.1 to 1.14.2 #9725
  • Bump org.apache.logging.log4j:log4j-bom from 2.24.2 to 2.24.3 #9724
  • Bump org.apache.camel:camel-bom from 4.8.1 to 4.8.2 #9700
  • Bump debeziumVersion from 3.0.2.Final to 3.0.4.Final #9691
  • Bump com.fasterxml.jackson:jackson-bom from 2.18.1 to 2.18.2 #9690
  • Bump org.apache.logging.log4j:log4j-bom from 2.24.1 to 2.24.2 #9682

❤️ Contributors

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

@​shirshak55

v6.4.0

⭐ New Features

  • Add option to AmqpInboundChannelAdapter ot override default amqp_batchedHeaders name to something else #9647
  • Use Locale.ROOT for locale neutral, case insensitive comparisons #9620
  • Adapt code for the org.springframework.util.concurrent.ListenableFuture being marked now as forRemoval #9617
  • Flagging of messages should be optional. #9613
  • Conditionally Display Message and Header in MessageHandlingException #9416

... (truncated)

Commits
  • 8039b58 [artifactory-release] Release version 6.4.1
  • 02a17e1 Add @LogLevels to KafkaDslTests for more diagnostics
  • af4277e Attempt to mitigate KafkaDslTests without timestamp
  • 5e3d8d8 GH-9711: Avoid double URL encoding in SmbShare
  • 008f708 Bump org.junit:junit-bom from 5.11.3 to 5.11.4 (#9735)
  • 90aa08f Bump org.springframework.amqp:spring-amqp-bom from 3.2.0 to 3.2.1 (#9736)
  • 181308a Bump the development-dependencies group with 2 updates (#9732)
  • 2d741d0 Bump org.springframework.kafka:spring-kafka-bom from 3.3.0 to 3.3.1 (#9733)
  • ef02cb8 Bump io.projectreactor:reactor-bom from 2024.0.0 to 2024.0.1 (#9729)
  • 5f080e0 Bump io.micrometer:micrometer-tracing-bom from 1.4.0 to 1.4.1 (#9727)
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-autoconfigure from 3.3.0 to 3.4.1

Release notes

Sourced from org.springframework.boot:spring-boot-autoconfigure's releases.

v3.4.1

🐞 Bug Fixes

  • KafkaProperties fail to build SSL properties when the bundle name is an empty string #43563
  • Diagnostics are poor when property resolution throws a ConversionFailedException #43559
  • SpringApplicationShutdownHandlers do not run in deterministic order #43536
  • Unable to find a @SpringBootConfiguration results in misleading error message #43507
  • With multiple ResourceHandlerRegistrationCustomizer beans in the context, only one of them is used #43497
  • Unable to use Docker Compose support when mixing dedicated and shared services #43472
  • Kafka dependency management does not include the kafka-server module #43454
  • Docker API version is incorrectly reported when '/_ping` calls fail and version should be fixed #43452
  • Methods to build producer / consumer properties from KafkaProperties are inconvienenent to use without an SSL bundle #43448
  • Failures in -Djarmode=tools do not consistently return a non-zero exit #43436
  • HttpComponentsClientHttpRequestFactoryBuilder replaces the existing defaultRequestConfigCustomizer rather than adding to it #43429
  • spring-boot-maven-plugin sets imagePlatform even if it's empty #43424
  • OnBeanCondition fails to match on annotations when using Scoped Proxies #43423
  • Failure analysis for InvalidConfigurationPropertyValueException doesn't correctly handle fuzzy matching of environment variables #43382
  • H2ConsoleAutoConfiguration causes early initialization of DataSource beans #43359
  • Accept progress on numbers >2GB #43356
  • Servlet-based UserDetailsServiceAutoConfiguration is active in a reactive app #43334
  • StructuredLoggingJsonMembersCustomizer implementations declared in spring.factories with a generic type more specific than Object are not called #43312
  • Overriding log level with an environment variable does not work when using an environment prefix #43307
  • Management endpoint access and enabled properties are ignored unless the endpoint ID is an exact match #43302
  • UnsupportedOperationException when starting a Maven shaded application on Java 21 with virtual threads enabled #43291
  • JmsListener failing with Narayana (pooled ConnectionFactory) since 3.4.0 #43277
  • SslBundle can no longer open store file locations without using a 'file:' prefix #43274
  • TestRestTemplate does not allow redirects to be customized #43258
  • Testcontainers start() methods may be started multiple times #43253

📔 Documentation

  • Fix typo in documentation #43558
  • Document that server.ssl.cipher and server.ssl.enabled-protocols are not fallbacks used with SSL bundles #43552
  • Use <annotationProcessorPaths> in Maven examples for configuring an annotation processor #43544
  • Fix typo #43519
  • Links to logback javadoc are incorrect #43456
  • Fix JUnit javadoc links #43428
  • Reference documentation incorrectly uses 'disabled' rather than 'none' for access restrictions #43351
  • Restore System property in Logging section of the reference documentation #43342
  • Fix link to proxyBeanMethods in @AutoConfiguration javadoc #43325
  • Fix links to Servlet and JPA javadoc #43324
  • Link to @EnableMethodSecurity instead of the deprecated @EnableGlobalMethodSecurity #43315
  • Document that StructuredLoggingJsonMembersCustomizer implementations may optionally take constructor parameters #43314
  • Update javadoc of StructuredLoggingJsonMembersCustomizer to note that implementations can registered through spring.factories #43313
  • Fix Javadoc link for Hikari #43311
  • Document how to use structured logging with custom log configuration #43301
  • Update Javadoc since for OtlpMetricsProperties and OtlpTracingProperties #43249

🔨 Dependency Upgrades

... (truncated)

Commits

Updates org.springframework.boot:spring-boot-test from 3.3.0 to 3.4.1

Release notes

Sourced from org.springframework.boot:spring-boot-test's releases.

v3.4.1

🐞 Bug Fixes

  • KafkaProperties fail to build SSL properties when the bundle name is an empty string #43563
  • Diagnostics are poor when property resolution throws a ConversionFailedException #43559
  • SpringApplicationShutdownHandlers do not run in deterministic order #43536
  • Unable to find a @SpringBootConfiguration results in misleading error message #43507
  • With multiple ResourceHandlerRegistrationCustomizer beans in the context, only one of them is used #43497
  • Unable to use Docker Compose support when mixing dedicated and shared services #43472
  • Kafka dependency management does not include the kafka-server module #43454
  • Docker API version is incorrectly reported when '/_ping` calls fail and version should be fixed #43452
  • Methods to build producer / consumer properties from KafkaProperties are inconvienenent to use without an SSL bundle #43448
  • Failures in -Djarmode=tools do not consistently return a non-zero exit #43436
  • HttpComponentsClientHttpRequestFactoryBuilder replaces the existing defaultRequestConfigCustomizer rather than adding to it #43429
  • spring-boot-maven-plugin sets imagePlatform even if it's empty #43424
  • OnBeanCondition fails to match on annotations when using Scoped Proxies #43423
  • Failure analysis for InvalidConfigurationPropertyValueException doesn't correctly handle fuzzy matching of environment variables #43382
  • H2ConsoleAutoConfiguration causes early initialization of DataSource beans #43359
  • Accept progress on numbers >2GB #43356
  • Servlet-based UserDetailsServiceAutoConfiguration is active in a reactive app #43334
  • StructuredLoggingJsonMembersCustomizer implementations declared in spring.factories with a generic type more specific than Object are not called #43312
  • Overriding log level with an environment variable does not work when using an environment prefix #43307
  • Management endpoint access and enabled properties are ignored unless the endpoint ID is an exact match #43302
  • UnsupportedOperationException when starting a Maven shaded application on Java 21 with virtual threads enabled #43291
  • JmsListener failing with Narayana (pooled ConnectionFactory) since 3.4.0 #43277
  • SslBundle can no longer open store file locations without using a 'file:' prefix #43274
  • TestRestTemplate does not allow redirects to be customized #43258
  • Testcontainers start() methods may be started multiple times #43253

📔 Documentation

  • Fix typo in documentation #43558
  • Document that server.ssl.cipher and server.ssl.enabled-protocols are not fallbacks used with SSL bundles #43552
  • Use <annotationProcessorPaths> in Maven examples for configuring an annotation processor #43544
  • Fix typo #43519
  • Links to logback javadoc are incorrect #43456
  • Fix JUnit javadoc links #43428
  • Reference documentation incorrectly uses 'disabled' rather than 'none' for access restrictions #43351
  • Restore System property in Logging section of the reference documentation #43342
  • Fix link to proxyBeanMethods in @AutoConfiguration javadoc #43325
  • Fix links to Servlet and JPA javadoc #43324
  • Link to @EnableMethodSecurity instead of the deprecated @EnableGlobalMethodSecurity #43315
  • Document that StructuredLoggingJsonMembersCustomizer implementations may optionally take constructor parameters #43314
  • Update javadoc of StructuredLoggingJsonMembersCustomizer to note that implementations can registered through spring.factories #43313
  • Fix Javadoc link for Hikari #43311
  • Document how to use structured logging with custom log configuration #43301
  • Update Javadoc since for OtlpMetricsProperties and OtlpTracingProperties #43249

🔨 Dependency Upgrades

... (truncated)

Commits

Updates org.springframework.data:spring-data-commons from 3.3.0 to 3.4.1

Release notes

Sourced from org.springframework.data:spring-data-commons's releases.

3.4.1

📗 Links

🐞 Bug Fixes

  • PropertyAccessingMethodInterceptor fails with IllegalStateException when target method is bridged #3215

📔 Documentation

  • QueryTypeMismatchException if the DTO has a no-args constructor #3216
  • Refine Value Expression documentation #3214

3.4.0

📗 Links

⭐ New Features

  • Prepare for removal of ListenableFuture #3190
  • Revisit internal caching arrangements #3185
  • Move RepositoryMethodContext to repository.core package #3175
  • Expose ReturnedType factory method #3163
  • KotlinBeanInfoFactory does not consider overridden bean property accessors #3140
  • Add support for interface projection using Kotlin "is"-properties #3127
  • Introduce Parameter.getRequiredName() method #3124
  • Kotlin lazy property identified as persistent entity #3112
  • Add type name to AbstractRepositoryMetadata verification exception message #3091
  • Add SPI mechanism for ahead-of-time repository fragment registration #3090
  • Add ValueExpression infrastructure for query methods #3049

🐞 Bug Fixes

  • KotlinBeanInfoFactory throws IntrospectionException when the setter doesn't match getter type #3167
  • Open projections with accessors not following JavaBeans Spec naming identified as closed projection #3164
  • JSON rendering setup to issue warning logs causes custom Page implementations not to render correctly #3137
  • IndexOutOfBoundsException on KotlinCopyMethod.shouldUsePublicCopyMethod(…) when saving single-property Kotlin data class with Association #3131
  • Thread Pinning in Repositories#cacheRepositoryFactory() #3126
  • Custom Repository returns Optional as return type for T #3125
  • @EnableSpringDataWebSupport not working in native image #3117
  • ConcurrentModificationException for registerEvent in TransactionalEventListener #3116
  • KotlinBeanInfoFactory.getBeanInfo throws exception when introspecting getter on value class #3109
  • DTO projection properties mapping to associations are not propulated #3104
  • PageModel uses wrapping serialization mode if no SpringDataWebSettings found #3101

📔 Documentation

  • Loading non-bean instance to spring context, due to custom repository configuration. #3200
  • Refine Scrolling refdocs #3192
  • Minor improvements in BootstrapMode Javadoc #3191
  • Fix spelling mistake in SimplePropertyValueConversions #3189
  • Remove outdated information from Javadoc for PageableHandlerMethodArgumentResolver[Support] #3188
  • Incorrect implementation of "ID" in SQL queries #3173

... (truncated)

Commits
  • 264dcdd Release version 3.4.1 (2024.1.1).
  • 91697f8 Prepare 3.4.1 (2024.1.1).
  • 75175d6 Update Projection section in reference documentation.
  • 36b0c26 Polishing.
  • 4bdcbd0 Resolve bridged method when projected PropertyDescriptor resolves to a bridge...
  • 2f11039 Refine Value Expression documentation.
  • 0a2e9f1 Polishing.
  • 02ffabc After release cleanups.
  • 65b5b50 Prepare next development iteration.
  • e081701 Release version 3.4 GA (2024.1.0).
  • Additional commits viewable in compare view

Updates org.springframework.amqp:spring-amqp from 3.1.5 to 3.2.1

Release notes

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

v3.2.1

⭐ New Features

  • Incompatibility between RabbitProperties from Spring Boot 3.4.0 and CachingConnectionFactory #2917

🐞 Bug Fixes

  • delivery tag in the observations leading to too many timers generated -> leading to memory leak #2914

📔 Documentation

  • Programmatic Endpoint Registration setId #2895

🔨 Dependency Upgrades

  • Bump org.junit:junit-bom from 5.11.3 to 5.11.4 #2931
  • Bump io.micrometer:micrometer-tracing-bom from 1.4.0 to 1.4.1 #2929
  • Bump org.springframework:spring-framework-bom from 6.2.0 to 6.2.1 #2928
  • Bump io.micrometer:micrometer-bom from 1.14.1 to 1.14.2 #2927
  • Bump org.springframework.data:spring-data-bom from 2024.1.0 to 2024.1.1 #2926
  • Bump org.apache.logging.log4j:log4j-bom from 2.24.2 to 2.24.3 #2925
  • Bump io.projectreactor:reactor-bom from 2024.0.0 to 2024.0.1 #2924
  • Bump org.springframework.retry:spring-retry from 2.0.10 to 2.0.11 #2923
  • Bump com.fasterxml.jackson:jackson-bom from 2.18.1 to 2.18.2 #2916
  • Bump org.apache.logging.log4j:log4j-bom from 2.24.1 to 2.24.2 #2913
  • Bump org.testcontainers:testcontainers-bom from 1.20.3 to 1.20.4 #2912

v3.2.0

⭐ New Features

  • Is AbstractConnectionFactory need to register itself as an AMQConnection's ShutdownListener when a new connection was created? #2891

🐞 Bug Fixes

  • Unexpected TIMEOUT WAITING FOR ACK with CachingConnectionFactory and correlated publisher-confirms #2907
  • byte[] received when using @RabbitListener with Batching #2890

📔 Documentation

🔨 Dependency Upgrades

  • Bump com.fasterxml.jackson:jackson-bom from 2.18.0 to 2.18.1 #2888
  • Bump org.testcontainers:testcontainers-bom from 1.20.2 to 1.20.3 #2883
  • Bump ch.qos.logback:logback-classic from 1.5.11 to 1.5.12 #2882

❤️ Contributors

... (truncated)

Commits
  • 085d21e [artifactory-release] Release version 3.2.1
  • ede2d20 Bump org.junit:junit-bom from 5.11.3 to 5.11.4 (#2931)
  • 1c49e57 Bump org.springframework.data:spring-data-bom from 2024.1.0 to 2024.1.1 (#2926)
  • 4b72f76 Bump org.springframework:spring-framework-bom from 6.2.0 to 6.2.1 (#2928)
  • 0bca020 Bump io.micrometer:micrometer-tracing-bom from 1.4.0 to 1.4.1 (#2929)
  • c637524 Bump io.projectreactor:reactor-bom from 2024.0.0 to 2024.0.1 (#2924)
  • 2bbd492 Bump org.apache.logging.log4j:log4j-bom from 2.24.2 to 2.24.3 (#2925)
  • 12a892e Bump org.springframework.retry:spring-retry from 2.0.10 to 2.0.11 (#2923)
  • 40bded4 Bump org.hibernate.validator:hibernate-validator (#2922)
  • 5d7c382 Bump io.micrometer:micrometer-bom from 1.14.1 to 1.14.2 (#2927)
  • Additional commits viewable in compare view

Updates org.springframework.amqp:spring-rabbit from 3.1.5 to 3.2.1

Release notes

Sourced from org.springframework.amqp:spring-rabbit's releases.

v3.2.1

⭐ New Features

  • Incompatibility between RabbitProperties from Spring Boot 3.4.0 and CachingConnectionFactory #2917

🐞 Bug Fixes

  • delivery tag in the observations leading to too many timers generated -> leading to memory leak #2914

📔 Documentation

  • Programmatic Endpoint Registration setId #2895

🔨 Dependency Upgrades

  • Bump org.junit:junit-bom from 5.11.3 to 5.11.4 #2931
  • Bump io.micrometer:micrometer-tracing-bom from 1.4.0 to 1.4.1 #2929
  • Bump org.springframework:spring-framework-bom from 6.2.0 to 6.2.1 #2928
  • Bump io.micrometer:micrometer-bom from 1.14.1 to 1.14.2 #2927
  • Bump org.springframework.data:spring-data-bom from 2024.1.0 to 2024.1.1 #2926
  • Bump org.apache.logging.log4j:log4j-bom from 2.24.2 to 2.24.3 #2925
  • Bump io.projectreactor:reactor-bom from 2024.0.0 to 2024.0.1 #2924
  • Bump org.springframework.retry:spring-retry from 2.0.10 to 2.0.11 #2923
  • Bump com.fasterxml.jackson:jackson-bom from 2.18.1 to 2.18.2 #2916
  • Bump org.apache.logging.log4j:log4j-bom from 2.24.1 to 2.24.2 #2913
  • Bump org.testcontainers:testcontainers-bom from 1.20.3 to 1.20.4 #2912

v3.2.0

⭐ New Features

  • Is AbstractConnectionFactory need to register itself as an AMQConnection's ShutdownListener when a new connection was created? #2891

🐞 Bug Fixes

  • Unexpected TIMEOUT WAITING FOR ACK with CachingConnectionFactory and correlated publisher-confirms #2907
  • byte[] received when using @RabbitListener with Batching #2890

📔 Documentation

🔨 Dependency Upgrades

  • Bump com.fasterxml.jackson:jackson-bom from 2.18.0 to 2.18.1 #2888
  • Bump org.testcontainers:testcontainers-bom from 1.20.2 to 1.20.3 #2883
  • Bump ch.qos.logback:logback-classic from 1.5.11 to 1.5.12 #2882

❤️ Contributors

... (truncated)

Commits
  • 085d21e [artifactory-release...

    Description has been truncated

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 20, 2024
@nickmcdowall
Copy link
Collaborator

@dependabot merge (if checks succeed)

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 20, 2024

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot dependabot bot force-pushed the dependabot/gradle/springframework-dependencies-1cf103b3d6 branch from c49270f to 273ea30 Compare December 23, 2024 04:30
@nickmcdowall
Copy link
Collaborator

@dependabot merge (if checks succeed)

@dependabot dependabot bot force-pushed the dependabot/gradle/springframework-dependencies-1cf103b3d6 branch from 273ea30 to ec0972c Compare December 25, 2024 05:11
@nickmcdowall
Copy link
Collaborator

@dependabot merge (if checks succeed)

@dependabot dependabot bot force-pushed the dependabot/gradle/springframework-dependencies-1cf103b3d6 branch from ec0972c to e69dcbf Compare January 3, 2025 04:28
@nickmcdowall
Copy link
Collaborator

@dependabot merge (if checks succeed)

@dependabot dependabot bot force-pushed the dependabot/gradle/springframework-dependencies-1cf103b3d6 branch from e69dcbf to d47ec4f Compare January 6, 2025 04:21
@nickmcdowall
Copy link
Collaborator

@dependabot merge (if checks succeed)

@dependabot dependabot bot force-pushed the dependabot/gradle/springframework-dependencies-1cf103b3d6 branch from d47ec4f to 787888f Compare January 7, 2025 04:26
@nickmcdowall
Copy link
Collaborator

@dependabot merge (if checks succeed)

@dependabot dependabot bot force-pushed the dependabot/gradle/springframework-dependencies-1cf103b3d6 branch from 787888f to 32098b3 Compare January 8, 2025 05:01
@nickmcdowall
Copy link
Collaborator

@dependabot merge (if checks succeed)

@dependabot dependabot bot force-pushed the dependabot/gradle/springframework-dependencies-1cf103b3d6 branch from 32098b3 to a942df1 Compare January 10, 2025 04:45
@nickmcdowall
Copy link
Collaborator

@dependabot merge (if checks succeed)

@dependabot dependabot bot force-pushed the dependabot/gradle/springframework-dependencies-1cf103b3d6 branch from a942df1 to a8fed9e Compare January 15, 2025 04:31
@nickmcdowall
Copy link
Collaborator

@dependabot merge (if checks succeed)

…ith 8 updates

Bumps the springframework-dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.cloud:spring-cloud-starter-openfeign](https://github.com/spring-cloud/spring-cloud-openfeign) | `4.1.1` | `4.2.0` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.3.0` | `3.4.1` |
| [org.springframework.integration:spring-integration-core](https://github.com/spring-projects/spring-integration) | `6.3.0` | `6.4.1` |
| [org.springframework.boot:spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot) | `3.3.0` | `3.4.1` |
| [org.springframework.boot:spring-boot-test](https://github.com/spring-projects/spring-boot) | `3.3.0` | `3.4.1` |
| [org.springframework.data:spring-data-commons](https://github.com/spring-projects/spring-data-commons) | `3.3.0` | `3.4.1` |
| [org.springframework.amqp:spring-amqp](https://github.com/spring-projects/spring-amqp) | `3.1.5` | `3.2.1` |
| [org.springframework.amqp:spring-rabbit](https://github.com/spring-projects/spring-amqp) | `3.1.5` | `3.2.1` |



Updates `org.springframework.cloud:spring-cloud-starter-openfeign` from 4.1.1 to 4.2.0
- [Release notes](https://github.com/spring-cloud/spring-cloud-openfeign/releases)
- [Commits](spring-cloud/spring-cloud-openfeign@v4.1.1...v4.2.0)

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

Updates `org.springframework.integration:spring-integration-core` from 6.3.0 to 6.4.1
- [Release notes](https://github.com/spring-projects/spring-integration/releases)
- [Commits](spring-projects/spring-integration@v6.3.0...v6.4.1)

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

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

Updates `org.springframework.data:spring-data-commons` from 3.3.0 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-data-commons/releases)
- [Commits](spring-projects/spring-data-commons@3.3.0...3.4.1)

Updates `org.springframework.amqp:spring-amqp` from 3.1.5 to 3.2.1
- [Release notes](https://github.com/spring-projects/spring-amqp/releases)
- [Commits](spring-projects/spring-amqp@v3.1.5...v3.2.1)

Updates `org.springframework.amqp:spring-rabbit` from 3.1.5 to 3.2.1
- [Release notes](https://github.com/spring-projects/spring-amqp/releases)
- [Commits](spring-projects/spring-amqp@v3.1.5...v3.2.1)

---
updated-dependencies:
- dependency-name: org.springframework.cloud:spring-cloud-starter-openfeign
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: springframework-dependencies
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: springframework-dependencies
- dependency-name: org.springframework.integration:spring-integration-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: springframework-dependencies
- dependency-name: org.springframework.boot:spring-boot-autoconfigure
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: springframework-dependencies
- dependency-name: org.springframework.boot:spring-boot-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: springframework-dependencies
- dependency-name: org.springframework.data:spring-data-commons
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: springframework-dependencies
- dependency-name: org.springframework.amqp:spring-amqp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: springframework-dependencies
- dependency-name: org.springframework.amqp:spring-rabbit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: springframework-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/springframework-dependencies-1cf103b3d6 branch from a8fed9e to f7cd4e8 Compare January 16, 2025 04:50
@nickmcdowall
Copy link
Collaborator

@dependabot merge (if checks succeed)

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 20, 2025

Superseded by #332.

@dependabot dependabot bot closed this Jan 20, 2025
@dependabot dependabot bot deleted the dependabot/gradle/springframework-dependencies-1cf103b3d6 branch January 20, 2025 04:18
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant