Skip to content

Commit

Permalink
#54 versions up
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Mar 15, 2016
1 parent b337cb1 commit 13bac36
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 @@ -985,7 +985,7 @@
-->
<groupId>com.jcabi</groupId>
<artifactId>jcabi-dynamo</artifactId>
<version>0.19</version>
<version>0.21</version>
</dependency>
<dependency>
<!--
Expand All @@ -1003,7 +1003,7 @@
-->
<groupId>com.jcabi</groupId>
<artifactId>jcabi-github</artifactId>
<version>0.26</version>
<version>0.27</version>
</dependency>
<dependency>
<!--
Expand All @@ -1012,7 +1012,7 @@
-->
<groupId>com.jcabi</groupId>
<artifactId>jcabi-http</artifactId>
<version>1.14.2</version>
<version>1.16</version>
</dependency>
<dependency>
<!--
Expand Down Expand Up @@ -1242,7 +1242,7 @@
-->
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.8.8</version>
<version>1.8.9</version>
</dependency>
<dependency>
<!--
Expand Down Expand Up @@ -1298,7 +1298,7 @@
-->
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.6</version>
<version>1.16.8</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -1354,7 +1354,7 @@
-->
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.0.41-beta</version>
<version>2.0.44-beta</version>
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>
Expand All @@ -1366,7 +1366,7 @@
<!-- Forward all SLF4J calls to LOG4J. -->
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.14</version>
<version>1.7.19</version>
</dependency>
<dependency>
<!-- Use LOG4J logging facility for all loggings. -->
Expand All @@ -1391,7 +1391,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.4.5</version>
<version>2.4.6</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 13bac36

Please sign in to comment.