Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #50 from Z-Jais/master
Browse files Browse the repository at this point in the history
Fix dependabot alert with Postgres
  • Loading branch information
Ziedelth authored Nov 24, 2022
2 parents da6eef6 + 711868f commit ea0adae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.5.0</version>
<version>42.5.1</version>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
Expand Down

0 comments on commit ea0adae

Please sign in to comment.