Skip to content

Commit

Permalink
#122 all up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 4, 2021
1 parent 011f5aa commit 5b6a90a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -1081,7 +1081,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<groupId>com.jcabi</groupId>
<artifactId>jcabi-aspects</artifactId>
<version>0.23.1</version>
<version>0.23.2</version>
</dependency>
<dependency>
<!--
Expand Down Expand Up @@ -1171,7 +1171,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<groupId>com.jcabi</groupId>
<artifactId>jcabi-maven-slf4j</artifactId>
<version>0.9</version>
<version>0.10</version>
</dependency>
<dependency>
<!--
Expand Down Expand Up @@ -1456,7 +1456,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.11.2</version>
<version>3.12.4</version>
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>
Expand All @@ -1468,7 +1468,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<!-- Forward all SLF4J calls to LOG4J. -->
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.32</version>
<version>2.0.0-alpha5</version>
</dependency>
<dependency>
<!-- Use LOG4J logging facility for all loggings. -->
Expand Down

0 comments on commit 5b6a90a

Please sign in to comment.