TSK-1389: updated postgres driver version to match version provided by spring-boot

This commit is contained in:
Mustapha Zorgati 2020-09-22 17:11:26 +02:00 committed by holgerhagen
parent b67ee26fe1
commit a5351f1158
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<resources>
<!--the name of your driver -->
<resource-root path="postgresql-42.2.14.jar"/>
<resource-root path="postgresql-42.2.16.jar"/>
</resources>
<dependencies>