Skip to content

Commit 9c1cd6e

Browse files
OPENNLP-1797: Update ONNX runtime to 1.24.1 (#949)
Bumps `onnxruntime.version` from 1.23.2 to 1.24.1. Updates `com.microsoft.onnxruntime:onnxruntime` from 1.23.2 to 1.24.1 - [Release notes](https://github.com/microsoft/onnxruntime/releases) - [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md) - [Commits](microsoft/onnxruntime@v1.23.2...v1.24.1) Updates `com.microsoft.onnxruntime:onnxruntime_gpu` from 1.23.2 to 1.24.1 - [Release notes](https://github.com/microsoft/onnxruntime/releases) - [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md) - [Commits](microsoft/onnxruntime@v1.23.2...v1.24.1) --- updated-dependencies: - dependency-name: com.microsoft.onnxruntime:onnxruntime dependency-version: 1.24.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.microsoft.onnxruntime:onnxruntime_gpu dependency-version: 1.24.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dad142d commit 9c1cd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
<!-- Dependency versions -->
232232
<junit.version>6.0.2</junit.version>
233233
<junit5-system-exit.version>2.0.2</junit5-system-exit.version>
234-
<onnxruntime.version>1.23.2</onnxruntime.version>
234+
<onnxruntime.version>1.24.1</onnxruntime.version>
235235
<slf4j.version>2.0.17</slf4j.version>
236236
<log4j2.version>2.25.3</log4j2.version>
237237
<logcaptor.version>2.12.2</logcaptor.version>

0 commit comments

Comments
 (0)