Skip to content

Bump javacpp.version from 1.5.11 to 1.5.13 - #12

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/javacpp.version-1.5.13
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/javacpp.version-1.5.13

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 24, 2026

Copy link
Copy Markdown

Bumps javacpp.version from 1.5.11 to 1.5.13.
Updates org.bytedeco:javacpp from 1.5.11 to 1.5.13

Release notes

Sourced from org.bytedeco:javacpp's releases.

JavaCPP 1.5.13

February 22, 2026 version 1.5.13

JavaCPP 1.5.12

June 30, 2025 version 1.5.12

  • Fix Tokenizer not skipping over BOM characters at beginning of files
  • Replace unsigned short with char16_t when mapping jchar ([pull #800](bytedeco/javacpp#800))
  • Add support for linux-riscv64 with linux-riscv64.properties ([pull #781](bytedeco/javacpp#781))
Changelog

Sourced from org.bytedeco:javacpp's changelog.

February 22, 2026 version 1.5.13

June 30, 2025 version 1.5.12

  • Fix Tokenizer not skipping over BOM characters at beginning of files
  • Replace unsigned short with char16_t when mapping jchar ([pull #800](bytedeco/javacpp#800))
  • Add support for linux-riscv64 with linux-riscv64.properties ([pull #781](bytedeco/javacpp#781))
Commits
  • 6dcfa53 Release version 1.5.13
  • ec58bf7 * Add support for freebsd-x86_64 with freebsd-x86_64.properties (pull #824)
  • 9862c17 Upgrade GitHub Actions workflows to macOS 15
  • 170c051 * Use -mno-outline-atomics in linux-arm64.properties to work around linke...
  • efd3959 Add FUNDING.yml file
  • 5be669e * Add NativeAllocationTracer to track allocations and deallocations of `Poi...
  • 6e3f8b6 * Fix Android platform properties for NDK r28 (pull #812)
  • 9d52199 * Add support for windows-arm64 with windows-arm64.properties (pull #813)
  • 2b0e4fb * Make Pointer.trimMemory() public to reclaim manually system memory on Lin...
  • 3f7cd52 Update version in the pom.xml files to 1.5.13-SNAPSHOT
  • Additional commits viewable in compare view

Updates org.bytedeco:javacpp-platform from 1.5.11 to 1.5.13

Release notes

Sourced from org.bytedeco:javacpp-platform's releases.

JavaCPP 1.5.13

February 22, 2026 version 1.5.13

JavaCPP 1.5.12

June 30, 2025 version 1.5.12

  • Fix Tokenizer not skipping over BOM characters at beginning of files
  • Replace unsigned short with char16_t when mapping jchar ([pull #800](bytedeco/javacpp#800))
  • Add support for linux-riscv64 with linux-riscv64.properties ([pull #781](bytedeco/javacpp#781))
Changelog

Sourced from org.bytedeco:javacpp-platform's changelog.

February 22, 2026 version 1.5.13

June 30, 2025 version 1.5.12

  • Fix Tokenizer not skipping over BOM characters at beginning of files
  • Replace unsigned short with char16_t when mapping jchar ([pull #800](bytedeco/javacpp#800))
  • Add support for linux-riscv64 with linux-riscv64.properties ([pull #781](bytedeco/javacpp#781))
Commits
  • 6dcfa53 Release version 1.5.13
  • ec58bf7 * Add support for freebsd-x86_64 with freebsd-x86_64.properties (pull #824)
  • 9862c17 Upgrade GitHub Actions workflows to macOS 15
  • 170c051 * Use -mno-outline-atomics in linux-arm64.properties to work around linke...
  • efd3959 Add FUNDING.yml file
  • 5be669e * Add NativeAllocationTracer to track allocations and deallocations of `Poi...
  • 6e3f8b6 * Fix Android platform properties for NDK r28 (pull #812)
  • 9d52199 * Add support for windows-arm64 with windows-arm64.properties (pull #813)
  • 2b0e4fb * Make Pointer.trimMemory() public to reclaim manually system memory on Lin...
  • 3f7cd52 Update version in the pom.xml files to 1.5.13-SNAPSHOT
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `javacpp.version` from 1.5.11 to 1.5.13.

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants