Skip to content

Commit

Permalink
Update H2 Database to fix CWE-200, -312 (Password exposure)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgunter committed Oct 12, 2023
1 parent f307d7f commit c6ac23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<fst.version>1.55</fst.version> <!-- USE 1.35 for Java6, 1.55 for Java7 -->
<grizzly-http-server.version>2.3.11</grizzly-http-server.version>
<gson.version>2.8.9</gson.version>
<h2.version>1.2.132</h2.version>
<h2.version>2.2.220</h2.version>
<!-- <httpclient.version>4.3</httpclient.version> -->
<jacoco.version>0.8.2</jacoco.version>
<java.version>11</java.version>
Expand Down

0 comments on commit c6ac23f

Please sign in to comment.