Skip to content

Bump the dependencies group across 1 directory with 28 updates #1428

Bump the dependencies group across 1 directory with 28 updates

Bump the dependencies group across 1 directory with 28 updates #1428

Triggered via pull request July 23, 2026 03:23
Status Success
Total duration 2m 25s
Artifacts

ci.yml

on: pull_request
Matrix: test-OpenJDK
Matrix: test-GraalVM
Publish snapshot
0s
Publish snapshot
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 80 warnings
GraalVM on ubuntu-22.04
Process completed with exit code 1.
GraalVM on macos-latest
Process completed with exit code 1.
GraalVM on windows-latest
Process completed with exit code 1.
JDK 25 on macos-latest: core/src/main/java/com/google/googlejavaformat/java/JavaInputAstVisitor.java#L2993
[NotJavadoc] This element has multiple Javadoc comments; only the last one will be used.
JDK 25 on macos-latest: core/src/main/java/com/google/googlejavaformat/java/JavaCommentsHelper.java#L171
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on macos-latest: core/src/main/java/com/google/googlejavaformat/java/JavaCommentsHelper.java#L141
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on macos-latest: core/src/main/java/com/google/googlejavaformat/java/JavaCommentsHelper.java#L116
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on macos-latest: core/src/main/java/com/google/googlejavaformat/java/JavaCommentsHelper.java#L100
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on macos-latest: core/src/main/java/com/google/googlejavaformat/java/ImportOrderer.java#L61
[InlineMeSuggester] This deprecated API looks inlineable. If you'd like the body of the API to be automatically inlined to its callers, please annotate it with @InlineMe. NOTE: the suggested fix makes the method final if it was not already.
JDK 25 on macos-latest: core/src/main/java/com/google/googlejavaformat/java/JavaOutput.java#L182
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on macos-latest: core/src/main/java/com/google/googlejavaformat/java/JavaInput.java#L452
[LoopOverCharArray] toCharArray allocates a new array, using charAt is more efficient
JDK 25 on macos-latest: core/src/main/java/com/google/googlejavaformat/java/JavaInput.java#L261
[AlmostJavadoc] This comment contains Javadoc or HTML tags, but isn't started with a double asterisk (/**); is it meant to be Javadoc?
JDK 25 on macos-latest: core/src/main/java/com/google/googlejavaformat/java/DimensionHelpers.java#L112
[PreferInstanceofOverGetKind] Prefer instanceof over getKind() checks where possible, as these work well with pattern matching instanceofs
JDK 25 on macos-latest: core/src/main/java/com/google/googlejavaformat/java/JavaInputAstVisitor.java#L2993
[NotJavadoc] This element has multiple Javadoc comments; only the last one will be used.
JDK 25 on macos-latest: core/src/main/java/com/google/googlejavaformat/java/JavaCommentsHelper.java#L171
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on macos-latest: core/src/main/java/com/google/googlejavaformat/java/JavaCommentsHelper.java#L141
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on macos-latest: core/src/main/java/com/google/googlejavaformat/java/JavaCommentsHelper.java#L116
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on macos-latest: core/src/main/java/com/google/googlejavaformat/java/JavaCommentsHelper.java#L100
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on macos-latest: core/src/main/java/com/google/googlejavaformat/java/ImportOrderer.java#L61
[InlineMeSuggester] This deprecated API looks inlineable. If you'd like the body of the API to be automatically inlined to its callers, please annotate it with @InlineMe. NOTE: the suggested fix makes the method final if it was not already.
JDK 25 on macos-latest: core/src/main/java/com/google/googlejavaformat/java/JavaOutput.java#L182
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on macos-latest: core/src/main/java/com/google/googlejavaformat/java/JavaInput.java#L452
[LoopOverCharArray] toCharArray allocates a new array, using charAt is more efficient
JDK 25 on macos-latest: core/src/main/java/com/google/googlejavaformat/java/JavaInput.java#L261
[AlmostJavadoc] This comment contains Javadoc or HTML tags, but isn't started with a double asterisk (/**); is it meant to be Javadoc?
JDK 25 on macos-latest: core/src/main/java/com/google/googlejavaformat/java/DimensionHelpers.java#L112
[PreferInstanceofOverGetKind] Prefer instanceof over getKind() checks where possible, as these work well with pattern matching instanceofs
JDK 21 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaInputAstVisitor.java#L2993
[NotJavadoc] This element has multiple Javadoc comments; only the last one will be used.
JDK 21 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaCommentsHelper.java#L171
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 21 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaCommentsHelper.java#L141
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 21 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaCommentsHelper.java#L116
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 21 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaCommentsHelper.java#L100
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 21 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/ImportOrderer.java#L61
[InlineMeSuggester] This deprecated API looks inlineable. If you'd like the body of the API to be automatically inlined to its callers, please annotate it with @InlineMe. NOTE: the suggested fix makes the method final if it was not already.
JDK 21 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaOutput.java#L182
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 21 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaInput.java#L452
[LoopOverCharArray] toCharArray allocates a new array, using charAt is more efficient
JDK 21 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaInput.java#L261
[AlmostJavadoc] This comment contains Javadoc or HTML tags, but isn't started with a double asterisk (/**); is it meant to be Javadoc?
JDK 21 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/DimensionHelpers.java#L112
[PreferInstanceofOverGetKind] Prefer instanceof over getKind() checks where possible, as these work well with pattern matching instanceofs
JDK 21 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaInputAstVisitor.java#L2993
[NotJavadoc] This element has multiple Javadoc comments; only the last one will be used.
JDK 21 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaCommentsHelper.java#L171
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 21 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaCommentsHelper.java#L141
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 21 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaCommentsHelper.java#L116
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 21 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaCommentsHelper.java#L100
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 21 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/ImportOrderer.java#L61
[InlineMeSuggester] This deprecated API looks inlineable. If you'd like the body of the API to be automatically inlined to its callers, please annotate it with @InlineMe. NOTE: the suggested fix makes the method final if it was not already.
JDK 21 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaOutput.java#L182
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 21 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaInput.java#L452
[LoopOverCharArray] toCharArray allocates a new array, using charAt is more efficient
JDK 21 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaInput.java#L261
[AlmostJavadoc] This comment contains Javadoc or HTML tags, but isn't started with a double asterisk (/**); is it meant to be Javadoc?
JDK 21 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/DimensionHelpers.java#L112
[PreferInstanceofOverGetKind] Prefer instanceof over getKind() checks where possible, as these work well with pattern matching instanceofs
JDK 25 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaInputAstVisitor.java#L2993
[NotJavadoc] This element has multiple Javadoc comments; only the last one will be used.
JDK 25 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaCommentsHelper.java#L171
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaCommentsHelper.java#L141
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaCommentsHelper.java#L116
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaCommentsHelper.java#L100
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/ImportOrderer.java#L61
[InlineMeSuggester] This deprecated API looks inlineable. If you'd like the body of the API to be automatically inlined to its callers, please annotate it with @InlineMe. NOTE: the suggested fix makes the method final if it was not already.
JDK 25 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaOutput.java#L182
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaInput.java#L452
[LoopOverCharArray] toCharArray allocates a new array, using charAt is more efficient
JDK 25 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaInput.java#L261
[AlmostJavadoc] This comment contains Javadoc or HTML tags, but isn't started with a double asterisk (/**); is it meant to be Javadoc?
JDK 25 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/DimensionHelpers.java#L112
[PreferInstanceofOverGetKind] Prefer instanceof over getKind() checks where possible, as these work well with pattern matching instanceofs
JDK 25 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaInputAstVisitor.java#L2993
[NotJavadoc] This element has multiple Javadoc comments; only the last one will be used.
JDK 25 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaCommentsHelper.java#L171
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaCommentsHelper.java#L141
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaCommentsHelper.java#L116
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaCommentsHelper.java#L100
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/ImportOrderer.java#L61
[InlineMeSuggester] This deprecated API looks inlineable. If you'd like the body of the API to be automatically inlined to its callers, please annotate it with @InlineMe. NOTE: the suggested fix makes the method final if it was not already.
JDK 25 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaOutput.java#L182
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaInput.java#L452
[LoopOverCharArray] toCharArray allocates a new array, using charAt is more efficient
JDK 25 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/JavaInput.java#L261
[AlmostJavadoc] This comment contains Javadoc or HTML tags, but isn't started with a double asterisk (/**); is it meant to be Javadoc?
JDK 25 on ubuntu-latest: core/src/main/java/com/google/googlejavaformat/java/DimensionHelpers.java#L112
[PreferInstanceofOverGetKind] Prefer instanceof over getKind() checks where possible, as these work well with pattern matching instanceofs
JDK 25 on windows-latest
[NotJavadoc] This element has multiple Javadoc comments; only the last one will be used.
JDK 25 on windows-latest
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on windows-latest
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on windows-latest
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on windows-latest
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on windows-latest
[InlineMeSuggester] This deprecated API looks inlineable. If you'd like the body of the API to be automatically inlined to its callers, please annotate it with @InlineMe. NOTE: the suggested fix makes the method final if it was not already.
JDK 25 on windows-latest
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on windows-latest
[LoopOverCharArray] toCharArray allocates a new array, using charAt is more efficient
JDK 25 on windows-latest
[AlmostJavadoc] This comment contains Javadoc or HTML tags, but isn't started with a double asterisk (/**); is it meant to be Javadoc?
JDK 25 on windows-latest
[PreferInstanceofOverGetKind] Prefer instanceof over getKind() checks where possible, as these work well with pattern matching instanceofs
JDK 25 on windows-latest
[NotJavadoc] This element has multiple Javadoc comments; only the last one will be used.
JDK 25 on windows-latest
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on windows-latest
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on windows-latest
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on windows-latest
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on windows-latest
[InlineMeSuggester] This deprecated API looks inlineable. If you'd like the body of the API to be automatically inlined to its callers, please annotate it with @InlineMe. NOTE: the suggested fix makes the method final if it was not already.
JDK 25 on windows-latest
[InlineMeInliner] Migrate (via inlining) away from `Strings.repeat()`. NOTE: this is an unvalidated inlining! Reasoning: Java 11+ API only
JDK 25 on windows-latest
[LoopOverCharArray] toCharArray allocates a new array, using charAt is more efficient
JDK 25 on windows-latest
[AlmostJavadoc] This comment contains Javadoc or HTML tags, but isn't started with a double asterisk (/**); is it meant to be Javadoc?
JDK 25 on windows-latest
[PreferInstanceofOverGetKind] Prefer instanceof over getKind() checks where possible, as these work well with pattern matching instanceofs