Skip to content

Commit

Permalink
versions up
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Dec 21, 2015
1 parent 3ebb505 commit 381d84a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-aspects</artifactId>
<version>0.22</version>
<version>0.22.2</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand All @@ -82,12 +82,12 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
<version>1.9.8</version>
<version>1.10.42</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-dynamodb</artifactId>
<version>1.9.8</version>
<version>1.10.42</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand All @@ -110,7 +110,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.182</version>
<version>1.4.190</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down Expand Up @@ -141,7 +141,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.8</version>
<version>1.10</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -180,7 +180,7 @@
<plugin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-dynamodb-maven-plugin</artifactId>
<version>0.4.1</version>
<version>0.7.1</version>
<configuration>
<port>${dynamodb.port}</port>
<dist>${project.build.directory}/dynamodb-dist</dist>
Expand Down

0 comments on commit 381d84a

Please sign in to comment.