federation-jvm icon indicating copy to clipboard operation
federation-jvm copied to clipboard

fix(deps): update all non-major dependencies

Open renovate[bot] opened this issue 1 year ago • 1 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.diffplug.spotless:spotless-plugin-gradle 7.0.1 -> 7.0.2 age adoption passing confidence
io.projectreactor:reactor-test 3.6.12 -> 3.7.4 age adoption passing confidence
org.springframework.graphql:spring-graphql-test 1.3.3 -> 1.3.4 age adoption passing confidence
org.junit.jupiter:junit-jupiter (source) 5.10.5 -> 5.12.1 age adoption passing confidence
org.springframework.boot:spring-boot-starter-websocket (source) 3.3.6 -> 3.4.4 age adoption passing confidence
org.springframework.boot:spring-boot-starter-test (source) 3.3.6 -> 3.4.4 age adoption passing confidence
org.springframework.boot:spring-boot-starter-webflux (source) 3.3.6 -> 3.4.4 age adoption passing confidence
org.springframework.boot:spring-boot-starter-web (source) 3.3.6 -> 3.4.4 age adoption passing confidence
org.springframework.boot:spring-boot-starter-graphql (source) 3.3.6 -> 3.4.4 age adoption passing confidence
org.slf4j:slf4j-api (source, changelog) 2.0.16 -> 2.0.17 age adoption passing confidence
org.springframework.boot 3.3.6 -> 3.4.4 age adoption passing confidence

Release Notes

reactor/reactor-core (io.projectreactor:reactor-test)

v3.7.4

What's Changed

:sparkles: New features and improvements
:book: Documentation

New Contributors

Full Changelog: https://github.com/reactor/reactor-core/compare/v3.7.3...v3.7.4

v3.7.3

Reactor Core 3.7.3 is part of 2024.0.3 Release Train.

What's Changed

:sparkles: New features and improvements
:lady_beetle: Bug fixes
:book: Documentation

New Contributors

Full Changelog: https://github.com/reactor/reactor-core/compare/v3.7.2...v3.7.3

v3.7.2

What's Changed

:sparkles: New features and improvements
:book: Documentation

New Contributors

Full Changelog: https://github.com/reactor/reactor-core/compare/v3.7.1...v3.7.2

v3.7.1

Reactor Core 3.7.1 is part of 2024.0.1 Release Train.

What's Changed

:sparkles: New features and improvements
:lady_beetle: Bug fixes
:book: Documentation

New Contributors

Full Changelog: https://github.com/reactor/reactor-core/compare/v3.7.0...v3.7.1

v3.7.0

Reactor Core 3.7.0 is part of 2024.0.0 Release Train.

New and Noteworthy

  • Reference documentation migrated to Antora
  • Improved Multi-Release-Jar experience

What's Changed

:warning: Update considerations and deprecations
:sparkles: New features and improvements
:lady_beetle: Bug fixes
:book: Documentation

New Contributors

Full Changelog: https://github.com/reactor/reactor-core/compare/v3.6.9...v3.7.0

v3.6.15

What's Changed

:sparkles: New features and improvements

Full Changelog: https://github.com/reactor/reactor-core/compare/v3.6.14...v3.6.15

v3.6.14

Reactor Core 3.6.14 is part of 2023.0.15 Release Train.

What's Changed

:sparkles: New features and improvements
:lady_beetle: Bug fixes

Full Changelog: https://github.com/reactor/reactor-core/compare/v3.6.13...v3.6.14

v3.6.13

Reactor Core 3.6.13 is part of 2023.0.13 Release Train.

What's Changed

:lady_beetle: Bug fixes

Full Changelog: https://github.com/reactor/reactor-core/compare/v3.6.12...v3.6.13

spring-projects/spring-graphql (org.springframework.graphql:spring-graphql-test)

v1.3.4

:star: New Features

  • WebSocket handlers should log unhandled errors #​1122
  • Authorization key lookup in BearerTokenAuthenticationExtractor should be case insensitive #​1116
  • Avoid IllegalArgumentException for custom error type in ResponseMapGraphQlResponse #​1115

