Skip to content

Commit

Permalink
#48 up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 12, 2022
1 parent 6a2c3e0 commit 7ae9eba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,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 Down Expand Up @@ -95,7 +95,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.el</artifactId>
<version>3.0.0</version>
<version>3.0.1-b12</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -163,18 +163,18 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<version>4.13.2</version>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</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 All @@ -186,7 +186,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.3</version>
<version>2.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<googleAnalyticsAccountId>UA-1963507-23</googleAnalyticsAccountId>
<body>
<head>
&lt;link href="http://img.jcabi.com/favicon.ico" rel="shortcut icon"/&gt;
&lt;link href="https://plus.google.com/u/0/114792568016408327418?rel=author" rel="author"/&gt;
</head>
&lt;link href="http://img.jcabi.com/favicon.ico" rel="shortcut icon"/&gt;
&lt;link href="https://plus.google.com/u/0/114792568016408327418?rel=author" rel="author"/&gt;
</head>
<menu ref="parent"/>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
Expand Down

0 comments on commit 7ae9eba

Please sign in to comment.