File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ You can add the following dependencies to your pom.xml to include [PgBulkInsert]
3030<dependency >
3131 <groupId >de.bytefish.pgbulkinsert</groupId >
3232 <artifactId >pgbulkinsert-core</artifactId >
33- <version >6.0.0 </version >
33+ <version >6.0.1 </version >
3434</dependency >
3535
3636<dependency >
3737 <groupId >de.bytefish.pgbulkinsert</groupId >
3838 <artifactId >pgbulkinsert-rowwriter</artifactId >
39- <version >6.0.0 </version >
39+ <version >6.0.1 </version >
4040</dependency >
4141```
4242
@@ -47,13 +47,13 @@ If you are working with Java8 you have to add a ``-jdk8`` to the package names:
4747<dependency >
4848 <groupId >de.bytefish.pgbulkinsert</groupId >
4949 <artifactId >pgbulkinsert-core-jdk8</artifactId >
50- <version >6.0.0 </version >
50+ <version >6.0.1 </version >
5151</dependency >
5252
5353<dependency >
5454 <groupId >de.bytefish.pgbulkinsert</groupId >
5555 <artifactId >pgbulkinsert-rowwriter-jdk8</artifactId >
56- <version >6.0.0 </version >
56+ <version >6.0.1 </version >
5757</dependency >
5858```
5959
@@ -358,7 +358,7 @@ add it as a dependency to your application:
358358<dependency >
359359 <groupId >de.bytefish.pgbulkinsert</groupId >
360360 <artifactId >pgbulkinsert-jpa</artifactId >
361- <version >6.0.0 </version >
361+ <version >6.0.1 </version >
362362</dependency >
363363```
364364
You can’t perform that action at this time.
0 commit comments