Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
postgresql jdbc version to 42.7.1
reason: dependabot reports 
vunerability
  • Loading branch information
homberghp authored Feb 20, 2024
1 parent d4e623b commit 5d3fd59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions topics/code/simplejdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.3</version>
<version>42.7.1</version>
</dependency>
<dependency>
<groupId>nl.fontys.sebivenlo</groupId>
Expand All @@ -36,4 +36,4 @@
<type>jar</type>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 5d3fd59

Please sign in to comment.