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(deps): update all non-major dependencies #411

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.diffplug.spotless:spotless-plugin-gradle 7.0.1 -> 7.0.3 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

✨ New features and improvements
📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@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

✨ New features and improvements
🐞 Bug fixes
📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@v3.7.2...v3.7.3

v3.7.2

What's Changed

✨ New features and improvements
📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@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

✨ New features and improvements
🐞 Bug fixes
📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@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

⚠️ Update considerations and deprecations
✨ New features and improvements
🐞 Bug fixes
📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@v3.6.9...v3.7.0

v3.6.15

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@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

✨ New features and improvements
🐞 Bug fixes

Full Changelog: reactor/reactor-core@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

🐞 Bug fixes

Full Changelog: reactor/reactor-core@v3.6.12...v3.6.13

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

v1.3.4

⭐ 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

🐞 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

📔 Documentation

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

🔨 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

❤️ 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

❗ Noteworthy Changes

Tomcat APR support is now disabled by default if you are using Java 24 or higher. This change has been made to prevent JDK from issuing warnings.

Please see the updated release notes for details.

🐞 Bug Fixes

  • Actuator throws an exception when using prototype scoped DataSource bean #​44706
  • Docker API error message is missing in some cases #​44630
  • DefaultJmsListenerContainerFactoryConfigurer#setObservationRegistry should not be public #​44585
  • When an application contains multiple DataSource beans, EntityManagerFactoryBuilder will default ddl-auto to a value that may only be appropriate for the primary DataSource #​44516
  • When the main class is not proxied, native testing that uses the application's main method does not work #​44481
  • When loading configuration from a Resource, Log4J2LoggingSystem may not close the InputStream #​44473
  • When loading from a resource, PemContent does not close the InputStream #​44454
  • ResourceBanner does not close the InputStream used to read the banner #​44452
  • ConfigDataLocationResolvers and PropertySourceLoaders are loaded using a potentially different class loader #​44450
  • Kafka message sending fails with 'class SslBundleSslEngineFactory could not be found' #​44437
  • Kafka in native-image fails when using SSL bundles #​44436
  • Nested test classes don't inherit properties from @DataJpaTest on enclosing class #​44407
  • Failure diagnostics are poor when trying to use an image platform that is not supported by the builder #​44059
  • Checking if APR is available logs a warning on Java 24 #​44033

📔 Documentation

  • Multiline properties in documentation are missing backslashes #​44790
  • Polish javadoc of SqlR2dbcScriptDatabaseInitializer #​44764
  • Document support for Java 24 #​44754
  • Remove OpenShift link that 404s #​44748
  • Fix link to javadoc for JavaExec.setArgsString #​44536
  • Fix typo in documentation #​44523
  • Update descriptions of properties that no longer require Flyway Teams #​44483
  • Fix typo in javadoc of CommonStructuredLogFormat#ELASTIC_COMMON_SCHEMA #​44469
  • Samples for metadata annotation processers have invalid fold attribute #​44420
  • Clarify which Mongo properties are ignored when URI property is set #​44404
  • Adapt Javadoc reference of JooqExceptionTranslator to use ExceptionTranslatorExecuteListener #​44402

🔨 Dependency Upgrades

❤️ Contributors

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

@​KmYgJn, @​bekoenig, @​bernie-schelberg-invicara, @​dmitrysulman, @​izeye, @​metters, @​ngocnhan-tran1996, @​nosan, and @​quaff

v3.4.3

⚠️ Noteworthy

⭐ New Features

  • Add TWENTY_FOUR to JavaVersion enum #​44209

🐞 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

📔 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

🔨 Dependency Upgrades

❤️ 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

🐞 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

❤️ 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

🐞 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](https://redirect.github.com/spring-projects/spr

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 renovate bot requested a review from sachindshinde as a code owner June 11, 2024 11:02
@renovate renovate bot added the type: dependencies Pull requests that update a dependency file label Jun 11, 2024
@renovate renovate bot requested a review from dariuszkuc as a code owner June 11, 2024 11:02
Copy link

github-actions bot commented Jun 11, 2024

Apollo Federation Subgraph Compatibility Results

Federation 1 Support Federation 2 Support
_service🟢
@key (single)🟢
@key (multi)🟢
@key (composite)🟢
repeatable @key🟢
@requires🟢
@provides🟢
federated tracing🟢
@link🟢
@shareable🟢
@tag🟢
@override🟢
@inaccessible🟢
@composeDirective🟢
@interfaceObject🟢

Learn more:

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0e8e638 to 61c389a Compare June 18, 2024 17:32
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-test to v3.6.7 fix(deps): update all non-major dependencies Jun 18, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 61c389a to 217b489 Compare June 20, 2024 13:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 217b489 to 01a5e29 Compare June 27, 2024 17:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f409047 to 16de2db Compare July 9, 2024 10:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 516009e to ea50014 Compare July 18, 2024 19:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e893858 to bcdf246 Compare August 13, 2024 11:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bcdf246 to 74c4127 Compare August 14, 2024 13:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 74c4127 to 5566993 Compare September 1, 2024 11:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5566993 to 8995555 Compare September 10, 2024 11:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6aa828b to f2382fe Compare September 25, 2024 10:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f2382fe to 1ff78f5 Compare October 4, 2024 16:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8364964 to 6dc0695 Compare October 21, 2024 16:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f4ba8d3 to 19ae7a8 Compare October 24, 2024 14:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 19ae7a8 to 3b6acc8 Compare November 12, 2024 14:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 694f2ab to a16ae7d Compare November 21, 2024 20:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a16ae7d to fd1edc8 Compare December 10, 2024 15:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 057a67e to ea11292 Compare December 19, 2024 18:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5f07795 to 6c33a9d Compare January 14, 2025 23:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6c33a9d to 5cfe63a Compare January 23, 2025 13:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d96bf12 to 265a7a1 Compare February 18, 2025 12:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ea4f2c4 to 427fa14 Compare February 25, 2025 18:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8610354 to a1fd7d8 Compare March 14, 2025 19:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a1fd7d8 to bc897fc Compare March 21, 2025 05:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bc897fc to 1c943a9 Compare April 7, 2025 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants