Update all patch and minor versions - #8730
Merged
Merged
Conversation
Pull request dashboard statusMerged · refreshed 2026-08-18 18:40 UTC Status above doesn't look right?
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8730 +/- ##
=========================================
Coverage 91.26% 91.27%
- Complexity 10461 10464 +3
=========================================
Files 1006 1006
Lines 28244 28244
Branches 3564 3564
=========================================
+ Hits 25778 25780 +2
Misses 1674 1674
+ Partials 792 790 -2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
jkwatson
approved these changes
Aug 18, 2026
renovate
Bot
force-pushed
the
renovate/all-patch-and-minor-versions
branch
2 times, most recently
from
August 18, 2026 04:37
5950fc1 to
54f2569
Compare
renovate
Bot
force-pushed
the
renovate/all-patch-and-minor-versions
branch
from
August 18, 2026 12:44
54f2569 to
a6659de
Compare
jack-berg
approved these changes
Aug 18, 2026
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
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:
9.6.1→9.7.00.157.0→0.159.04.0.6→4.0.72.22.1→2.22.24.2.16.Final→4.2.17.Final13.9.0→13.11.033.6.0-jre→33.7.1-jre7.3.0→7.4.02.22.1→2.22.25.4.0→5.5.05.4.0→5.5.01.40.0→1.41.01.40.0→1.41.01.40.0→1.41.01.40.0→1.41.01.1.7→1.1.9Release Notes
gradle/gradle (gradle)
v9.7.0Compare Source
open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib)
v0.159.0Compare Source
🛑 Breaking changes 🛑
contrib: Remove deprecated kafkatopicsobserver extension from the contrib distribution (#1597)🚀 New components 🚀
extension/aws_iam_db_auth: Addaws_iam_db_authto the contrib distribution (#1591)v0.158.0Compare Source
🛑 Breaking changes 🛑
all: Update Cosign usage to work with v3 (#1570)The Cosign v3 upgrade introduced a change in signing workflow. Previous two files
were required to map the outputs (certificate and signature), now only one file is required.
The new file is a bundle that contains both outputs in JSON format.
This change has been done following the guidance from https://goreleaser.com/blog/cosign-v3/.
With this change, anyone who wants to verify the signature of the artifacts produced by the
release will need to use Cosign V3 and point to the new bundle file or download the bundle and
unpack it to get the certificate and signature files.
all: Use split checksum for all binaries and distros (#1582)The previous attempt at splitting the checksum file for AIX releases was not successful.
The problem lies on the fac that
.runtime.GOOSwill always be the runtime of the compiledgoreleaser binary ("linux" in this case). The only way to split the checksum file per target
is what's implement here, but it ends up giving one checksum file per produced artifact.
🚀 New components 🚀
icmpcheckreceiver: Add icmpcheckreceiver to the contrib distribution (#1577)💡 Enhancements 💡
all: Add new binaries for aix/ppc64 (#1424)🧰 Bug fixes 🧰
all: Skip Docker build and publish in AIX release job. (#1580)The release for Contrib on AIX runs in its own job, where it doesn't build
Docker images. The
continue --mergephase of goreleaser runs all publishersby default, including the Docker manifests one. This will fail for AIX as
the images aren't built.
checkstyle/checkstyle (checkstyle)
v13.11.0Checkstyle 13.11.0 - https://checkstyle.org/releasenotes.html#Release_13.11.0
Breaking backward compatibility:
#21080 - WriteTag: remove tagSeverity property and make Check to work only for violation of tag absence.
New:
#20984 - new Check: PreferLiteralJavadocInlineTag.
Bug fixes:
#13426 - Xdoc file generation should be separate project that executes in maven build as just another phase; remove doxia dependency.
#21222 - Add PreferLiteralJavadocInlineTag in openjdk_checks.xml.
#21101 - google_checks.xml: LocalVariableName/LocalFinalVariableName false positive for identifier example "guava33_4_6" from Google Java Style Guide.
#20973 - Javadoc parse error on quoted HTML attribute value containing '
<'.#19913 - Documentation Comments Style Guide - Avoid Latin.
#17728 - Google style: False negative missing spacing between type and variable.
Other Changes:
`testExampleCountMatchesPropertyCount` incorrectly counts examples that only configure `violateExecutionOnNonTightHtml`.
Improve the Checkstyle landing page.
Create some ability to execute metadata file generation before test phase.
Improve Input coverage for compact sources (JEP 512) for all Checks.
Fix broken Javadoc method links in *.xml.vm file due to Doxia anchor encoding.
Fix violation message comments to use quoted text and remove associated suppressions.
Enforce file size on Java inputs.
Improvements to site workflow.
Website table of contents doesn't show use cases.
Make testExampleCountMatchesPropertyCount enforce exact example count match.
Renumber examples so default-config example is Example1.
Fix examples with duplicate violation behavior.
doc: remove redundant `toc` Doxia macro.
Update grammar inputs for JDK20.
enforce that a module's default-config example is always Example1.
TocMacro: TOC entry title should always come from config description, not from a property.
deployment of website to Sourceforge is failed.
Fix modules suppressed from the default-config example test.
weird XpathRegressionTest.REGEXP_JAVADOC_CHECKS list.
Remove old method from pitest exclude config.
Test's violation-line comparison uses absolute file lines instead of lines relative to the visible xdoc section.
remove usage of JavadocTags class.
v13.10.0Checkstyle 13.10.0 - https://checkstyle.org/releasenotes.html#Release_13.10.0
Breaking backward compatibility:
#5744 - JavadocVariable MissingJavadocMethod MissingJavadocType: Expand Javadoc violation messages to include named context.
New:
#21071 - WriteTag: new messages when violation is on method.
#19991 - NonEmptyAtclauseDescription should to validate since tags.
#17841 - New Check: GoogleMethodName to fix false-negative on method names with underscores.
#21079 - New Check: IllegalBlockTag.
#20987 - New check: JavadocRegexp.
#18064 - New check: ArrayBracketWhitespace.
#18420 - New Check: GoogleMethodNameCheck to enforce Google Java Style Guide method naming.
Bug fixes:
#20995 - Add MultilineCommentLeadingAsteriskPresence check to google_checks.xml.
#3469 - JavadocMethod: check for duplicate parameter block tags.
#20972 - Javadoc parse error on HTML comment with a line ending in a hyphen.
#19931 - Documentation Comments Style Guide - Contents of package.html source file.
#18842 - google_checks.xml incorrectly marks return inlined tag as violation from SummaryJavadoc.
#19925 - Documentation Comments Style Guide - Custom Tags and Annotations.
#19919 - Documentation Comments Style Guide -
@param.#19808 - Add checks for Documentation Comments Style Guide - Notes.
Other Changes:
Web site Table of content for each page as right side panel.
Fix examples with duplicate violation behavior.
Fix violation message comments to use quoted text and remove associated suppressions.
bump org.gaul:modernizer-maven-plugin to 3.5.0.
Add xdocs test enforcing at least one default-config example per module.
make examples of WhitespaceAround compact.
Uncaught TypeError in resetStyling() due to missing .xright element across multiple pages when inspecting or interacting with left panel links.
Update writingjavadocchecks.html to actual state.
Website search: remove release notes from index.
Add test to validate Examples produce unique violations by behavior.
Move violation comments out of Javadoc for all input files.
Enforce file size on Java inputs.
Move violation comments above of annotated methods.
Search: exclude Example [code] results from index; add visible hint for "s" shortcut.
Add client-side search functionality to Checkstyle documentation website.
Update Ant Task table to have links to each property.
Rename "Doc" to "Prop" for properties in Search Bar.
WriteTag not triggered when on severity=ignore and tagSeverity=warning.
Add test enforcing that Example/UseCase paragraphs have extractable descriptive text for TocMacro.
WriteTag Example4 is not clear.
Improvements to diff report generation.
antlr-report workflow scans fork's master instead of PR branch, also support target project as comment argument.
JavadocParagraph: inconsistent AST structure when unexpected closing tag is found.
Add validation for end of line at the end of file for resources.
Add CI validation job for checkstyle-openrewrite-recipes.
Define violation messages for all violations.
Filters need xdoc macros to support non java files for config load.
Documentation Comments Style Guide - `@`deprecated.
Documentation Comments Style Guide - `@`since.
Resolve warnings in pitest CI run.
Mention good-fifth-issue in CONTRIBUTING.md.
Update all workflows participate in CI on PR to auto-cancel.
Documentation Comments Style Guide - Method descriptions begin with a verb phrase, Class/interface/field descriptions can omit the subject and simply state the object.
Documentation Comments Style Guide - Ordering Multiple Tags.
Update `xdoc section` snippet marker from double hyphen to single hyphen.
Replace author email with GitHub username in release notes.
Documentation Comments Style Guide - Use "this" instead of "the", Add description beyond the API name, Be clear when using the term "field".
Documentation Comments Style Guide - Use `<`code`>` style for keywords and names.
Documentation Comments Style Guide - Documenting Unchecked Exceptions.
Documentation Comments Style Guide - Method and constructor parentheses, Phrases instead of sentences, Third-person descriptions.
Documentation Comments Style Guide - `@`version.
Documentation Comments Style Guide - `@`see, `@`serial, `@`serialField, `@`serialData, {`@`link}.
Documentation Comments Style Guide - Writing API Specifications.
Documentation Comments Style Guide - Writing Programming Guide Documentation.
doc: mention JDK 25 is good to build checkstyle.
bndtools/bnd (biz.aQute.bnd:biz.aQute.bnd.gradle)
v7.4.0Compare Source
lysine-dev/okhttp (com.squareup.okhttp3:okhttp)
v5.5.02026-08-16
This release introduces opt-in support for [Encrypted Client Hello (ECH)]. This new feature
improves user privacy by encrypting domain names in transit. With regular TLS, your coffee shop’s
Wi-Fi router can see that you’re visiting wikipedia.com, but it cannot see which page you’re
looking at. With ECH, the router observes only the IP address. This additional privacy is most
effective on sites hosted by big CDNs because the IP address doesn’t imply a particular website.
This requires ECH support in the platform’s TLS stack. Today this is only Android 17 (API 37,
released June 2026). When other TLS stacks add ECH support, we'll integrate them.
ECH took a lot of work to implement because the encryption keys are published over DNS in the
[HTTPS resource record], and we needed to write new code to fetch these records. This release
includes a major update to OkHttp’s DNS API: it now supports multiple resource record types (not
just IP addresses!), asynchronous streaming results, and in-memory caching.
To opt in, you can use
DnsOverHttps:You could also opt in with our new
AndroidDnsAPI. Unfortunately, the privacy benefits of ECH aredeficient because its DNS queries are not encrypted by default.
projects ([Retrofit], [Okio], and [SQLDelight]) recently joined [the Commonhaus Foundation].
@StartStopannotation now supports@NestedJUnit 5 tests.weren’t applied correctly.
the HTTP call to crash.
graalvm/native-build-tools (org.graalvm.buildtools.native)
v1.1.9Compare Source
What's Changed
Full Changelog: graalvm/native-build-tools@1.1.8...1.1.9
v1.1.8Compare Source
What's Changed
Full Changelog: graalvm/native-build-tools@1.1.7...1.1.8
Configuration
📅 Schedule: (UTC)
* 0-7 * * 2)🚦 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.