Skip to content

Commit

Permalink
fix(dependencies): upgrade to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vincejv committed Dec 23, 2022
1 parent e68d973 commit c9e4ab5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<parent>
<groupId>com.abavilla</groupId>
<artifactId>fpi-framework-pom</artifactId>
<version>1.5.7</version>
<version>1.6.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -93,25 +93,25 @@
<dependency>
<groupId>com.abavilla</groupId>
<artifactId>fpi-login-api</artifactId>
<version>1.6.0</version>
<version>1.7.0</version>
</dependency>

<dependency>
<groupId>com.abavilla</groupId>
<artifactId>fpi-sms-api</artifactId>
<version>1.2.6</version>
<version>1.2.7</version>
</dependency>

<dependency>
<groupId>com.abavilla</groupId>
<artifactId>fpi-telco-plugin</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</dependency>

<dependency>
<groupId>com.abavilla</groupId>
<artifactId>fpi-msgr-api</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit c9e4ab5

Please sign in to comment.