Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Update Postgres-Driver to 42.4.1 (#8)
Browse files Browse the repository at this point in the history
* Update Postgres-Driver to 42.4.1

* Update OWASP Suppression File
  • Loading branch information
f11h authored Aug 18, 2022
1 parent 56fb83b commit 21af944
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion owasp/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@
</suppress>

<suppress>
<notes>Keycloak Update is currentlyn not possible</notes>
<notes>Keycloak Update is currently not possible</notes>
<cve>CVE-2022-1245</cve>
<cve>CVE-2022-2668</cve>
</suppress>

</suppressions>
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@
<version>2.1.214</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.4.1</version>
</dependency>


<!-- CBOR/ COSE -->
Expand Down

0 comments on commit 21af944

Please sign in to comment.