Skip to content

Commit c68d09f

Browse files
committed
use parent 2025.7.2
1 parent eda94ff commit c68d09f

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

_build/parent/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
<version>${assertj.version}</version>
5959
<scope>test</scope>
6060
</dependency>
61+
6162
<dependency>
6263
<groupId>ch.qos.logback</groupId>
6364
<artifactId>logback-classic</artifactId>

kotlin-code-generation-test/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,28 +27,13 @@
2727
<groupId>dev.zacsweers.kctfork</groupId>
2828
<artifactId>core</artifactId>
2929
<scope>compile</scope>
30-
<exclusions>
31-
<exclusion>
32-
<groupId>org.jetbrains.kotlin</groupId>
33-
<artifactId>kotlin-annotation-processing-embeddable</artifactId>
34-
</exclusion>
35-
<exclusion>
36-
<groupId>org.jetbrains.kotlin</groupId>
37-
<artifactId>kotlin-annotation-processing-compiler</artifactId>
38-
</exclusion>
39-
</exclusions>
4030
</dependency>
4131

4232
<dependency>
4333
<groupId>org.jetbrains.kotlin</groupId>
4434
<artifactId>kotlin-annotation-processing-embeddable</artifactId>
4535
</dependency>
4636

47-
<dependency>
48-
<groupId>org.jetbrains.kotlin</groupId>
49-
<artifactId>kotlin-annotation-processing-compiler</artifactId>
50-
</dependency>
51-
5237
<dependency>
5338
<groupId>io.github.classgraph</groupId>
5439
<artifactId>classgraph</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.toolisticon.maven.parent</groupId>
77
<artifactId>maven-parent-kotlin-base</artifactId>
8-
<version>2025.7.1</version>
8+
<version>2025.7.2</version>
99
<relativePath/>
1010
</parent>
1111

0 commit comments

Comments
 (0)