Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Oct 17, 2021
1 parent 15f2b27 commit 70cc257
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
25 changes: 0 additions & 25 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

> ### Generic SQL DAO plugin for Para
[![Build Status](https://travis-ci.org/Erudika/para-dao-sql.svg?branch=master)](https://travis-ci.org/Erudika/para-dao-sql)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.erudika/para-dao-sql/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.erudika/para-dao-sql)
[![Join the chat at https://gitter.im/Erudika/para](https://badges.gitter.im/Erudika/para.svg)](https://gitter.im/Erudika/para?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>com.erudika</groupId>
<artifactId>para-core</artifactId>
<version>1.39.1</version>
<version>1.41.2</version>
<scope>provided</scope>
</dependency>

Expand All @@ -91,7 +91,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.34.0</version>
<version>3.36.0.3</version>
</dependency>

<!-- TESTING -->
Expand Down

0 comments on commit 70cc257

Please sign in to comment.