@@ -110,20 +110,8 @@ Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
110
110
<dependency >
111
111
<groupId >org.apache.ant</groupId >
112
112
<artifactId >ant</artifactId >
113
- <version >1.9.7 </version >
113
+ <version >1.10.1 </version >
114
114
</dependency >
115
- <dependency >
116
- <groupId >org.apache.derby</groupId >
117
- <artifactId >derby</artifactId >
118
- <version >10.12.1.1</version >
119
- </dependency >
120
- <!--
121
- <dependency>
122
- <groupId>org.apache.derby</groupId>
123
- <artifactId>derbyclient</artifactId>
124
- <version>10.10.1.1</version>
125
- </dependency>
126
- -->
127
115
</dependencies >
128
116
</dependencyManagement >
129
117
@@ -137,7 +125,7 @@ Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
137
125
<target >${compileTarget} </target >
138
126
<encoding >${project.build.sourceEncoding} </encoding >
139
127
</configuration >
140
- <version >3.5 .1</version >
128
+ <version >3.6 .1</version >
141
129
</plugin >
142
130
<plugin >
143
131
<groupId >org.apache.maven.plugins</groupId >
@@ -146,12 +134,12 @@ Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
146
134
<forkCount >1</forkCount >
147
135
<reuseForks >false</reuseForks >
148
136
</configuration >
149
- <version >2.19.1 </version >
137
+ <version >2.20 </version >
150
138
</plugin >
151
139
<plugin >
152
140
<groupId >org.jacoco</groupId >
153
141
<artifactId >jacoco-maven-plugin</artifactId >
154
- <version >0.7.7 </version >
142
+ <version >0.7.9 </version >
155
143
</plugin >
156
144
<plugin >
157
145
<groupId >org.apache.maven.plugins</groupId >
@@ -184,7 +172,7 @@ Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
184
172
<plugin >
185
173
<groupId >org.apache.maven.plugins</groupId >
186
174
<artifactId >maven-pmd-plugin</artifactId >
187
- <version >3.6 </version >
175
+ <version >3.8 </version >
188
176
<reportSets >
189
177
<reportSet >
190
178
<reports >
@@ -228,7 +216,7 @@ Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
228
216
<plugin >
229
217
<groupId >org.apache.maven.plugins</groupId >
230
218
<artifactId >maven-surefire-report-plugin</artifactId >
231
- <version >2.19.1 </version >
219
+ <version >2.20 </version >
232
220
</plugin >
233
221
<plugin >
234
222
<groupId >org.apache.maven.plugins</groupId >
0 commit comments