-
Notifications
You must be signed in to change notification settings - Fork 68
Commit ed704fa
authored
fix(deps): update all non-major dependencies (#383)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[io.projectreactor:reactor-test](https://togithub.com/reactor/reactor-core)
| `3.6.2` -> `3.6.6` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[org.springframework.graphql:spring-graphql-test](https://togithub.com/spring-projects/spring-graphql)
| `1.2.4` -> `1.2.6` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[org.springframework.boot:spring-boot-starter-websocket](https://spring.io/projects/spring-boot)
([source](https://togithub.com/spring-projects/spring-boot)) | `3.2.2`
-> `3.2.5` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[org.springframework.boot:spring-boot-starter-test](https://spring.io/projects/spring-boot)
([source](https://togithub.com/spring-projects/spring-boot)) | `3.2.2`
-> `3.2.5` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[org.springframework.boot:spring-boot-starter-webflux](https://spring.io/projects/spring-boot)
([source](https://togithub.com/spring-projects/spring-boot)) | `3.2.2`
-> `3.2.5` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[org.springframework.boot:spring-boot-starter-web](https://spring.io/projects/spring-boot)
([source](https://togithub.com/spring-projects/spring-boot)) | `3.2.2`
-> `3.2.5` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[org.springframework.boot:spring-boot-starter-graphql](https://spring.io/projects/spring-boot)
([source](https://togithub.com/spring-projects/spring-boot)) | `3.2.2`
-> `3.2.5` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [org.slf4j:slf4j-api](http://www.slf4j.org)
([source](https://togithub.com/qos-ch/slf4j),
[changelog](https://www.slf4j.org/news.html)) | `2.0.12` -> `2.0.13` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| io.spring.dependency-management | `1.1.4` -> `1.1.5` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| org.springframework.boot | `3.2.2` -> `3.2.5` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>reactor/reactor-core (io.projectreactor:reactor-test)</summary>
###
[`v3.6.6`](https://togithub.com/reactor/reactor-core/compare/v3.6.5...v3.6.6)
[Compare
Source](https://togithub.com/reactor/reactor-core/compare/v3.6.5...v3.6.6)
###
[`v3.6.5`](https://togithub.com/reactor/reactor-core/compare/v3.6.4...v3.6.5)
###
[`v3.6.4`](https://togithub.com/reactor/reactor-core/releases/tag/v3.6.4)
<!-- Release notes generated using configuration in .github/release.yml
at v3.6.4 -->
`Reactor Core` `3.6.4` is part of **`2023.0.4` Release Train**.
#### What's Changed
##### ✨ New features and improvements
- Throw wrapped `TimeoutException` on `Mono.block*` and `Flux.block*` by
[@​injae-kim](https://togithub.com/injae-kim) in
[#​3733](https://togithub.com/reactor/reactor-core/issues/3733)
##### 🐞 Bug fixes
- Fix stress test expectation and bug in `ColdTestPublisher` by
[@​OlegDokuka](https://togithub.com/OlegDokuka) in
[#​3700](https://togithub.com/reactor/reactor-core/issues/3700)
##### 📖 Documentation
- Fix formatting in `coreFeatures.adoc` by
[@​kzander91](https://togithub.com/kzander91) in
[#​3676](https://togithub.com/reactor/reactor-core/issues/3676)
- Improve `Mono#share` javadoc for cancelling by
[@​chemicL](https://togithub.com/chemicL) in
[#​3741](https://togithub.com/reactor/reactor-core/issues/3741)
#### New Contributors
- [@​kzander91](https://togithub.com/kzander91) made their first
contribution in
[#​3676](https://togithub.com/reactor/reactor-core/issues/3676)
**Full Changelog**:
reactor/reactor-core@v3.6.3...v3.6.4
###
[`v3.6.3`](https://togithub.com/reactor/reactor-core/releases/tag/v3.6.3)
<!-- Release notes generated using configuration in .github/release.yml
at v3.6.3 -->
`Reactor Core` `3.6.3` is part of **`2023.0.3` Release Train**.
#### What's Changed
##### ✨ New features and improvements
- Add `AutoCloseable` shourtcut on `Flux#using`, `Mono#using` by
[@​injae-kim](https://togithub.com/injae-kim) in
[https://github.com/reactor/reactor-core/pull/3704](https://togithub.com/reactor/reactor-core/pull/3704)
##### 📖 Documentation, Tests and Build
- Ignoring flaky JCStress tests by
[@​chemicL](https://togithub.com/chemicL) in
[https://github.com/reactor/reactor-core/pull/3690](https://togithub.com/reactor/reactor-core/pull/3690)
- Fix flaky `TimedScheduler` periodic scheduling tests by
[@​Nicolas125841](https://togithub.com/Nicolas125841) in
[https://github.com/reactor/reactor-core/pull/3677](https://togithub.com/reactor/reactor-core/pull/3677)
- Bump gradle/gradle-build-action from 2.9.0 to 3.0.0 in
/.github/workflows by
[@​dependabot](https://togithub.com/dependabot) in
[https://github.com/reactor/reactor-core/pull/3712](https://togithub.com/reactor/reactor-core/pull/3712)
- Bump actions/setup-java from 3.13.0 to 4.0.0 in /.github/workflows by
[@​dependabot](https://togithub.com/dependabot) in
[https://github.com/reactor/reactor-core/pull/3654](https://togithub.com/reactor/reactor-core/pull/3654)
- Bump actions/checkout from 4.1.0 to 4.1.1 in /.github/workflows by
[@​dependabot](https://togithub.com/dependabot) in
[https://github.com/reactor/reactor-core/pull/3622](https://togithub.com/reactor/reactor-core/pull/3622)
- Bump gradle/wrapper-validation-action from 1.1.0 to 2.0.1 in
/.github/workflows by
[@​dependabot](https://togithub.com/dependabot) in
[https://github.com/reactor/reactor-core/pull/3717](https://togithub.com/reactor/reactor-core/pull/3717)
- Nightly build to run jcstress weekly, snapshots daily by
[@​chemicL](https://togithub.com/chemicL) in
[https://github.com/reactor/reactor-core/pull/3716](https://togithub.com/reactor/reactor-core/pull/3716)
- Adds other JDKs to snapshots workflow by
[@​chemicL](https://togithub.com/chemicL) in
[https://github.com/reactor/reactor-core/pull/3720](https://togithub.com/reactor/reactor-core/pull/3720)
- Restore java21Test back into workflows by
[@​chemicL](https://togithub.com/chemicL) in
[https://github.com/reactor/reactor-core/pull/3721](https://togithub.com/reactor/reactor-core/pull/3721)
- Exclude java21 tests from 3.5.x in snapshots workflow by
[@​chemicL](https://togithub.com/chemicL) in
[https://github.com/reactor/reactor-core/pull/3722](https://togithub.com/reactor/reactor-core/pull/3722)
- Switch jcstress mode to quick in nightly workflow by
[@​chemicL](https://togithub.com/chemicL) in
[https://github.com/reactor/reactor-core/pull/3723](https://togithub.com/reactor/reactor-core/pull/3723)
#### New Contributors
- [@​injae-kim](https://togithub.com/injae-kim) made their first
contribution in
[https://github.com/reactor/reactor-core/pull/3704](https://togithub.com/reactor/reactor-core/pull/3704)
**Full Changelog**:
reactor/reactor-core@v3.6.2...v3.6.3
</details>
<details>
<summary>spring-projects/spring-graphql
(org.springframework.graphql:spring-graphql-test)</summary>
###
[`v1.2.6`](https://togithub.com/spring-projects/spring-graphql/releases/tag/v1.2.6)
#### ⭐ New Features
- Avoid `graphql.AssertException` for persisted query
[#​930](https://togithub.com/spring-projects/spring-graphql/issues/930)
- Use either `first` or `after` to determine forward pagination
[#​929](https://togithub.com/spring-projects/spring-graphql/issues/929)
#### 🪲 Bug Fixes
- Pagination with "after" cursor results in `ScrollPosition` that skips
one extra item
[#​925](https://togithub.com/spring-projects/spring-graphql/issues/925)
- Observation instrumentation assumes local context is a GraphQLContext
[#​918](https://togithub.com/spring-projects/spring-graphql/issues/918)
- WebSocketGraphQlInterceptor is not notified when idle connection is
closed
[#​872](https://togithub.com/spring-projects/spring-graphql/issues/872)
#### 📔 Documentation
- Updated documentation with guidance on using virtual threads
[#​907](https://togithub.com/spring-projects/spring-graphql/issues/907)
#### 🔨 Dependency Upgrades
- Upgrade to GraphQL Java 20.9
[#​936](https://togithub.com/spring-projects/spring-graphql/issues/936)
- Upgrade to Spring Framework 6.0.18
[#​938](https://togithub.com/spring-projects/spring-graphql/issues/938)
###
[`v1.2.5`](https://togithub.com/spring-projects/spring-graphql/releases/tag/v1.2.5)
#### ⭐ New Features
- Revise default ScrollSubrange support for QueryDsl and QBE
DataFetcher's
[#​917](https://togithub.com/spring-projects/spring-graphql/issues/917)
- Avoid changing default DataLoaderRegistry when there are no
registrations
[#​915](https://togithub.com/spring-projects/spring-graphql/issues/915)
- Decode GraphQL request body to higher level object
[#​905](https://togithub.com/spring-projects/spring-graphql/issues/905)
- Avoid async handling in WebMvc if not necessary to wait
[#​904](https://togithub.com/spring-projects/spring-graphql/issues/904)
- Allow passing Map of DataFetcher registrations to
SchemaMappingInspector as alternative to RuntimeWiring
[#​894](https://togithub.com/spring-projects/spring-graphql/issues/894)
- Provide access to SchemaMappingInspector
[#​881](https://togithub.com/spring-projects/spring-graphql/issues/881)
#### 🪲 Bug Fixes
- Adjust offset based pagination to be exclusive of reference position
[#​916](https://togithub.com/spring-projects/spring-graphql/issues/916)
- Multiple ControlledAdvice is not working properly
[#​901](https://togithub.com/spring-projects/spring-graphql/issues/901)
- Verify errors in GraphQlTester nested path check with Consumer
[#​891](https://togithub.com/spring-projects/spring-graphql/issues/891)
- Ensure schema inspection always runs once even if the builder is used
again
[#​878](https://togithub.com/spring-projects/spring-graphql/issues/878)
- Schema inspection ignores types wrapped by Optional
[#​875](https://togithub.com/spring-projects/spring-graphql/issues/875)
- `@SubscriptionMapping` missing AuthenticationPrincipal
[#​861](https://togithub.com/spring-projects/spring-graphql/issues/861)
#### 🔨 Dependency Upgrades
- Upgrade to Kotlin 1.9.22
[#​908](https://togithub.com/spring-projects/spring-graphql/issues/908)
- Upgrade to Micrometer 1.11.9 and Tracing 1.1.10
[#​911](https://togithub.com/spring-projects/spring-graphql/issues/911)
- Upgrade to Reactor 2022.0.16
[#​910](https://togithub.com/spring-projects/spring-graphql/issues/910)
- Upgrade to Spring Data 2023.0.9
[#​912](https://togithub.com/spring-projects/spring-graphql/issues/912)
- Upgrade to Spring Framework 6.0.17
[#​909](https://togithub.com/spring-projects/spring-graphql/issues/909)
- Upgrade to Spring Security 6.1.7
[#​913](https://togithub.com/spring-projects/spring-graphql/issues/913)
#### ❤️ Contributors
Thank you to all the contributors who worked on this release:
[@​erichaagdev](https://togithub.com/erichaagdev) and
[@​nilshartmann](https://togithub.com/nilshartmann)
</details>
<details>
<summary>spring-projects/spring-boot
(org.springframework.boot:spring-boot-starter-websocket)</summary>
###
[`v3.2.5`](https://togithub.com/spring-projects/spring-boot/compare/v3.2.4...v3.2.5)
###
[`v3.2.4`](https://togithub.com/spring-projects/spring-boot/compare/v3.2.3...v3.2.4)
###
[`v3.2.3`](https://togithub.com/spring-projects/spring-boot/releases/tag/v3.2.3)
##### 1 parent 18cf2a4 commit ed704faCopy full SHA for ed704fa
File tree
Expand file treeCollapse file tree
2 files changed
+6
-6
lines changedFilter options
- compatibility
Expand file treeCollapse file tree
2 files changed
+6
-6
lines changedcompatibility/build.gradle.kts
Copy file name to clipboardExpand all lines: compatibility/build.gradle.kts+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
| 4 | + | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
0 commit comments