Skip to content

Commit 054994f

Browse files
committed
Align kctfork test dependencies
1 parent 9000f49 commit 054994f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • querydsl-tooling/querydsl-ksp-codegen

querydsl-tooling/querydsl-ksp-codegen/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>dev.zacsweers.kctfork</groupId>
6363
<artifactId>core</artifactId>
64-
<version>0.12.1</version>
64+
<version>0.13.0</version>
6565
<scope>test</scope>
6666
</dependency>
6767
<dependency>
@@ -83,7 +83,7 @@
8383
</exclusions>
8484
</dependency>
8585
<!-- Align KSP runtime artifacts with the API version pinned in the root pom.
86-
kctfork 0.12.1 pulls in 2.3.4; the API is at ${ksp.version}=2.3.7. The
86+
kctfork pulls in 2.3.4; the API is at ${ksp.version}=2.3.7. The
8787
mismatch can surface as KaInvalidLifetimeOwnerAccessException at runtime. -->
8888
<dependency>
8989
<groupId>com.google.devtools.ksp</groupId>

0 commit comments

Comments
 (0)