Skip to content

Commit

Permalink
Merge pull request #130 from lesiak/postgresql-driver-upgrade
Browse files Browse the repository at this point in the history
Upgrade postgresql driver to 42.7.3
  • Loading branch information
tomix26 committed Apr 8, 2024
2 parents 875b0e4 + 93ebb2a commit e4e5726
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 @@ -142,7 +142,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.5</version>
<version>42.7.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit e4e5726

Please sign in to comment.