apollographql / federation-jvm

JVM support for Apollo Federation
https://www.apollographql.com/docs/federation/
MIT License
245 stars 65 forks source link

fix(deps): update all non-major dependencies #400

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springframework.graphql:spring-graphql-test 1.3.0-RC1 -> 1.3.0 age adoption passing confidence
org.springframework.boot:spring-boot-starter-websocket (source) 3.3.0-RC1 -> 3.3.0 age adoption passing confidence
org.springframework.boot:spring-boot-starter-test (source) 3.3.0-RC1 -> 3.3.0 age adoption passing confidence
org.springframework.boot:spring-boot-starter-webflux (source) 3.3.0-RC1 -> 3.3.0 age adoption passing confidence
org.springframework.boot:spring-boot-starter-web (source) 3.3.0-RC1 -> 3.3.0 age adoption passing confidence
org.springframework.boot:spring-boot-starter-graphql (source) 3.3.0-RC1 -> 3.3.0 age adoption passing confidence
org.springframework.boot 3.2.5 -> 3.3.0 age adoption passing confidence

Release Notes

spring-projects/spring-graphql (org.springframework.graphql:spring-graphql-test) ### [`v1.3.0`](https://togithub.com/spring-projects/spring-graphql/releases/tag/v1.3.0) #### :star: New Features - Allow passing Map of variables in GraphQlTester [#​969](https://togithub.com/spring-projects/spring-graphql/pull/969) - Allow use of GraphQL Java 21.x with Spring for GraphQL 1.3.x [#​963](https://togithub.com/spring-projects/spring-graphql/issues/963) - SchemaMappingInspector should look in controller package if return type for a union is Object [#​960](https://togithub.com/spring-projects/spring-graphql/issues/960) - Prepare HTTP handlers for Incremental Delivery support [#​959](https://togithub.com/spring-projects/spring-graphql/issues/959) - Async execution of blocking controller methods on Java 21+ [#​958](https://togithub.com/spring-projects/spring-graphql/issues/958) - Enable use of Kotlin Flow as return value [#​954](https://togithub.com/spring-projects/spring-graphql/issues/954) - SchemaMappingBeanFactoryInitializationAotProcessor should register hints for `@EnityMapping` methods [#​928](https://togithub.com/spring-projects/spring-graphql/issues/928) - Support accepting interceptors in WebSocketGraphQlTester [#​823](https://togithub.com/spring-projects/spring-graphql/issues/823) - Support GraphQL over WebSocket authentication via "connect_init" message [#​268](https://togithub.com/spring-projects/spring-graphql/issues/268) #### :beetle: Bug Fixes - Concrete types of union and interface fields should not be skipped if concrete use elsewhere provides more information [#​962](https://togithub.com/spring-projects/spring-graphql/issues/962) - Duplicate reporting of unmapped union or interface fields [#​961](https://togithub.com/spring-projects/spring-graphql/issues/961) #### :hammer: Dependency Upgrades - Upgrade to federation-jvm 5.0.0 [#​972](https://togithub.com/spring-projects/spring-graphql/pull/972) - Upgrade to GraphQL Java 22.1 [#​975](https://togithub.com/spring-projects/spring-graphql/issues/975) - Upgrade to Micrometer 1.13.0 [#​977](https://togithub.com/spring-projects/spring-graphql/issues/977) - Upgrade to Spring Data 2024.0.0 [#​978](https://togithub.com/spring-projects/spring-graphql/issues/978) - Upgrade to Spring Framework 6.1.7 [#​976](https://togithub.com/spring-projects/spring-graphql/issues/976) - Upgrade to Spring Security 6.3.0 [#​979](https://togithub.com/spring-projects/spring-graphql/issues/979) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@​dariuszkuc](https://togithub.com/dariuszkuc) and [@​kutlueren](https://togithub.com/kutlueren)
spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-websocket) ### [`v3.3.0`](https://togithub.com/spring-projects/spring-boot/compare/v3.2.6...v3.3.0)

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.



This PR has been generated by Mend Renovate. View repository job log here.

dariuszkuc commented 2 months ago

Superseded by https://github.com/apollographql/federation-jvm/pull/404