Skip to content

Commit

Permalink
Update jcabi-parent to latest version yegor256#958
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier B. OURA committed Mar 31, 2021
1 parent 925e1a2 commit ca209c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SOFTWARE.
<parent>
<groupId>com.jcabi</groupId>
<artifactId>parent</artifactId>
<version>0.49.1</version>
<version>0.51.2</version>
</parent>
<groupId>org.takes</groupId>
<artifactId>takes</artifactId>
Expand Down Expand Up @@ -138,11 +138,13 @@ SOFTWARE.
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>2.2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>2.2</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down Expand Up @@ -227,6 +229,7 @@ SOFTWARE.
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>7.0.1.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit ca209c7

Please sign in to comment.