This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp.git


The following commit(s) were added to refs/heads/main by this push:
     new 9ba023ba OPENNLP-1570 - Bump onnxruntime.version from 1.17.1 to 1.18.0 
(#614)
9ba023ba is described below

commit 9ba023baeb6ad3cf908b912f2a49465daeeac2a3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 18 13:36:29 2024 +0200

    OPENNLP-1570 - Bump onnxruntime.version from 1.17.1 to 1.18.0 (#614)
    
    Bumps `onnxruntime.version` from 1.17.1 to 1.18.0.
    
    Updates `com.microsoft.onnxruntime:onnxruntime` from 1.17.1 to 1.18.0
    - [Release notes](https://github.com/microsoft/onnxruntime/releases)
    - 
[Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md)
    - 
[Commits](https://github.com/microsoft/onnxruntime/compare/v1.17.1...v1.18.0)
    
    Updates `com.microsoft.onnxruntime:onnxruntime_gpu` from 1.17.1 to 1.18.0
    - [Release notes](https://github.com/microsoft/onnxruntime/releases)
    - 
[Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md)
    - 
[Commits](https://github.com/microsoft/onnxruntime/compare/v1.17.1...v1.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.microsoft.onnxruntime:onnxruntime
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.microsoft.onnxruntime:onnxruntime_gpu
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dc4cb6fb..5a485ebd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,7 +173,7 @@
                <uimaj.version>3.5.0</uimaj.version>
                <morfologik.version>2.1.9</morfologik.version>
                <checkstyle.plugin.version>3.2.0</checkstyle.plugin.version>
-               <onnxruntime.version>1.17.1</onnxruntime.version>
+               <onnxruntime.version>1.18.0</onnxruntime.version>
                <slf4j.version>1.7.36</slf4j.version>
                <log4j2.version>2.23.1</log4j2.version>
                <jmh.version>1.37</jmh.version>

Reply via email to