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 #336

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2025

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.2
org.springframework.amqp:spring-amqp 3.1.5 3.2.2
org.springframework.amqp:spring-rabbit 3.1.5 3.2.2

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.2

Release notes

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

3.4.2

📗 Links

🐞 Bug Fixes

  • Problem with class-based projections since Spring Framework 6.1.x #3225

📔 Documentation

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

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

... (truncated)

Commits
  • 0345e9c Release version 3.4.2 (2024.1.2).
  • dba527c Prepare 3.4.2 (2024.1.2).
  • b60feb7 Skip unnamed DTO projection properties.
  • 19af483 Fix typos.
  • ccf3e04 Refining QBE documentation.
  • 3f0f788 Extend license header copyright years to 2025.
  • 3c382f9 After release cleanups.
  • 380cd21 Prepare next development iteration.
  • 264dcdd Release version 3.4.1 (2024.1.1).
  • 91697f8 Prepare 3.4.1 (2024.1.1).
  • Additional commits viewable in compare view

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

Release notes

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

v3.2.2

⭐ New Features

  • Fix deprecation warning in the RestTemplateNodeLocator #2933

🐞 Bug Fixes

  • Fix containerFactory SpEL Resolution #2936
  • Using AsyncRabbitTemplate. ConvertSendAndReceive return RabbitConverterFuture display Reply timed out, how to solve? #2478

🔨 Dependency Upgrades

  • Bump io.micrometer:micrometer-tracing-bom from 1.4.1 to 1.4.2 #2946
  • Bump io.projectreactor:reactor-bom from 2024.0.1 to 2024.0.2 #2945
  • Bump org.springframework:spring-framework-bom from 6.2.1 to 6.2.2 #2944
  • Bump io.micrometer:micrometer-bom from 1.14.2 to 1.14.3 #2943
  • Bump org.springframework.data:spring-data-bom from 2024.1.1 to 2024.1.2 #2942
  • Bump ch.qos.logback:logback-classic from 1.5.15 to 1.5.16 #2940
  • Bump ch.qos.logback:logback-classic from 1.5.14 to 1.5.15 #2937
  • Bump ch.qos.logback:logback-classic from 1.5.12 to 1.5.14 #2935

❤️ Contributors

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

@​BenEfrati

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

... (truncated)

Commits
  • cfdc239 [artifactory-release] Release version 3.2.2
  • e9b535b Bump io.micrometer:micrometer-tracing-bom from 1.4.1 to 1.4.2 (#2946)
  • 7279330 Bump io.projectreactor:reactor-bom from 2024.0.1 to 2024.0.2 (#2945)
  • 6e1d0a5 Bump org.springframework:spring-framework-bom from 6.2.1 to 6.2.2 (#2944)
  • 4e73f09 Bump org.springframework.data:spring-data-bom from 2024.1.1 to 2024.1.2 (#2942)
  • 415a610 Bump io.micrometer:micrometer-bom from 1.14.2 to 1.14.3 (#2943)
  • c434d87 Upgrade to Gradle 8.12
  • 4bd3b1d Migrate to DCO from CLA
  • 0752c32 Fix race condition in RabbitTemplatePublisherCallbacksIntegration1Tests
  • 3a07153 Bump ch.qos.logback:logback-classic from 1.5.15 to 1.5.16 (#2940)
  • Additional commits viewable in compare view

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

Release notes

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

v3.2.2

⭐ New Features

  • Fix deprecation warning in the RestTemplateNodeLocator #2933

🐞 Bug Fixes

  • Fix containerFactory SpEL Resolution #2936
  • Using AsyncRabbitTemplate. ConvertSendAndReceive return RabbitConverterFuture display Reply timed out, how to solve? #2478

🔨 Dependency Upgrades

  • Bump io.micrometer:micrometer-tracing-bom from 1.4.1 to 1.4.2 #2946
  • Bump io.projectreactor:reactor-bom from 2024.0.1 to 2024.0.2 #2945
  • Bump org.springframework:spring-framework-bom from 6.2.1 to 6.2.2 #2944
  • Bump io.micrometer:micrometer-bom from 1.14.2 to 1.14.3 #2943
  • Bump org.springframework.data:spring-data-bom from 2024.1.1 to 2024.1.2 #2942
  • Bump ch.qos.logback:logback-classic from 1.5.15 to 1.5.16 #2940
  • Bump ch.qos.logback:logback-classic from 1.5.14 to 1.5.15 #2937
  • Bump ch.qos.logback:logback-classic from 1.5.12 to 1.5.14 #2935

❤️ Contributors

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

@​BenEfrati

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

... (truncated)

Commits
  • cfdc239 [artifactory-release] Release version 3.2.2
  • e9b535b Bump io.micrometer:micrometer-tracing-bom from 1.4.1 to 1.4.2 (#2946)
  • 7279330 Bump io.projectreactor:reactor-bom from 2024.0.1 to 2024.0.2 (#2945)
  • 6e1d0a5 Bump org.springframework:spring-framework-bom from 6.2.1 to 6.2.2 (#2944)
  • 4e73f09 Bump org.springframework.data:spring-data-bom from 2024.1.1 to 2024.1.2 (#2942)
  • 415a610 Bump io.micrometer:micrometer-bom from 1.14.2 to 1.14.3 (#2943)
  • c434d87 Upgrade to Gradle 8.12
  • 4bd3b1d Migrate to DCO from CLA
  • 0752c32 Fix race condition in RabbitTemplatePublisherCallbacksIntegration1Tests
  • 3a07153 Bump ch.qos.logb...

    Description has been truncated

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 22, 2025
@nickmcdowall
Copy link
Collaborator

@dependabot merge (if checks succeed)

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 22, 2025

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.

…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.2` |
| [org.springframework.amqp:spring-amqp](https://github.com/spring-projects/spring-amqp) | `3.1.5` | `3.2.2` |
| [org.springframework.amqp:spring-rabbit](https://github.com/spring-projects/spring-amqp) | `3.1.5` | `3.2.2` |



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.2
- [Release notes](https://github.com/spring-projects/spring-data-commons/releases)
- [Commits](spring-projects/spring-data-commons@3.3.0...3.4.2)

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

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

---
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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/springframework-dependencies-0298116d0e branch from 7f849b8 to f8ac1c9 Compare January 22, 2025 04:34
@nickmcdowall
Copy link
Collaborator

@dependabot merge (if checks succeed)

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 24, 2025

Superseded by #337.

@dependabot dependabot bot closed this Jan 24, 2025
@dependabot dependabot bot deleted the dependabot/gradle/springframework-dependencies-0298116d0e branch January 24, 2025 04:34
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