Skip to content

Commit

Permalink
#338 up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 5, 2023
1 parent ac90e8e commit faa0437
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -99,7 +99,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>
<version>1.16.0</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
Expand All @@ -110,13 +110,13 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-jdbc</artifactId>
<version>0.18.2</version>
<version>0.19.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.2.222</version>
<version>2.2.224</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit faa0437

Please sign in to comment.