Update all non-major dependencies #349
Merged
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:
5.15.2
->5.16.0
1.38.0
->1.39.0
1.18.3
->1.19.1
3.49.0
->3.49.1
1.38.0
->1.39.0
2.26.4
->2.27.0
1.70.0
->1.71.0
1.70.0
->1.71.0
1.70.0
->1.71.0
12.0.16
->12.0.17
12.0.16
->12.0.17
12.0.16
->12.0.17
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
mockito/mockito (org.mockito:mockito-bom)
v5.16.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.16.0
--info
to diagnose closeAndReleaseStagingRepositories issues (#3567)googleapis/google-oauth-java-client (com.google.oauth-client:google-oauth-client-java6)
v1.39.0
Compare Source
Features
Bug Fixes
jhy/jsoup (org.jsoup:jsoup)
v1.19.1
Changes
Jsoup.connect()
, when running on Java 11+, via the Java HttpClientimplementation. #2257.
System.setProperty("jsoup.useHttpClient", "true");
to enable making requests via the HttpClient instead ,which will enable http/2 support, if available. This will become the default in a later version of jsoup, so now is
a good time to validate it.
that as a Multi-Release
JAR.
HttpClient
impl is not available in your JRE, requests will continue to be made viaHttpURLConnection
(inhttp/1.1
mode).developers need to enable core library desugaring. The minimum Java version remains Java 8.
#2173
org.jsoup.UncheckedIOException
(replace withjava.io.UncheckedIOException
);moved previously deprecated method
Element Element#forEach(Consumer)
tovoid Element#forEach(Consumer())
. #2246Document#updateMetaCharsetElement(boolean)
andDocument#updateMetaCharsetElement()
, as thesetting had no effect. When
Document#charset(Charset)
is called, the document's meta charset or XML encodinginstruction is always set. #2247
Improvements
Safelist
that preserves relative links, theisValid()
method will now consider theselinks valid. Additionally, the enforced attribute
rel=nofollow
will only be added to external links when configuredin the safelist. #2245
Element#selectStream(String query)
andElement#selectStream(Evaluator)
methods, that return aStream
ofmatching elements. Elements are evaluated and returned as they are found, and the stream can be
terminated early. #2092
Element
objects now implementIterable
, enabling them to be used in enhanced for loops.Reader
viaParser#parseFragmentInput(Reader, Element, String)
. #1177jsoup-examples.jar
. #1702#id .class
(and other similar descendant queries) by around 4.6x, by betterbalancing the Ancestor evaluator's cost function in the query
planner. #2254
<isindex>
tags, which would autovivify aform
element with labels. This is nolonger in the spec.
Elements.selectFirst(String cssQuery)
andElements.expectFirst(String cssQuery)
, to select the firstmatching element from an
Elements
list. #2263through the HTML parser's bogus comment handler. Serialization for non-doctype declarations no longer end with a
spurious
!
. #2275<
are normalized to_
to ensure validXML. For example,
<foo<bar>
becomes<foo_bar>
, as XML does not allow<
in element names, but HTML5does. #2276
Bug Fixes
;
in an attribute name, it could not be converted to a W3C DOM element, and so subsequent XPathqueries could miss that element. Now, the attribute name is more completely
normalized. #2244
"name". #2241
Connection
, skip cookies that have no name, rather than throwing a validationexception. #2242
java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer;
could be thrown when calling
Response#body()
after parsing from a URL and the buffer size wasexceeded. #2250
null
InputStream inputs toJsoup.parse(InputStream stream, ...)
, by returningan empty
Document
. #2252template
tag containing anli
within an openli
would be parsed incorrectly, as it was not recognized as a"special" tag (which have additional processing rules). Also, added the SVG and MathML namespace tags to the list of
special tags. #2258
template
tag containing abutton
within an openbutton
would be parsed incorrectly, as the "in button scope"check was not aware of the
template
element. Corrected other instances including MathML and SVG elements,also. #2271
:nth-child
selector with a negative digit-less step, such as:nth-child(-n+2)
, would be parsed incorrectly as apositive step, and so would not match as expected. #1147
doc.charset(charset)
on an empty XML document would throw anIndexOutOfBoundsException
. #2266StructuralEvaluator
(e.g., a selector ancestor chain likeA B C
) byensuring cache reset calls cascade to inner members. #2277
doc.clone().append(html)
were not supported. When a document was cloned, itsParser
was not cloned but was a shallow copy of the original parser. #2281googleapis/java-datastore (com.google.cloud:google-cloud-datastore)
v2.27.0
Compare Source
Features
Bug Fixes
Dependencies
grpc/grpc-java (io.grpc:grpc-netty)
v1.71.0
API Changes
176f3ee
)ProtoUtils
is now stabilized (#11884) (90b1c4f
)Bug Fixes
199a7ea
). They were previously processed as int32, although the sum of weights was checked to be positive. So this would have caused a very large weight to never be selected and to reduce the chances of immediately-following clusters to be selected. There have been no reports of control planes using such large weights199a7ea
). Triggering required the old cluster to no longer be used, an RPC processing when the update arrived, and for a RPC to not match any route in the new config. There have been no reports of this actually happeningdc316f7
)Improvements
CheckReturnValue
with Error Prone's (#11811) (7b5d069
)5a7f350
)44e92e2
)7585b16
). This makes it much easier to debug connectivity issues when using wait-for-ready RPCs0f5503e
)MessageFramer
.flush() is being called between every message, so messages are never combined and the larger allocation just wastes memory. (4a10a38
,7153ff8
)ClientStreamObserver
closes the response observer log the error message if this operation fails (#11880) (302342c
)3142928
)c506190
,b3db8c2
). This was an internal refactor that should have no user-visible changeAltsContextUtil
to allow getting theAltsContext
on client-side (b1bc0a9
)b44ebce
)Documentation
HelloWorldServer
to use Executor (#11850) (16edf7a
)9e86299
)Dependencies
fc8571a
)122b683
)Thanks to
@benjamin
@panchenko
@harshagoo94
@NaveenPrasannaV
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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.