Skip to content

Commit

Permalink
#63 versions up
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Nov 19, 2016
1 parent ef0788f commit 071b3e9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@
-->
<groupId>com.jcabi</groupId>
<artifactId>jcabi-dynamo</artifactId>
<version>0.21.2</version>
<version>0.21.3</version>
</dependency>
<dependency>
<!--
Expand Down Expand Up @@ -1036,7 +1036,7 @@
-->
<groupId>com.jcabi</groupId>
<artifactId>jcabi-log</artifactId>
<version>0.17.1</version>
<version>0.17.2</version>
</dependency>
<dependency>
<!--
Expand Down Expand Up @@ -1177,7 +1177,7 @@
-->
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>19.0</version>
<version>20.0</version>
</dependency>
<dependency>
<!--
Expand All @@ -1186,7 +1186,7 @@
-->
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
<version>3.5</version>
</dependency>
<dependency>
<!--
Expand Down Expand Up @@ -1255,7 +1255,7 @@
-->
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>5.3.0.Alpha1</version>
<version>5.3.2.Final</version>
</dependency>
<dependency>
<!-- Required for Hibernate validator -->
Expand All @@ -1267,7 +1267,7 @@
<!-- Clojure -->
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
<version>1.9.0-alpha7</version>
<version>1.9.0-alpha14</version>
</dependency>
<dependency>
<!-- Clojure -->
Expand Down Expand Up @@ -1295,7 +1295,7 @@
-->
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.8</version>
<version>1.16.10</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -1351,7 +1351,7 @@
-->
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.0.73-beta</version>
<version>2.2.21</version>
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>
Expand Down

0 comments on commit 071b3e9

Please sign in to comment.