:lady_beetle: Bug Fixes

  • ExecutionGraphQlService should handle early GraphQLExceptions #​1118
  • WebSocketGraphQlTransport does not emit error signal if connection closed before GraphQL session is initialized #​1098
  • Error thrown from @GraphQlExceptionHandler method results in ClassCastException #​1090
  • Flatten nested argument maps in QuerydslDataFetcher #​1085

:notebook_with_decorative_cover: Documentation

  • Update documentation to use jakarta.persistence.* for Querydsl setup #​1121
  • Fix links to Spring Boot in reference documentation #​1097

:hammer: Dependency Upgrades

  • Upgrade to Micrometer 1.13.11 #​1128
  • Upgrade to Reactor 2023.0.15 #​1127
  • Upgrade to Spring Data 2024.0.9 #​1129
  • Upgrade to Spring Framework 6.1.17 #​1126
  • Upgrade to Spring Security 6.3.6 #​1130

:heart: Contributors

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

@​mp911de, @​salmansharifov, @​sic2, and @​snicoll

spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-websocket)

v3.4.4

v3.4.3

:warning: Noteworthy
:star: New Features
  • Add TWENTY_FOUR to JavaVersion enum #​44209
:lady_beetle: Bug Fixes
  • Console output may be lost when using Log4j2 with something that replaces System.out #​44380
  • Maven plugin does not consistently use ArgFile for classpath argument on Windows #​44328
  • Reactive Jetty web server does not fail fast when configured to use a server name bundle which Jetty does not support #​44319
  • When web server application context refresh fails, the original failure is lost if stopping or destroying the web server throws an exception #​44317
  • View resolver for Thymeleaf should back off if spring-webmvc is not present #​44296
  • WebServer is not destroyed when ReactiveWebServerApplicationContext refresh fails #​44294
  • Non-default DataSource candidates are not considered in H2ConsoleAutoConfiguration #​44293
  • Banner placeholder and defaults do not work during development #​44255
  • Mustache templates return with ISO-8859-1 charset rather than UTF-8 in Content-Type response header #​44193
  • Servlet EndpointRequest doesn't match web server namespace correctly #​44188
  • java.lang.ClassCastException when using default management security with WebFlux and health probes enabled #​44052
  • Logback configuration that relies on inner-classes does not work in a native image #​44025
  • IllegalStateException: Unable to register SSL bundle after 3.3.8 or 3.4.2 #​43989
  • Metrics and health do not include non-default candidate beans #​43481
:notebook_with_decorative_cover: Documentation
  • Document that auto-configuration classes should be identified using their binary names #​44303
  • Correct typo in MVC security when explaining when UserDetailsService auto-configuration will back off #​44301
  • Link to JarLauncher's javadoc #​44170
  • When using observability annotations, recommend that care is taken to avoid double instrumentation #​44145
  • Fix typo in Running Your Application #​44035
  • Document Kubernetes preStop handler when using a Docker image without a shell #​44022
  • Source snippet in Developing Your First Spring Boot Application section uses the root package #​43983
  • Correct the location of MyApplication.java in "Developing Your First Spring Boot Application" #​43975
  • Add links to Jackson Javadoc #​43971
  • Warn that some Quartz database schema scripts must be modified before use #​43958
:hammer: Dependency Upgrades
:heart: Contributors

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

@​Ru311, @​ashishkujoy, @​izeye, @​jearton, @​ngocnhan-tran1996, @​nosan, @​quaff, and @​timotheeandres

v3.4.2

:lady_beetle: 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
:notebook_with_decorative_cover: 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
:hammer: Dependency Upgrades
:heart: Contributors

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

@​arefbehboudi, @​dreis2211, @​gavarava, @​hezean, @​izeye, @​jxblum, @​ngocnhan-tran1996, @​nosan, @​quaff, and @​tmaciejewski

v3.4.1

:lady_beetle: 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
:notebook_with_decorative_cover: 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
:hammer: Dependency Upgrades
:heart: Contributors

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

@​BenchmarkingBuffalo, @​Jae-Young98, @​arefbehboudi, @​izeye, @​kgb-financial-com, [@​minwoo1999](https://redirect.github.com/minwoo1999


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • [ ] If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Jun 11 '24 11:06 renovate[bot]