Skip to content

Commit

Permalink
Update h2 to 2.2.224
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-j-h committed Jun 11, 2024
1 parent 18e17ab commit bb38645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ allprojects {
implementation "org.bouncycastle:bcpkix-jdk18on:1.78"
implementation "org.bouncycastle:bcprov-jdk18on:1.78"

implementation "com.h2database:h2:2.1.214"
implementation "com.h2database:h2:2.2.224"
implementation "com.zaxxer:HikariCP:5.0.1"

implementation "org.hsqldb:hsqldb:2.7.1"
Expand Down
3 changes: 1 addition & 2 deletions cvss-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@
</suppress>
<suppress>
<notes><![CDATA[
file name: h2-2.1.214.jar (pkg:maven/com.h2database/h2@2.1.214, cpe:2.3:a:h2database:h2:2.1.214:*:*:*:*:*:*:*) : CVE-2022-45868
file name: h2-2.2.224.jar (pkg:maven/com.h2database/h2@2.2.224, cpe:2.3:a:h2database:h2:2.2.224:*:*:*:*:*:*:*) : CVE-2018-14335
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.h2database/h2@.*$</packageUrl>
<cve>CVE-2022-45868</cve>
<cve>CVE-2018-14335</cve>
</suppress>
<suppress>
Expand Down

0 comments on commit bb38645

Please sign in to comment.