-
Notifications
You must be signed in to change notification settings - Fork 120
deps: Update Non-major dependencies #2174
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
Open
renovate-bot
wants to merge
1
commit into
GoogleCloudPlatform:main
Choose a base branch
from
renovate-bot:renovate/non-major-dependencies
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.
Open
deps: Update Non-major dependencies #2174
renovate-bot
wants to merge
1
commit into
GoogleCloudPlatform:main
from
renovate-bot:renovate/non-major-dependencies
+61
−61
Conversation
This file contains hidden or 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
|
/gcbrun |
97d0ec0 to
2b79f1a
Compare
|
/gcbrun |
2b79f1a to
b2c429e
Compare
|
/gcbrun |
b2c429e to
417bbdb
Compare
|
/gcbrun |
417bbdb to
4ce05c9
Compare
|
/gcbrun |
4ce05c9 to
273f3bf
Compare
|
/gcbrun |
273f3bf to
eb13a48
Compare
|
/gcbrun |
eb13a48 to
260ddb0
Compare
|
/gcbrun |
260ddb0 to
f300324
Compare
|
/gcbrun |
f300324 to
34d9c2f
Compare
|
/gcbrun |
34d9c2f to
8d41fc6
Compare
|
/gcbrun |
8d41fc6 to
e583d18
Compare
|
/gcbrun |
e583d18 to
0772013
Compare
|
/gcbrun |
0772013 to
0f09d28
Compare
|
/gcbrun |
|
/gcbrun |
b0f24a4 to
0eb6aa2
Compare
|
/gcbrun |
0eb6aa2 to
2251654
Compare
|
/gcbrun |
2251654 to
d44531d
Compare
|
/gcbrun |
d44531d to
89a49ef
Compare
|
/gcbrun |
89a49ef to
adb24ef
Compare
|
/gcbrun |
adb24ef to
f97531c
Compare
|
/gcbrun |
f97531c to
ca8278b
Compare
|
/gcbrun |
ca8278b to
e98e23d
Compare
|
/gcbrun |
e98e23d to
0af20f4
Compare
|
/gcbrun |
0af20f4 to
967a1ef
Compare
|
/gcbrun |
967a1ef to
09993f4
Compare
|
/gcbrun |
09993f4 to
cd1e0cc
Compare
|
/gcbrun |
cd1e0cc to
45cf6b2
Compare
|
/gcbrun |
45cf6b2 to
51d3cd9
Compare
|
/gcbrun |
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:
3.5.3->3.5.43.11.2->3.12.06.0.0->6.0.16.0.0->6.0.16.0.0->6.0.10.8.13->0.8.143.8.1->3.9.03.6.0->3.6.23.14.0->3.14.12.18.0->2.19.16.0.0->6.0.11.4.4->1.4.54.1.123.Final->4.2.7.Final4.1.123.Final->4.2.7.Final4.1.123.Final->4.2.7.Final4.1.123.Final->4.2.7.Final4.1.123.Final->4.2.7.Final4.1.123.Final->4.2.7.Final1.2.8->1.2.113.7.8->3.7.123.6.3->3.12.02.69.0->2.72.025.0.0->25.0.13.3.0->3.6.13.6.0->3.6.30.38.23->0.38.244.32.0->4.33.02.41.0->2.43.01.37.1->1.40.01.37.1->1.40.02.0.1->2.0.22.0.1->2.0.2v1beta4-rev20250823-2.0.0->v1beta4-rev20251023-2.0.02.8.0->2.8.12.13.1->2.13.23.49.5->3.52.01.0.2.RELEASE->1.0.3.RELEASE1.0.7.RELEASE->1.1.1.RELEASE3.0.0->3.19.8->9.93.5.5->3.5.642.7.7->42.7.89.4.0->9.5.09.8->9.99.8->9.99.8->9.90.32.18->0.32.191.16.1->1.17.0Release Notes
jacoco/jacoco (org.jacoco:jacoco-maven-plugin)
v0.8.14: 0.8.14Compare Source
New Features
Fixed bugs
Fixed handling of exceptions in chains of safe call operators in Kotlin (GitHub #1819).
Non-functional Changes
mojohaus/versions (org.codehaus.mojo:versions-maven-plugin)
v2.19.1Compare Source
🐛 Bug Fixes
📝 Documentation updates
v2.19.0Compare Source
💥 Breaking changes
🚀 New features and improvements
🐛 Bug Fixes
👻 Maintenance
📦 Dependency updates
google/truth (com.google.truth:truth)
v1.4.5: 1.4.5assertThat(nullMap).isEmpty()to fail with a useful failure message instead of throwingNullPointerException(and similarly for other "bogus" values, such as negative sizes). (da5d6e9)isInstanceOf(Int::class.java)(and Java'sisInstanceOf(int.class)) a valid way to check forInt/Integerinstances. (974ef19)isWithinto pretty-print numbers in its failure messages. (de78553,07318c2)Integerinstead ofjava.lang.Integer). (0ba72d6)ExpectFailureto never generate "value of" lines based on bytecode. This slightly simplifies writing new tests withExpectFailureand prevents future behavior changes in someExpectFailuretests that already exist. However, it may also require changes to other existingExpectFailuretests to remove or change any assertions about the "value of" line. (3caa0e8)minSdkVersionis now 23 (Marshmallow). This follows the minimum of Google's foundational Android libraries, and we expect it to have no practical impact on users. (c85c75c)@NullMarked. This was making all our types non-null in those environments, since we don't yet use@Nullablein the GWT/J2CL artifact. (6392d37)reactor/reactor-netty (io.projectreactor.netty:reactor-netty)
v1.2.11Compare Source
Reactor Netty1.2.11is part of2024.0.11Release Train.What's Changed
✨ New features and improvements
Reactor Corev3.7.12by @violetagg inf7fc6b7, see release notesProxy-Authorizationrenewal by @violetagg in #3925🐞 Bug fixes
ResponseTimeoutHandleris added as one of the first handlers in the pipeline by @violetagg in #3916Content-Length:0by @violetagg in #3936HTTP/2upgrade stream inherits the proper state from the originalHTTP/1.1connection when successful upgrade fromHTTP/1.1toHTTP/2by @violetagg in #3957HttpClientConfigcopying issue inMonoHttpConnectby @violetagg in #3964Full Changelog: reactor/reactor-netty@v1.2.10...v1.2.11
v1.2.10Compare Source
Reactor Netty1.2.10is part of2024.0.10Release Train.What's Changed
✨ New features and improvements
Reactor Corev3.7.11by @chemicL in0d81f66, see release notesNettyv4.1.127.Finalby @violetagg in #3905Netty QUIC Codecv0.0.74.Finalby @violetagg in #3880🐞 Bug fixes
ConnectionProvider#disposeWhenby @violetagg in #3881100-Continueis handled when collecting client's metrics by @violetagg in #3895Full Changelog: reactor/reactor-netty@v1.2.9...v1.2.10
v1.2.9Compare Source
Reactor Netty1.2.9is part of2024.0.9Release Train.What's Changed
✨ New features and improvements
Reactor Corev3.7.9by @violetagg inad6415d, see release notesNettyv4.1.123.Finalby @violetagg in #3844🐞 Bug fixes
HTTP/2, ensure the trailer headers are provided in case full response is received by @violetagg in #3847HttpClientResponse#trailerHeadersalways completes by @violetagg in #3848handlerConfiguratorby @klopfdreh in #3861New Contributors
Full Changelog: reactor/reactor-netty@v1.2.8...v1.2.9
reactor/reactor-core (io.projectreactor:reactor-core)
v3.7.12Reactor Core3.7.12is part of the2024.0.11Release Train.What's Changed
✨ New features and improvements
Micrometerv1.14.12by @violetagg ina1dcd93Micrometer Tracingv1.4.11by @violetagg ina1dcd93Blockhoundv1.0.14.RELEASEby @dependabot[bot] in #4088Hooks#isAutomaticContextPropagationEnabledby @sdeleuze in #4090Full Changelog: reactor/reactor-core@v3.7.11...v3.7.12
v3.7.11Compare Source
Reactor Core3.7.11is part of the2024.0.10Release Train.What's Changed
✨ New features and improvements
9b5105f9b5105fFull Changelog: reactor/reactor-core@v3.7.9...v3.7.11
v3.7.10Compare Source
v3.7.9Compare Source
Reactor Core3.7.9is part of the2024.0.9Release Train.What's Changed
✨ New features and improvements
Micrometerv1.14.10by @violetagg in4965f64Micrometer Tracingv1.4.9by @violetagg in4965f64Full Changelog: reactor/reactor-core@v3.7.8...v3.7.9
mojohaus/build-helper-maven-plugin (org.codehaus.mojo:build-helper-maven-plugin)
v3.6.1Compare Source
📝 Documentation updates
👻 Maintenance
📦 Dependency updates
v3.6.0Compare Source
Changes
🚀 New features and improvements
📦 Dependency updates
👻 Maintenance
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 is behind base branch, 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.