File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 7575 <plugin >
7676 <groupId >org.apache.maven.plugins</groupId >
7777 <artifactId >maven-checkstyle-plugin</artifactId >
78- <version >2.16 </version >
78+ <version >3.1.2 </version >
7979 <reportSets >
8080 <reportSet >
8181 <reports >
9595 <artifactId >maven-compiler-plugin</artifactId >
9696 <version >3.6.1</version >
9797 <configuration >
98- <source >1.8 </source >
99- <target >1.8 </target >
98+ <source >11 </source >
99+ <target >11 </target >
100100 </configuration >
101101 </plugin >
102102 <plugin >
107107 <plugin >
108108 <groupId >org.jacoco</groupId >
109109 <artifactId >jacoco-maven-plugin</artifactId >
110- <version >0.8.5 </version >
110+ <version >0.8.8 </version >
111111 <executions >
112112 <execution >
113113 <goals >
133133 <plugin >
134134 <groupId >org.apache.maven.plugins</groupId >
135135 <artifactId >maven-source-plugin</artifactId >
136- <version >3.0.1</version >
136+ <version >3.8.0</version >
137+ <configuration >
138+ <release >11</release >
139+ </configuration >
137140 <executions >
138141 <execution >
139142 <id >attach-sources</id >
146149 <plugin >
147150 <groupId >org.apache.maven.plugins</groupId >
148151 <artifactId >maven-javadoc-plugin</artifactId >
149- <version >3.0.1 </version >
152+ <version >3.2.0 </version >
150153 <executions >
151154 <execution >
152155 <id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments