Skip to content

Commit

Permalink
#1139 xembly 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 10, 2022
1 parent e743ff9 commit 5818aba
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Expand Up @@ -156,7 +156,7 @@ SOFTWARE.
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-xml</artifactId>
<version>0.23.2</version>
<version>0.24.0</version>
<optional>true</optional>
</dependency>
<dependency>
Expand All @@ -175,14 +175,14 @@ SOFTWARE.
<dependency>
<groupId>com.jcabi.incubator</groupId>
<artifactId>xembly</artifactId>
<version>0.26.2</version>
<version>0.27.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.9.2</version>
<version>4.10.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down Expand Up @@ -240,7 +240,7 @@ SOFTWARE.
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-log</artifactId>
<version>0.20.1</version>
<version>0.21.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>1.8.0-alpha2</version>
<version>2.0.0-alpha5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.8.0-alpha2</version>
<version>2.0.0-alpha5</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -288,19 +288,19 @@ SOFTWARE.
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.6.2</version>
<version>5.9.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.6.2</version>
<version>5.9.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.6.2</version>
<version>5.9.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 5818aba

Please sign in to comment.