This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
The following commit(s) were added to refs/heads/main by this push:
new 036e8dc Bump org.bytedeco:openblas from 0.3.30-1.5.12 to
0.3.31-1.5.13 (#435)
036e8dc is described below
commit 036e8dc06f94dde683b2b70ee9c4a0208be6c067
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 23 11:08:35 2026 +0100
Bump org.bytedeco:openblas from 0.3.30-1.5.12 to 0.3.31-1.5.13 (#435)
Bumps [org.bytedeco:openblas](https://github.com/bytedeco/javacpp-presets)
from 0.3.30-1.5.12 to 0.3.31-1.5.13.
- [Release notes](https://github.com/bytedeco/javacpp-presets/releases)
-
[Changelog](https://github.com/bytedeco/javacpp-presets/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bytedeco/javacpp-presets/commits)
---
updated-dependencies:
- dependency-name: org.bytedeco:openblas
dependency-version: 0.3.31-1.5.13
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 08f4fc4..41902ad 100644
--- a/opennlp-dl/pom.xml
+++ b/opennlp-dl/pom.xml
@@ -34,7 +34,7 @@
<nd4j.version>1.0.0-M2.1</nd4j.version>
<nd4j.native.version>1.0.0-M2.1</nd4j.native.version>
<javacpp.version>1.5.13</javacpp.version>
- <openblas.version>0.3.30-1.5.12</openblas.version>
+ <openblas.version>0.3.31-1.5.13</openblas.version>
</properties>
<dependencies>
diff --git a/opennlp-similarity/pom.xml b/opennlp-similarity/pom.xml
index c2ced7e..19dac05 100644
--- a/opennlp-similarity/pom.xml
+++ b/opennlp-similarity/pom.xml
@@ -39,7 +39,7 @@
<dl4j.version>1.0.0-M2.1</dl4j.version>
<hdf5.version>1.14.3-1.5.10</hdf5.version>
<javacpp.version>1.5.13</javacpp.version>
- <openblas.version>0.3.30-1.5.12</openblas.version>
+ <openblas.version>0.3.31-1.5.13</openblas.version>
<httpclient.version>4.5.14</httpclient.version>
</properties>