chore(deps): bump 7 low-risk build-tooling dependencies#39
Merged
fightBoxing merged 1 commit intoMay 29, 2026
Merged
Conversation
- actions/github-script v7 -> v9 (lance-format#27) - actions/setup-node v4 -> v6 (lance-format#28) - maven-compiler-plugin 3.11.0 -> 3.15.0 (lance-format#30) - maven-jar-plugin 3.3.0 -> 3.5.0 (lance-format#33) - maven-source-plugin 3.3.0 -> 3.4.0 (lance-format#35) - maven-shade-plugin 3.5.0 -> 3.6.2 (lance-format#36) - jacoco-maven-plugin 0.8.10 -> 0.8.14 (lance-format#37) Verified with: mvn -DskipTests compile -> BUILD SUCCESS
This was referenced May 29, 2026
Closed
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.
Summary
Bumps 7 low-risk dependencies in a single PR, consolidating the equivalent Dependabot suggestions (#27, #28, #30, #33, #35, #36, #37). All upgrades are either patch/minor bumps of build-time tooling or GitHub Actions versions — no production runtime code or APIs are affected.
Changes
GitHub Actions (
.github/workflows/pr-title.yml)actions/github-scriptv7v9actions/setup-nodev4v6Maven build plugins (
pom.xml)maven-compiler-plugin3.11.03.15.0maven-jar-plugin3.3.03.5.0maven-source-plugin3.3.03.4.0maven-shade-plugin3.5.03.6.2jacoco-maven-plugin0.8.100.8.14Why one combined PR?
Each of the 7 individual Dependabot PRs touches a single line of build-tool config. Reviewing/merging them one by one creates unnecessary noise. They are independent, all build-time only, and have no inter-dependency, so combining is safe and saves reviewer cycles.
Risk
Very low. None of these dependencies appear in the production classpath:
mvnbuild/test phases.No source code changes were required.
Verification
Confirms
maven-compiler-plugin 3.15.0andjacoco-maven-plugin 0.8.14are picked up correctly.Out of scope (intentionally NOT included)
The following Dependabot PRs are not part of this batch and will be handled separately due to higher risk:
Closes
Closes #27, #28, #30, #33, #35, #36, #37