Merge pull request #21 from bvn13/dependabot/maven/org.postgresql-postgresql-42.3.8

Bump postgresql from 42.3.3 to 42.3.8
master
Vyacheslav N. Boyko 2023-03-29 15:41:49 +03:00 committed by GitHub
commit b92de3f3ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.3</version>
<version>42.3.8</version>
</dependency>
<!--MySQL-->
<dependency>