File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 130130 <plugin >
131131 <groupId >org.apache.maven.plugins</groupId >
132132 <artifactId >maven-source-plugin</artifactId >
133- <version >2 .2.1</version >
133+ <version >3 .2.1</version >
134134 <executions >
135135 <execution >
136136 <id >attach-sources</id >
143143 <plugin >
144144 <groupId >org.apache.maven.plugins</groupId >
145145 <artifactId >maven-javadoc-plugin</artifactId >
146- <version >2.9 .1</version >
146+ <version >3.3 .1</version >
147147 <executions >
148148 <execution >
149149 <id >attach-javadocs</id >
196196 <plugin >
197197 <groupId >org.apache.maven.plugins</groupId >
198198 <artifactId >maven-source-plugin</artifactId >
199- <version >3.0 .1</version >
199+ <version >3.2 .1</version >
200200 </plugin >
201201 <plugin >
202202 <groupId >org.apache.maven.plugins</groupId >
203203 <artifactId >maven-javadoc-plugin</artifactId >
204- <version >2.10.4 </version >
204+ <version >3.3.1 </version >
205205 <configuration >
206206 <javadocExecutable >${java.home} /bin/javadoc</javadocExecutable >
207207 <links >
300300 <dependency >
301301 <groupId >junit</groupId >
302302 <artifactId >junit</artifactId >
303- <version >4.13.1 </version >
303+ <version >4.13.2 </version >
304304 <scope >test</scope >
305305 </dependency >
306306 <dependency >
You can’t perform that action at this time.
0 commit comments