Skip to content

Commit

Permalink
#1142 versions up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 22, 2022
1 parent 0d9bfa0 commit dddac7b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Expand Up @@ -121,12 +121,12 @@ SOFTWARE.
https://github.com/yegor256/takes/pull/886#issuecomment-446030223
for details.
-->
<version>0.52.0</version>
<version>0.54.0</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.0.b2</version>
<version>2.0.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -156,7 +156,7 @@ SOFTWARE.
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-xml</artifactId>
<version>0.24.0</version>
<version>0.25.0</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down Expand Up @@ -240,7 +240,7 @@ SOFTWARE.
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-log</artifactId>
<version>0.21.0</version>
<version>0.22.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -270,13 +270,13 @@ SOFTWARE.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.0-alpha5</version>
<version>2.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>2.0.0-alpha5</version>
<version>2.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -306,13 +306,13 @@ SOFTWARE.
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>4.6.1</version>
<version>4.7.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.6.1</version>
<version>4.7.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit dddac7b

Please sign in to comment.