We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9000f49 commit 054994fCopy full SHA for 054994f
1 file changed
querydsl-tooling/querydsl-ksp-codegen/pom.xml
@@ -61,7 +61,7 @@
61
<dependency>
62
<groupId>dev.zacsweers.kctfork</groupId>
63
<artifactId>core</artifactId>
64
- <version>0.12.1</version>
+ <version>0.13.0</version>
65
<scope>test</scope>
66
</dependency>
67
@@ -83,7 +83,7 @@
83
</exclusions>
84
85
<!-- 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
+ kctfork pulls in 2.3.4; the API is at ${ksp.version}=2.3.7. The
87
mismatch can surface as KaInvalidLifetimeOwnerAccessException at runtime. -->
88
89
<groupId>com.google.devtools.ksp</groupId>
0 commit comments