From c2400fe6d02d7caee063508a3a9b2a0a336915a3 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 24 Jul 2026 16:23:41 +0000 Subject: [PATCH] =?UTF-8?q?build(deps):=20bump=20logback-classic=201.5.38?= =?UTF-8?q?=E2=86=921.6.0,=20maven-jar-plugin=203.5.0=E2=86=923.5.1,=20sco?= =?UTF-8?q?recard-action=20v2.4.3=E2=86=92v2.4.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Match the dependency/action versions already adopted in bitcoinaddressfinder: - logback-classic 1.5.38 -> 1.6.0 (parent dependencyManagement pin; comment clarified that the managed version wins over the llama transitive for enforcer DependencyConvergence) + CLAUDE.md dependency table - maven-jar-plugin 3.5.0 -> 3.5.1 in all three module poms (srcmorph, srcmorph-cli, srcmorph-maven-plugin) - ossf/scorecard-action v2.4.3 -> v2.4.4 Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_011AbombALVWxqqmYB7mF1kD --- .github/workflows/scorecard.yml | 2 +- CLAUDE.md | 2 +- pom.xml | 10 ++++++---- srcmorph-cli/pom.xml | 2 +- srcmorph-maven-plugin/pom.xml | 2 +- srcmorph/pom.xml | 2 +- 6 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index c18e7c0..5905ed8 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -29,7 +29,7 @@ jobs: persist-credentials: false - name: Run analysis - uses: ossf/scorecard-action@v2.4.3 + uses: ossf/scorecard-action@v2.4.4 with: results_file: results.sarif results_format: sarif diff --git a/CLAUDE.md b/CLAUDE.md index 19e1fb1..98f5646 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -355,7 +355,7 @@ assume it has already been updated. |---|---|---| | `net.ladenthin:llama` | 5.0.6 | `srcmorph` (`provider` package only) — llama.cpp JNI binding | | `org.slf4j:slf4j-api` | 2.0.18 (converged in the parent) | `srcmorph`, `srcmorph-cli`, the plugin | -| `ch.qos.logback:logback-classic` | 1.5.38 (converged in the parent) | `srcmorph-cli` (runtime binding) | +| `ch.qos.logback:logback-classic` | 1.6.0 (converged in the parent) | `srcmorph-cli` (runtime binding) | | `com.fasterxml.jackson.core:jackson-databind` | pinned in parent | `srcmorph-cli` (JSON config) | | `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` | pinned in parent | `srcmorph-cli` (YAML config) | | `org.apache.maven:maven-plugin-api` | 3.9.16 | `srcmorph-maven-plugin` (provided) | diff --git a/pom.xml b/pom.xml index e40c9ef..1f10989 100644 --- a/pom.xml +++ b/pom.xml @@ -99,14 +99,16 @@ SPDX-License-Identifier: Apache-2.0 2.0.18 ch.qos.logback logback-classic - 1.5.38 + 1.6.0