File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 8282 <plugins >
8383 <plugin >
8484 <artifactId >maven-compiler-plugin</artifactId >
85- <version >3.3 </version >
85+ <version >3.6.1 </version >
8686 <configuration >
8787 <source >${source.property} </source >
8888 <target >${target.property} </target >
9191 </plugin >
9292 <plugin >
9393 <artifactId >maven-surefire-plugin</artifactId >
94- <version >2.18 .1</version >
94+ <version >2.19 .1</version >
9595 <configuration >
9696 <redirectTestOutputToFile >${surefire.redirectTestOutputToFile} </redirectTestOutputToFile >
9797 <systemPropertyVariables >
9898 <org .asynchttpclient.shutdownQuietPeriod>10</org .asynchttpclient.shutdownQuietPeriod>
9999 <org .asynchttpclient.shutdownTimeout>100</org .asynchttpclient.shutdownTimeout>
100+ <sun .net.spi.nameservice.nameservers>8.8.8.8</sun .net.spi.nameservice.nameservers>
101+ <sun .net.spi.nameservice.provider.1>dns,sun</sun .net.spi.nameservice.provider.1>
100102 </systemPropertyVariables >
101103 </configuration >
102104 </plugin >
121123 </plugin >
122124 <plugin >
123125 <artifactId >maven-resources-plugin</artifactId >
124- <version >2.7 </version >
126+ <version >3.0.2 </version >
125127 <configuration >
126128 <encoding >UTF-8</encoding >
127129 </configuration >
134136 </plugin >
135137 <plugin >
136138 <artifactId >maven-jar-plugin</artifactId >
137- <version >2.6 </version >
139+ <version >3.0.2 </version >
138140 </plugin >
139141 <plugin >
140142 <artifactId >maven-source-plugin</artifactId >
141- <version >2.4 </version >
143+ <version >3.0.1 </version >
142144 <executions >
143145 <execution >
144146 <id >attach-sources</id >
154156 <plugins >
155157 <plugin >
156158 <artifactId >maven-javadoc-plugin</artifactId >
157- <version >2.10.3 </version >
159+ <version >2.10.4 </version >
158160 </plugin >
159161 </plugins >
160162 </pluginManagement >
You can’t perform that action at this time.
0 commit comments