From 04fd290417e4a883fdb54a3cd781efd569e03d55 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 5 Sep 2026 10:26:19 +0000 Subject: [PATCH] build(deps): bump build plugins and analysis tooling to current Pure version maintenance, no behaviour change. Two groups: Cross-repo drift, closed. The four sibling repos deliberately run the same toolchain versions, and BitcoinAddressFinder pulled ahead when its Dependabot PRs were merged. This brings the rest back in step: maven-compiler-plugin 3.15.0 -> 3.16.0 maven-surefire-plugin 3.5.6 -> 3.6.0 nullaway 0.14.0 -> 0.14.1 Behind current upstream in all four repos: git-commit-id-maven-plugin 10.0.0 -> 10.0.1 spotless-maven-plugin 3.10.1 -> 3.10.2 spotbugs-maven-plugin 4.10.4.0 -> 4.10.4.1 checker / checker-qual 4.2.2 -> 4.2.3 Note the checker bump moves ONE property that feeds both the annotation processor and the qualifiers. That is deliberate and must stay that way: the Nullness Checker resolves its own qualifiers through javac's symbol table, so processor and checker-qual have to share a major version -- the lesson from the reverted 3.55.1 pin in java-llama.cpp. Deliberately NOT bumped: jqwik stays at 1.9.3. Releases from 1.10.0 on print a prompt-injection string aimed at AI coding agents, and the workspace policy (policies/jqwik-prompt-injection.md) requires rejecting any PR that moves it. Dependabot will keep proposing it. Verified locally: mvn clean verify green (288 tests), PIT 179/179 mutations killed (100%), the class-file gate clean over target (500 classes, 0 above major 52), and spotless 3.10.2 reformats nothing -- the working tree after `spotless:apply` holds only the pom edit itself. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01AnNYn8W1xuVxVJtyL34GyH --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 174d429..7279626 100644 --- a/pom.xml +++ b/pom.xml @@ -31,12 +31,12 @@ SPDX-License-Identifier: Apache-2.0 section "jqwik prompt-injection in test output" for full context. --> 1.9.3 2.50.0 - 0.14.0 + 0.14.1 1.0.1 - 4.2.2 - 3.10.1 + 4.2.3 + 3.10.2 2.97.0 - 4.10.4.0 + 4.10.4.1 7.7.4 1.14.0 1.5.0 @@ -246,12 +246,12 @@ SPDX-License-Identifier: Apache-2.0 io.github.git-commit-id git-commit-id-maven-plugin - 10.0.0 + 10.0.1 org.apache.maven.plugins maven-compiler-plugin - 3.15.0 + 3.16.0 org.apache.maven.plugins @@ -276,7 +276,7 @@ SPDX-License-Identifier: Apache-2.0 org.apache.maven.plugins maven-surefire-plugin - 3.5.6 + 3.6.0