Skip to content

Commit

Permalink
#138 versions up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 3, 2022
1 parent b11e9c8 commit 8e90278
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Expand Up @@ -1135,7 +1135,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<groupId>com.jcabi</groupId>
<artifactId>jcabi-dynamo</artifactId>
<version>0.21.9</version>
<version>0.22.2</version>
</dependency>
<dependency>
<!--
Expand Down Expand Up @@ -1189,7 +1189,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<groupId>com.jcabi</groupId>
<artifactId>jcabi-log</artifactId>
<version>0.20.1</version>
<version>0.21.0</version>
</dependency>
<dependency>
<!--
Expand Down Expand Up @@ -1252,7 +1252,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<groupId>com.jcabi</groupId>
<artifactId>jcabi-ssh</artifactId>
<version>1.7.0</version>
<version>1.8.0</version>
</dependency>
<dependency>
<!--
Expand All @@ -1279,7 +1279,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<groupId>com.jcabi</groupId>
<artifactId>jcabi-w3c</artifactId>
<version>1.3</version>
<version>1.4.0</version>
</dependency>
<dependency>
<!--
Expand Down Expand Up @@ -1429,7 +1429,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<!-- Required for Hibernate validator, in runtime -->
<groupId>org.glassfish</groupId>
<artifactId>javax.el</artifactId>
<version>3.0.0</version>
<version>3.0.1-b12</version>
</dependency>
<dependency>
<!-- Clojure -->
Expand Down Expand Up @@ -1486,7 +1486,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.6.2</version>
<version>5.9.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -1544,7 +1544,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>3.0.11</version>
<version>3.0.12</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 8e90278

Please sign in to comment.