@@ -24,8 +24,8 @@ Features:
2424
2525[ ** Gradle** ] ( https://mvnrepository.com/artifact/io.goodforgod/graalvm-hint-processor )
2626``` groovy
27- annotationProcessor "io.goodforgod:graalvm-hint-processor:1.1.1 "
28- compileOnly "io.goodforgod:graalvm-hint-annotations:1.1.1 "
27+ annotationProcessor "io.goodforgod:graalvm-hint-processor:1.2.0 "
28+ compileOnly "io.goodforgod:graalvm-hint-annotations:1.2.0 "
2929```
3030
3131[ ** Maven** ] ( https://mvnrepository.com/artifact/io.goodforgod/graalvm-hint-processor )
@@ -34,14 +34,14 @@ compileOnly "io.goodforgod:graalvm-hint-annotations:1.1.1"
3434 <dependency >
3535 <groupId >io.goodforgod</groupId >
3636 <artifactId >graalvm-hint-annotations</artifactId >
37- <version >1.1.1 </version >
37+ <version >1.2.0 </version >
3838 <scope >compile</scope >
3939 <optional >true</optional >
4040 </dependency >
4141 <dependency >
4242 <groupId >io.goodforgod</groupId >
4343 <artifactId >graalvm-hint-processor</artifactId >
44- <version >1.1.1 </version >
44+ <version >1.2.0 </version >
4545 <scope >provided</scope >
4646 </dependency >
4747</dependencies >
@@ -59,7 +59,7 @@ compileOnly "io.goodforgod:graalvm-hint-annotations:1.1.1"
5959 <path >
6060 <groupId >io.goodforgod</groupId >
6161 <artifactId >graalvm-hint-processor</artifactId >
62- <version >1.1.1 </version >
62+ <version >1.2.0 </version >
6363 </path >
6464 </annotationProcessorPaths >
6565 </configuration >
0 commit comments