Skip to content

Commit f459efe

Browse files
authored
Update README.md
1 parent d754c62 commit f459efe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can add the following dependencies to your pom.xml to include [PgBulkInsert]
2727
<dependency>
2828
<groupId>de.bytefish</groupId>
2929
<artifactId>pgbulkinsert</artifactId>
30-
<version>8.1.3</version>
30+
<version>8.1.4</version>
3131
</dependency>
3232
```
3333

@@ -45,6 +45,7 @@ You can add the following dependencies to your pom.xml to include [PgBulkInsert]
4545
* timestamptz
4646
* date
4747
* time
48+
* interval
4849
* [Character Types](http://www.postgresql.org/docs/current/static/datatype-character.html)
4950
* text
5051
* [JSON Types](https://www.postgresql.org/docs/current/static/datatype-json.html)

0 commit comments

Comments
 (0)