Skip to content

Commit

Permalink
#50 verions up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 13, 2022
1 parent d591754 commit 296b9f4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
[![Build Status](https://travis-ci.org/yegor256/jare.svg?branch=master)](https://travis-ci.org/yegor256/jare)
[![PDD status](http://www.0pdd.com/svg?name=yegor256/jare)](http://www.0pdd.com/p?name=teamed/yegor256/jare)
[![Hits-of-Code](https://hitsofcode.com/github/yegor256/jare)](https://hitsofcode.com/view/github/yegor256/jare)
[![codecov](https://codecov.io/gh/yegor256/jare/branch/master/graph/badge.svg)](https://codecov.io/gh/yegor256/jare)

[www.jare.io](http://www.jare.io)

Expand Down
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,32 +86,32 @@ software.
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
<version>1.12.278</version>
<version>1.12.281</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-dynamodb</artifactId>
<version>1.12.278</version>
<version>1.12.281</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-cloudfront</artifactId>
<version>1.12.278</version>
<version>1.12.281</version>
</dependency>
<dependency>
<groupId>org.takes</groupId>
<artifactId>takes</artifactId>
<version>1.23.0</version>
<version>1.24.0</version>
</dependency>
<dependency>
<groupId>com.jcabi.incubator</groupId>
<artifactId>xembly</artifactId>
<version>0.26.3</version>
<version>0.27.0</version>
</dependency>
<dependency>
<groupId>org.cactoos</groupId>
<artifactId>cactoos</artifactId>
<version>0.52.0</version>
<version>0.53.0</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
Expand All @@ -122,7 +122,7 @@ software.
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.3</version>
<version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -153,7 +153,7 @@ software.
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-xml</artifactId>
<version>0.24.0</version>
<version>0.25.0</version>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
Expand All @@ -179,7 +179,7 @@ software.
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-log</artifactId>
<version>0.21.0</version>
<version>0.22.0</version>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
Expand Down Expand Up @@ -224,7 +224,7 @@ software.
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-jdbc</artifactId>
<version>0.17.8</version>
<version>0.18.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -430,7 +430,7 @@ software.
<plugin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-dynamodb-maven-plugin</artifactId>
<version>0.7.1</version>
<version>0.10.0</version>
<executions>
<execution>
<id>dynamodb-integration-test</id>
Expand Down

0 comments on commit 296b9f4

Please sign in to comment.