File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 155
155
<arquillian .version>1.1.11.Final</arquillian .version>
156
156
<testng .version>6.8</testng .version>
157
157
<!-- it must be the exact same version than the one used in the Bean Validation TCK -->
158
- <assertj-core .version>3.7 .0</assertj-core .version>
158
+ <assertj-core .version>3.8 .0</assertj-core .version>
159
159
<junit .version>4.12</junit .version>
160
160
<easymock .version>3.4</easymock .version>
161
161
167
167
168
168
<puppycrawl .checkstyle.version>7.6</puppycrawl .checkstyle.version>
169
169
170
- <groovy .version>2.4.8</groovy .version>
170
+ <groovy .version>2.4.12</groovy .version>
171
+
172
+ <guava .version>23.0</guava .version>
171
173
172
174
<!-- Asciidoctor -->
173
175
<hibernate-asciidoctor-theme .version>1.0.1.Final</hibernate-asciidoctor-theme .version>
407
409
<dependency >
408
410
<groupId >com.google.guava</groupId >
409
411
<artifactId >guava</artifactId >
410
- <version >20.0 </version >
412
+ <version >${guava.version} </version >
411
413
</dependency >
412
414
</dependencies >
413
415
</dependencyManagement >
You can’t perform that action at this time.
0 commit comments