This is an automated email from the ASF dual-hosted git repository. tilman pushed a commit to branch branch_1x in repository https://gitbox.apache.org/repos/asf/tika.git
commit 67205b9cf09723474f01ab0afbeeb6b6f04a4e6d Author: Tilman Hausherr <[email protected]> AuthorDate: Fri Jun 17 19:43:14 2022 +0200 TIKA-3793: update h2 --- tika-eval/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tika-eval/pom.xml b/tika-eval/pom.xml index 3057c3844..8d041e5e0 100644 --- a/tika-eval/pom.xml +++ b/tika-eval/pom.xml @@ -65,7 +65,7 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>2.1.212</version> + <version>2.1.214</version> </dependency> <dependency> <groupId>commons-cli</groupId>
