diff --git a/CLAUDE.md b/CLAUDE.md index 87277a5..889f6df 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.37 (converged in the parent) | `srcmorph-cli` (runtime binding) | +| `ch.qos.logback:logback-classic` | 1.5.38 (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/srcmorph-maven-plugin/pom.xml b/srcmorph-maven-plugin/pom.xml index 4c6e07e..b1b0f00 100644 --- a/srcmorph-maven-plugin/pom.xml +++ b/srcmorph-maven-plugin/pom.xml @@ -326,7 +326,7 @@ SPDX-License-Identifier: Apache-2.0 org.pitest pitest-maven - 1.25.7 + 1.25.8 org.sonatype.central diff --git a/srcmorph/pom.xml b/srcmorph/pom.xml index 008c63f..ba5a619 100644 --- a/srcmorph/pom.xml +++ b/srcmorph/pom.xml @@ -243,7 +243,7 @@ SPDX-License-Identifier: Apache-2.0 org.pitest pitest-maven - 1.25.7 + 1.25.8 org.sonatype.central