graphql-java-kickstart-federation-example
graphql-java-kickstart-federation-example copied to clipboard
chore(deps): update graphql-java-kickstart.version to v15 (major)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| com.graphql-java-kickstart:graphql-spring-boot-starter-test | 12.0.0 -> 15.1.0 |
||||
| com.graphql-java-kickstart:graphql-spring-boot-starter | 12.0.0 -> 15.1.0 |
Release Notes
graphql-java-kickstart/graphql-spring-boot (com.graphql-java-kickstart:graphql-spring-boot-starter-test)
v15.1.0: 15.1.0
✨ Features
- Check origin for websocket to secure against cross-site attacks by @oliemansm https://github.com/graphql-java-kickstart/graphql-spring-boot/pull/914
- Support CSRF on websockets to secure against cross-site attacks by @oliemansm https://github.com/graphql-java-kickstart/graphql-spring-boot/issues/943
- Added SpringValueCache for easy creation of data loader ValueCache objects that utilize Spring Caches under the hood by @bsara https://github.com/graphql-java-kickstart/graphql-spring-boot/pull/964
🐞 Fixes
- Remove field bean autowiring in favor of constructor injection by @eye-dee https://github.com/graphql-java-kickstart/graphql-spring-boot/pull/914
- MetricsInstrumentation does not implement updated API of TracingInstrumentation provided by graphql-java by @bsara https://github.com/graphql-java-kickstart/graphql-spring-boot/issues/950
📦 Dependencies
- Update jacoco to v0.8.8 by @renovate
- Update graphql-java to v20 by @renovate
- Update spring boot to v3.1.2 by @renovate
- Update sonarqube to v4 by @renovate
- Update gradle to v8 by @renovate
- Update graphql-java-extended-scalars to v21 by @renovate
Full Changelog: https://github.com/graphql-java-kickstart/graphql-spring-boot/compare/v15.0.0...v15.1.0
v15.0.0: 15.0.0
💥 Breaking changes
- Updated source and target Java to v17.
✨ Features
- Spring Boot 3.0.0 / Jakarta EE 9 (jakarta.* namespace) support #894
📦 Dependencies
- Update spring boot to v3.0.0
- Update graphql-java to v19.3
- Update gradle to v7.6
- Update graphql-java-servlet to v15.0.0
v14.1.0: 14.1.0
⭐ New features
- Made possible to use newer versions of altair over cdn #874
📦 Dependencies
- update org.sonarqube to v3.5.0.2730
- update graphql-java to v19.2
- update graphql-java-extended-scalars to v19.1
- update spring-boot to v2.7.5
- update graphql-java-tools to v13.0.2
- update commons-text to v1.10.0
- update jsoup to v1.15.3
v14.0.0: 14.0.0
If you're using Spring Boot to manage versions of dependencies then it could be that it's pulling in version 18.3 of graphql-java instead of version 19.1. To override this version you should add the following in your Gradle build file:
ext["graphql-java.version"] = 19.1
Breaking changes
- removed deprecated
asyncModeEnabledandasyncTimeoutproperties
📦 Dependencies
- upgrade graphql-java to v19.1
- upgrade graphql-java-servlet to v14.0.0
- upgrade graphql-java-tools to v13.0.0
v13.0.1: 13.0.1
Bugfixes
- For non-async servlet wait until GraphQL async operation finished https://github.com/graphql-java-kickstart/graphql-java-servlet/pull/470
v13.0.0: 13.0.0
Bug fixes
- disable async timeout by default #778
- graphiql config headers do not work in new release 12.0.0 #726
- CorsEnabled=false not working for Spring-Boot-Service-Configs #682
- memory leak due to ReactiveApolloSubscriptionSession not closing #740
- Cannot access AsyncServletProperties.Threads fields because it is a package private class #748
- Graphiql static resource loading fix #794
- quote regex input string #824
Features
- aliased scalars #659
- Function for GraphQLTestTemplate to upload files using Upload scalar #712
- added ability to use strings for GraphQl queries when using GraphQLTestTemplate #807
Dependencies
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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.