Skip to content

Commit

Permalink
yegor256#136 versions up
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Apr 2, 2014
1 parent 00c342f commit e84afb6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk</artifactId>
<version>1.6.7</version>
<version>1.7.5</version>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
Expand Down
6 changes: 3 additions & 3 deletions s3auth-hosts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>javax.el</groupId>
<artifactId>javax.el-api</artifactId>
<version>2.2.4</version>
<version>3.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -84,7 +84,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3.1</version>
<version>4.3.3</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down Expand Up @@ -126,7 +126,7 @@
<dependency>
<groupId>com.jcabi.incubator</groupId>
<artifactId>xembly</artifactId>
<version>0.15.1</version>
<version>0.16</version>
</dependency>
<dependency>
<groupId>org.syslog4j</groupId>
Expand Down
4 changes: 2 additions & 2 deletions s3auth-relay/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3.1</version>
<version>4.3.3</version>
</dependency>
<dependency>
<groupId>net.sf.jopt-simple</groupId>
<artifactId>jopt-simple</artifactId>
<version>4.5</version>
<version>4.6</version>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
Expand Down
4 changes: 2 additions & 2 deletions s3auth-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>javax.el</groupId>
<artifactId>javax.el-api</artifactId>
<version>2.2.4</version>
<version>3.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -302,7 +302,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk</artifactId>
<version>1.6.7</version>
<version>1.7.5</version>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
Expand Down

0 comments on commit e84afb6

Please sign in to comment.