Skip to content

Commit c45398d

Browse files
marko-bekhtagsmet
authored andcommitted
HV-1475 Updating Maven dependencies
1 parent f3cc70e commit c45398d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<arquillian.version>1.1.11.Final</arquillian.version>
156156
<testng.version>6.8</testng.version>
157157
<!-- 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>
159159
<junit.version>4.12</junit.version>
160160
<easymock.version>3.4</easymock.version>
161161

@@ -167,7 +167,9 @@
167167

168168
<puppycrawl.checkstyle.version>7.6</puppycrawl.checkstyle.version>
169169

170-
<groovy.version>2.4.8</groovy.version>
170+
<groovy.version>2.4.12</groovy.version>
171+
172+
<guava.version>23.0</guava.version>
171173

172174
<!-- Asciidoctor -->
173175
<hibernate-asciidoctor-theme.version>1.0.1.Final</hibernate-asciidoctor-theme.version>
@@ -407,7 +409,7 @@
407409
<dependency>
408410
<groupId>com.google.guava</groupId>
409411
<artifactId>guava</artifactId>
410-
<version>20.0</version>
412+
<version>${guava.version}</version>
411413
</dependency>
412414
</dependencies>
413415
</dependencyManagement>

0 commit comments

Comments
 (0)