diff --git a/_build/parent/pom.xml b/_build/parent/pom.xml index d34f844..8857bd3 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 @@ -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