Skip to content

Commit

Permalink
#115 up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 11, 2022
1 parent 1aee4b2 commit 67980fe
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<parent>
<groupId>com.jcabi</groupId>
<artifactId>jcabi</artifactId>
<version>1.33.0</version>
<version>1.34.1</version>
</parent>
<artifactId>jcabi-log</artifactId>
<version>1.0-SNAPSHOT</version>
Expand Down Expand Up @@ -84,6 +84,12 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<version>2.0.0-alpha5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.6.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
Expand Down

0 comments on commit 67980fe

Please sign in to comment.