feat(postgres_java): add upate database driver version

This commit is contained in:
dancingCycle 2022-05-11 20:38:52 +02:00
parent a1db7dd48f
commit e0d2df6312
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.3</version>
<version>42.3.5</version>
</dependency>
</dependencies>