Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Apr 1, 2023
1 parent 05cb37e commit 54f9f19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>com.erudika</groupId>
<artifactId>para-core</artifactId>
<version>1.48.0</version>
<version>1.48.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

Expand All @@ -89,7 +89,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.40.1.0</version>
<version>3.41.2.1</version>
</dependency>

<!-- TESTING -->
Expand Down
1 change: 1 addition & 0 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
module com.erudika.para.server.persistence.sql {
requires com.erudika.para.core;
requires org.apache.commons.lang3;
requires com.fasterxml.jackson.core;
requires com.fasterxml.jackson.databind;
requires com.h2database;
requires org.slf4j;
Expand Down

0 comments on commit 54f9f19

Please sign in to comment.