Skip to content

Commit

Permalink
#47 versions up
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Jan 5, 2016
1 parent 1af0df8 commit c4246de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@
-->
<groupId>com.jcabi</groupId>
<artifactId>jcabi-dynamo</artifactId>
<version>0.18.4</version>
<version>0.19</version>
</dependency>
<dependency>
<!--
Expand Down Expand Up @@ -1105,7 +1105,7 @@
-->
<groupId>com.jcabi</groupId>
<artifactId>jcabi-ssh</artifactId>
<version>1.5</version>
<version>1.5.2</version>
</dependency>
<dependency>
<!--
Expand Down Expand Up @@ -1291,7 +1291,7 @@
<!-- Servlet API -->
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<version>4.0.0-b01</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -1357,7 +1357,7 @@
-->
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.0.32-beta</version>
<version>2.0.36-beta</version>
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>
Expand Down

0 comments on commit c4246de

Please sign in to comment.