Merge pull request #15 from rasilon/dependabot/maven/org.postgresql-postgresql-42.3.3

Bump postgresql from 42.2.5 to 42.3.3
This commit is contained in:
Derry Hamilton 2022-02-16 11:51:47 +00:00 committed by GitHub
commit 130b120515
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<dependency> <dependency>
<groupId>org.postgresql</groupId> <groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId> <artifactId>postgresql</artifactId>
<version>42.2.5</version> <version>42.3.3</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>