-
Notifications
You must be signed in to change notification settings - Fork 69
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
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
added
the
type: dependencies
Pull requests that update a dependency file
label
Jun 11, 2024
Apollo Federation Subgraph Compatibility Results
Learn more: |
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
June 18, 2024 17:32
0e8e638
to
61c389a
Compare
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
bot
force-pushed
the
renovate/all-minor-patch
branch
from
June 20, 2024 13:43
61c389a
to
217b489
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
June 27, 2024 17:12
217b489
to
01a5e29
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
July 9, 2024 10:42
f409047
to
16de2db
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
July 18, 2024 19:35
516009e
to
ea50014
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
August 13, 2024 11:54
e893858
to
bcdf246
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 14, 2024 13:26
bcdf246
to
74c4127
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 1, 2024 11:05
74c4127
to
5566993
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 10, 2024 11:42
5566993
to
8995555
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
September 25, 2024 10:06
6aa828b
to
f2382fe
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 4, 2024 16:22
f2382fe
to
1ff78f5
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
October 21, 2024 16:16
8364964
to
6dc0695
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
October 24, 2024 14:43
f4ba8d3
to
19ae7a8
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
November 12, 2024 14:33
19ae7a8
to
3b6acc8
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
November 21, 2024 20:00
694f2ab
to
a16ae7d
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 10, 2024 15:05
a16ae7d
to
fd1edc8
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
December 19, 2024 18:17
057a67e
to
ea11292
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
January 14, 2025 23:49
5f07795
to
6c33a9d
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 23, 2025 13:50
6c33a9d
to
5cfe63a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.0.1
->7.0.2
3.6.12
->3.7.2
5.10.5
->5.11.4
3.3.6
->3.4.2
3.3.6
->3.4.2
3.3.6
->3.4.2
3.3.6
->3.4.2
3.3.6
->3.4.2
3.3.6
->3.4.2
Release Notes
reactor/reactor-core (io.projectreactor:reactor-test)
v3.7.2
What's Changed
✨ New features and improvements
Micrometer
1.14.3
by @chemicL in0b721c5
, check the release notes📖 Documentation
New Contributors
Full Changelog: reactor/reactor-core@v3.7.1...v3.7.2
v3.7.1
Reactor Core
3.7.1
is part of2024.0.1
Release Train.What's Changed
✨ New features and improvements
🐞 Bug fixes
SwitchOnFirst
hanging subscription by @chemicL in #3939📖 Documentation
New Contributors
Full Changelog: reactor/reactor-core@v3.7.0...v3.7.1
v3.7.0
Reactor Core
3.7.0
is part of2024.0.0
Release Train.New and Noteworthy
Antora
Multi-Release-Jar
experienceWhat's Changed
✨ New features and improvements
Micrometer
v1.14.0
by @violetagg in https://github.com/reactor/reactor-core/pull/3931Set
for exact buffers inFlux.buffer
by @Sage-Pierce in https://github.com/reactor/reactor-core/pull/3822@Incubating
annotation by @violetagg in https://github.com/reactor/reactor-core/pull/3790🐞 Bug fixes
Mono#cacheInvalidateIf
NPE when cancelled by @chemicL in https://github.com/reactor/reactor-core/pull/3914📖 Documentation
Scheduler.java
by @rs017991 in https://github.com/reactor/reactor-core/pull/3807New Contributors
Full Changelog: reactor/reactor-core@v3.6.9...v3.7.0
v3.6.13
Reactor Core
3.6.13
is part of2023.0.13
Release Train.What's Changed
🐞 Bug fixes
SwitchOnFirst
hanging subscription by @chemicL in #3939Full Changelog: reactor/reactor-core@v3.6.12...v3.6.13
spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-websocket)
v3.4.2
v3.4.1
🐞 Bug Fixes
@SpringBootConfiguration
results in misleading error message #43507📔 Documentation
<annotationProcessorPaths>
in Maven examples for configuring an annotation processor #43544@AutoConfiguration
javadoc #43325@EnableMethodSecurity
instead of the deprecated@EnableGlobalMethodSecurity
#43315🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@BenchmarkingBuffalo, @Jae-Young98, @arefbehboudi, @izeye, @kgb-financial-com, @minwoo1999, @ngocnhan-tran1996, @nosan, @onobc, @quaff, @scordio, @sobychacko, and @vonZeppelin
v3.4.0
⭐ New Features
🐞 Bug Fixes
@SpyBean
on the output of a FactoryBean is not reset #43053📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@ahoehma, @deki, @izeye, @ngocnhan-tran1996, @nosan, @quaff, and @wickdynex
v3.3.8
v3.3.7
🐞 Bug Fixes
@SpringBootConfiguration
results in misleading error message #43357📔 Documentation
<annotationProcessorPaths>
in Maven examples for configuring an annotation processor #43329@AutoConfiguration
javadoc #43323@EnableMethodSecurity
instead of the deprecated@EnableGlobalMethodSecurity
#43308🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@BenchmarkingBuffalo, @kgb-financial-com, @ngocnhan-tran1996, @nosan, @quaff, @scordio, and @sobychacko
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 was generated by Mend Renovate. View the repository job log.