File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 66 <groupId >io.github.deweyjose</groupId >
77 <artifactId >graphqlcodegen-maven-plugin</artifactId >
88 <packaging >maven-plugin</packaging >
9- <version >1.51.1 </version >
9+ <version >1.51.2 </version >
1010
1111 <name >GraphQL Code Generator</name >
1212 <description >Maven port of the Netflix DGS GraphQL Codegen gradle build plugin</description >
5050 <maven-scm-provider-gitexe .version>1.11.2</maven-scm-provider-gitexe .version>
5151 <nexus-staging-maven-plugin .version>1.6.13</nexus-staging-maven-plugin .version>
5252 <junit .version>5.10.1</junit .version>
53- <lombok .version>1.18.30</lombok .version>
53+ <lombok .version>1.18.30</lombok .version>
54+ <kotlinpoet-jvm .version>1.15.3</kotlinpoet-jvm .version>
5455 </properties >
5556
5657 <dependencies >
58+ <dependency >
59+ <groupId >com.squareup</groupId >
60+ <artifactId >kotlinpoet-jvm</artifactId >
61+ <version >${kotlinpoet-jvm.version} </version >
62+ </dependency >
5763 <dependency >
5864 <groupId >org.apache.maven</groupId >
5965 <artifactId >maven-plugin-api</artifactId >
You can’t perform that action at this time.
0 commit comments