-
Notifications
You must be signed in to change notification settings - Fork 118
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
deps: Update Non-major dependencies #2037
Merged
hessjcg
merged 1 commit into
GoogleCloudPlatform:main
from
renovate-bot:renovate/non-major-dependencies
Aug 14, 2024
Merged
deps: Update Non-major dependencies #2037
hessjcg
merged 1 commit into
GoogleCloudPlatform:main
from
renovate-bot:renovate/non-major-dependencies
Aug 14, 2024
+33
−33
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
f2ea68a
to
bceae36
Compare
bceae36
to
2b33da5
Compare
2b33da5
to
84b2dab
Compare
84b2dab
to
7a67e62
Compare
7a67e62
to
b87a9c4
Compare
b87a9c4
to
2bde06f
Compare
2bde06f
to
d24391a
Compare
d24391a
to
ced1c95
Compare
ced1c95
to
617edcd
Compare
4f76205
to
3ee2428
Compare
3ee2428
to
52bdcab
Compare
ae04b36
to
02961fa
Compare
765d427
to
502d18a
Compare
3380296
to
a10cc0e
Compare
hessjcg
approved these changes
Aug 13, 2024
e3e8b14
to
4f52891
Compare
4f52891
to
fc0470e
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:
3.3.0
->3.3.1
3.7.0
->3.8.0
3.2.4
->3.2.5
5.10.3
->5.11.0
1.10.3
->1.11.0
1.10.3
->1.11.0
3.1.0
->3.1.1
2.17.0
->2.17.1
5.10.3
->5.11.0
1.4.3
->1.4.4
2.0.13
->2.0.16
1.1.21
->1.1.22
3.6.8
->3.6.9
2.50.0
->2.51.0
1.17.0
->1.17.1
2.28.0
->2.30.0
1.23.0
->1.24.1
1.23.0
->1.24.1
v1beta4-rev20240622-2.0.0
->v1beta4-rev20240724-2.0.0
3.45.0
->3.46.0
1.1.3
->1.3.0
3.4.0
->3.4.1
12.6.3.jre8
->12.8.0.jre8
4.1.111.Final
->4.1.112.Final
4.1.111.Final
->4.1.112.Final
4.1.111.Final
->4.1.112.Final
4.1.111.Final
->4.1.112.Final
4.1.111.Final
->4.1.112.Final
4.1.111.Final
->4.1.112.Final
4.1.111.Final
->4.1.112.Final
24.0.1
->24.0.2
1.9.0
->1.9.1
Release Notes
mojohaus/versions (org.codehaus.mojo:versions-maven-plugin)
v2.17.1
Compare Source
Changes
🐛 Bug Fixes
includeParent
field value not matchingParameter#defaultValue
(#1104) @Marcono1234📦 Dependency updates
👻 Maintenance
google/truth (com.google.truth:truth)
v1.4.4
@NullMarked
annotation from individual classes up to the package to avoid a warning under--release 8
. (e107aea
)matches
to conditionally suggest usingcontainsMatch
. (7e9fc7a
)qos-ch/slf4j (org.slf4j:slf4j-api)
v2.0.16
v2.0.15
reactor/reactor-netty (io.projectreactor.netty:reactor-netty)
v1.1.22
Compare Source
Reactor Netty
1.1.22
is part of2022.0.22
and2023.0.9
Release Train.What's Changed
✨ New features and improvements
Reactor Core
v3.5.20
by @violetagg in35b79b7
, see release notesNetty
v4.1.112.Final
by @violetagg in #3361Netty QUIC Codec
v0.0.66.Final
by @violetagg in #3383Content-Length
when it is about to send theFullHttpResponse
by @violetagg in #3355doFinally
in order to handlecancel
anderror
signals by @violetagg in #3356ChannelOperations#shortId
on demand by @violetagg in #3357HttpServerOperations#onInboundNext
by @violetagg in #3375HttpTrafficHandler#write
by @violetagg in #3376EMPTY_LAST_CONTENT
by @violetagg in #3385Http2StreamBridgeServerHandler#write
by @violetagg in #3391🐞 Bug fixes
Expect: 100-continue
by @violetagg in #3362decode
in an event loop by @violetagg in #3369Full Changelog: reactor/reactor-netty@v1.1.21...v1.1.22
reactor/reactor-core (io.projectreactor:reactor-core)
v3.6.9
Compare Source
apache/commons-codec (commons-codec:commons-codec)
v1.17.1
The Apache Commons Codec component contains encoders and decoders for
various formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.
Feature and fix release. Requires a minimum of Java 8.
google/error-prone (com.google.errorprone:error_prone_annotations)
v2.30.0
: Error Prone 2.30.0Compare Source
New checks:
AutoValueBoxedValues
: Detects unnecessary boxing in AutoValue classes.DefaultLocale
: Detects implicit use of the JVM default locale, which can result in differing behaviour between JVM executions.UnnecessaryBreakInSwitch
: Remove unnecessarybreak
statements in->
switches.Closed issues: #632, #4487
Full changelog: google/error-prone@v2.29.2...v2.30.0
v2.29.2
: Error Prone 2.29.2This release contains all of the changes in 2.29.0 and 2.29.1, plus:
TraditionalSwitchExpression
(https://github.com/google/error-prone/issues/4479)module-info
for the annotations jar, which was accidentally removed (https://github.com/google/error-prone/issues/4480)Full Changelog: google/error-prone@v2.29.1...v2.29.2
v2.29.1
: Error Prone 2.29.1This release contains all of the changes in 2.29.0, plus:
UnusedVariable
to handle unnamed_
variables (https://github.com/google/error-prone/issues/4451)SetUnrecognized
(https://github.com/google/error-prone/issues/4475)Full Changelog: google/error-prone@v2.29.0...v2.29.1
v2.29.0
: Error Prone 2.29.0New checks:
MissingRuntimeRetention
SetUnrecognized
StatementSwitchToExpressionSwitch
Closed issues: #4318, #4429, #4467
Full Changelog: google/error-prone@v2.28.0...v2.29.0
googleapis/google-auth-library-java (com.google.auth:google-auth-library-oauth2-http)
v1.24.1
Bug Fixes
v1.24.0
Features
Bug Fixes
Documentation
mariadb-corporation/mariadb-connector-j (org.mariadb.jdbc:mariadb-java-client)
v3.4.1
Compare Source
Full Changelog
Bugs Fixed
googleapis/java-shared-config (com.google.cloud:google-cloud-shared-config)
v1.9.1
Compare Source
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 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.