This is an automated email from the ASF dual-hosted git repository. mawiesne pushed a commit to branch OPENNLP-1467_Update_dependency_onnxruntime_to_version_1.14.0 in repository https://gitbox.apache.org/repos/asf/opennlp.git
commit 92ba6f3a945b9cdb26a7645b45affc08c08fe499 Author: Martin Wiesner <[email protected]> AuthorDate: Fri Feb 17 22:42:03 2023 +0100 OPENNLP-1467 Update dependency onnxruntime to version 1.14.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5ee7be9c..596e295a 100644 --- a/pom.xml +++ b/pom.xml @@ -159,7 +159,7 @@ <junit.version>5.9.1</junit.version> <morfologik.version>2.1.7</morfologik.version> <checkstyle.plugin.version>3.2.0</checkstyle.plugin.version> - <onnxruntime.version>1.10.0</onnxruntime.version> + <onnxruntime.version>1.14.0</onnxruntime.version> <opennlp.forkCount>1.0C</opennlp.forkCount> <coveralls.maven.plugin>4.3.0</coveralls.maven.plugin> <jacoco.maven.plugin>0.7.9</jacoco.maven.plugin>
