Skip to content

Commit

Permalink
fix: sfm-examples/sfm-jooq/pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMH2DATABASE-31685
  • Loading branch information
snyk-bot committed Jun 17, 2018
1 parent f0fe0fc commit 5265ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sfm-examples/sfm-jooq/pom.xml
Expand Up @@ -17,7 +17,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<h2.version>1.4.193</h2.version>
<h2.version>1.4.197</h2.version>
<org.jooq.version>3.9.0</org.jooq.version>
</properties>

Expand Down Expand Up @@ -195,7 +195,7 @@
<database>
<name>org.jooq.util.h2.H2Database</name>
<includes>.*</includes>
<excludes />
<excludes/>
<inputSchema>PUBLIC</inputSchema>
<recordTimestampFields>REC_TIMESTAMP</recordTimestampFields>
</database>
Expand Down

0 comments on commit 5265ce5

Please sign in to comment.