From eda94ffdc945d11216c0a3be6edfffa0a5e79275 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 09:24:16 +0200 Subject: [PATCH 1/2] chore(deps-dev): bump dev.zacsweers.kctfork:core from 0.7.1 to 0.8.0 (#79) Bumps [dev.zacsweers.kctfork:core](https://github.com/zacsweers/kotlin-compile-testing) from 0.7.1 to 0.8.0. - [Release notes](https://github.com/zacsweers/kotlin-compile-testing/releases) - [Changelog](https://github.com/ZacSweers/kotlin-compile-testing/blob/main/CHANGELOG.md) - [Commits](https://github.com/zacsweers/kotlin-compile-testing/compare/0.7.1...0.8.0) --- updated-dependencies: - dependency-name: dev.zacsweers.kctfork:core dependency-version: 0.8.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- _build/parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_build/parent/pom.xml b/_build/parent/pom.xml index d34f844..eef3b6c 100644 --- a/_build/parent/pom.xml +++ b/_build/parent/pom.xml @@ -17,7 +17,7 @@ 4.8.180 2.2.0 - 0.7.1 + 0.8.0 2.0.17 From c68d09fa58de8b5674c0068d2587f4eddf01c794 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Tue, 8 Jul 2025 10:04:47 +0200 Subject: [PATCH 2/2] use parent 2025.7.2 --- _build/parent/pom.xml | 1 + kotlin-code-generation-test/pom.xml | 15 --------------- pom.xml | 2 +- 3 files changed, 2 insertions(+), 16 deletions(-) diff --git a/_build/parent/pom.xml b/_build/parent/pom.xml index eef3b6c..8857bd3 100644 --- a/_build/parent/pom.xml +++ b/_build/parent/pom.xml @@ -58,6 +58,7 @@ ${assertj.version} test + ch.qos.logback logback-classic diff --git a/kotlin-code-generation-test/pom.xml b/kotlin-code-generation-test/pom.xml index fba872c..8dd98f9 100644 --- a/kotlin-code-generation-test/pom.xml +++ b/kotlin-code-generation-test/pom.xml @@ -27,16 +27,6 @@ dev.zacsweers.kctfork core compile - - - org.jetbrains.kotlin - kotlin-annotation-processing-embeddable - - - org.jetbrains.kotlin - kotlin-annotation-processing-compiler - - @@ -44,11 +34,6 @@ kotlin-annotation-processing-embeddable - - org.jetbrains.kotlin - kotlin-annotation-processing-compiler - - io.github.classgraph classgraph diff --git a/pom.xml b/pom.xml index cfc34bb..2281001 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.toolisticon.maven.parent maven-parent-kotlin-base - 2025.7.1 + 2025.7.2