Skip to content

Commit

Permalink
BAH-4068 | Fix. Upgrade postgres JDBC driver version
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan-13 committed Aug 12, 2024
1 parent bb9f891 commit 5d12f42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@
<version>8.0.28</version>
</dependency>
<dependency>
<groupId>postgresql</groupId>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.1-901-1.jdbc4</version>
<version>42.7.3</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
Expand Down

0 comments on commit 5d12f42

Please sign in to comment.