[Security] Bump h2 from 1.4.197 to 1.4.198 (#1761)

Bumps [h2](https://github.com/h2database/h2database) from 1.4.197 to 1.4.198. **This update includes security fixes.**
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/compare/version-1.4.197...version-1.4.198)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-02-25 08:08:37 +01:00 committed by ljacqu
parent 9c7dfb4daf
commit 81517dc3c7

View File

@ -901,7 +901,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.197</version>
<version>1.4.198</version>
<scope>test</scope>
</dependency>