Skip to content

Commit

Permalink
#52 versions up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 24, 2022
1 parent 1299ebd commit 9b2d679
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions pom.xml
Expand Up @@ -75,7 +75,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-log</artifactId>
<version>0.21.0</version>
<version>0.22.0</version>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
Expand All @@ -85,7 +85,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-xml</artifactId>
<version>0.23.2</version>
<version>0.25.1</version>
<optional>true</optional>
</dependency>
<dependency>
Expand All @@ -112,6 +112,12 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<version>2.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.4.01</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
Expand All @@ -133,13 +139,13 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>9.8.0-5</version>
<version>11.4</version>
<scope>test</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

0 comments on commit 9b2d679

Please sign in to comment.