Skip to content

Commit

Permalink
Merge pull request #172 from swissquote/renovate/maven-org.postgresql…
Browse files Browse the repository at this point in the history
…-postgresql-vulnerability

Update dependency org.postgresql:postgresql to v42.4.3 [SECURITY]
  • Loading branch information
sonthanh authored Mar 8, 2023
2 parents 9ac5e9c + 300f86a commit d1073db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.4.2</version>
<version>42.4.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit d1073db

Please sign in to comment.