This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
The following commit(s) were added to refs/heads/master by this push:
new ffef5b7 Bump org.bytedeco:javacpp from 1.5.7 to 1.5.10 (#146)
ffef5b7 is described below
commit ffef5b7e474fc91f1743d6a043f28dcbc69b2ea3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 8 09:02:27 2024 +0200
Bump org.bytedeco:javacpp from 1.5.7 to 1.5.10 (#146)
Bumps [org.bytedeco:javacpp](https://github.com/bytedeco/javacpp) from
1.5.7 to 1.5.10.
- [Release notes](https://github.com/bytedeco/javacpp/releases)
- [Changelog](https://github.com/bytedeco/javacpp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bytedeco/javacpp/compare/1.5.7...1.5.10)
---
updated-dependencies:
- dependency-name: org.bytedeco:javacpp
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
opennlp-dl/pom.xml | 2 +-
opennlp-similarity/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opennlp-dl/pom.xml b/opennlp-dl/pom.xml
index 5163834..c4041f1 100644
--- a/opennlp-dl/pom.xml
+++ b/opennlp-dl/pom.xml
@@ -33,7 +33,7 @@
<properties>
<nd4j.version>1.0.0-M2.1</nd4j.version>
<nd4j.native.version>1.0.0-M2.1</nd4j.native.version>
- <javacpp.version>1.5.7</javacpp.version>
+ <javacpp.version>1.5.10</javacpp.version>
<openblas.version>0.3.26-1.5.10</openblas.version>
</properties>
diff --git a/opennlp-similarity/pom.xml b/opennlp-similarity/pom.xml
index 6c05da1..6037260 100644
--- a/opennlp-similarity/pom.xml
+++ b/opennlp-similarity/pom.xml
@@ -29,7 +29,7 @@
<properties>
<dl4j.version>1.0.0-M2.1</dl4j.version>
<hdf5.version>1.12.1-1.5.7</hdf5.version>
- <javacpp.version>1.5.7</javacpp.version>
+ <javacpp.version>1.5.10</javacpp.version>
<openblas.version>0.3.26-1.5.10</openblas.version>
</properties>