File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed
src/it/AnnotationProcessingOutput Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 478478 <plugin >
479479 <groupId >org.apache.maven.plugins</groupId >
480480 <artifactId >maven-invoker-plugin</artifactId >
481- <version >3.6 .0</version >
481+ <version >3.9 .0</version >
482482 </plugin >
483483 <plugin >
484484 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 88 <properties >
99 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1010 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
11+ <auto-value .version>1.11.0</auto-value .version>
1112 </properties >
1213
1314 <dependencies >
1920 <dependency >
2021 <groupId >com.google.auto.value</groupId >
2122 <artifactId >auto-value-annotations</artifactId >
22- <version >1.6 </version >
23+ <version >${auto-value.version} </version >
2324 </dependency >
2425 <dependency >
2526 <groupId >com.google.auto.value</groupId >
2627 <artifactId >auto-value</artifactId >
27- <version >1.6</version >
28- <scope >provided</scope >
28+ <version >${auto-value.version} </version >
2929 </dependency >
3030 </dependencies >
3131
3434 <plugin >
3535 <groupId >org.apache.maven.plugins</groupId >
3636 <artifactId >maven-compiler-plugin</artifactId >
37- <version >3.1 </version >
37+ <version >3.14.0 </version >
3838 <configuration >
39- <source >1.8</source >
40- <target >1.8</target >
39+ <source >8</source >
40+ <target >8</target >
41+ <annotationProcessorPaths >
42+ <path >
43+ <groupId >com.google.auto.value</groupId >
44+ <artifactId >auto-value</artifactId >
45+ <version >${auto-value.version} </version >
46+ </path >
47+ </annotationProcessorPaths >
4148 </configuration >
4249 </plugin >
4350 <plugin >
You can’t perform that action at this time.
0 commit comments