Skip to content

Commit

Permalink
Upgrade pgjdbc version to avoid vulnerable
Browse files Browse the repository at this point in the history
  • Loading branch information
alex268 committed Mar 28, 2024
1 parent 642d971 commit 7550744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jdbc/spring-data-jpa-v5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.1</version>
<version>42.7.3</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jdbc/spring-data-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.1</version>
<version>42.7.3</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
Expand Down

0 comments on commit 7550744

Please sign in to comment.