Skip to content

Commit

Permalink
Bump javacpp.version from 1.5.9 to 1.5.10
Browse files Browse the repository at this point in the history
Bumps `javacpp.version` from 1.5.9 to 1.5.10.

Updates `org.bytedeco:javacpp` from 1.5.9 to 1.5.10
- [Release notes](https://github.com/bytedeco/javacpp/releases)
- [Changelog](https://github.com/bytedeco/javacpp/blob/master/CHANGELOG.md)
- [Commits](bytedeco/javacpp@1.5.9...1.5.10)

Updates `org.bytedeco:javacpp-platform` from 1.5.9 to 1.5.10
- [Release notes](https://github.com/bytedeco/javacpp/releases)
- [Changelog](https://github.com/bytedeco/javacpp/blob/master/CHANGELOG.md)
- [Commits](bytedeco/javacpp@1.5.9...1.5.10)

---
updated-dependencies:
- dependency-name: org.bytedeco:javacpp
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.bytedeco:javacpp-platform
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 4d8c759 commit 9ea86b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<javacpp.version>1.5.9</javacpp.version>
<javacpp.version>1.5.10</javacpp.version>
</properties>
<distributionManagement>
<snapshotRepository>
Expand Down

0 comments on commit 9ea86b8

Please sign in to comment.