Skip to content

Comments

Bump org.lwjgl:lwjgl-bom from 3.3.4 to 3.4.0#216

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/master/org.lwjgl-lwjgl-bom-3.4.0
Closed

Bump org.lwjgl:lwjgl-bom from 3.3.4 to 3.4.0#216
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/master/org.lwjgl-lwjgl-bom-3.4.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps org.lwjgl:lwjgl-bom from 3.3.4 to 3.4.0.

Release notes

Sourced from org.lwjgl:lwjgl-bom's releases.

LWJGL 3.4.0

Changes since 3.3.6:

Bindings

  • Added RenderDoc bindings.
  • Added SDL 3 bindings.
  • Added libspng bindings.
  • Assimp: Updated to 6.0.2 (up from 5.4.3)
  • bgfx: Updated to API version 136 (up from 129)
  • FMOD: Updated to 2.03.11 (up from 2.03.04)
  • freetype: Updated to 2.14.1 (up from 2.13.3)
  • harfbuzz: Updated to 12.3.0 (up from 10.1.0)
  • hwloc: Updated to 2.12.2 (up from 2.11.2)
  • KTX: Updated to 4.4.2 (up from 4.3.2)
  • libffi: Updated to 3.5.2 (up from 3.4.6)
  • liburing: Updated to 2.13 (up from 2.8)
  • LLVM/Clang: Updated to 21.1.2 (up from 19.1.0)
  • meshoptimizer: Updated to 1.0.0 (up from 0.22)
  • msdfgen: Updated to 1.13.0 (up from 1.11.0)
    • Added error correction functions.
    • Added optional advance parameter to msdf_ft_font_load_glyph*.
    • Replaced msdf_shape_has_inverse_y_axis with msdf_shape_set/get_y_axis_orientation.
  • NativeFileDialog: Update to 1.3.0 (up from 1.2.1)
  • Nuklear: Updated to 4.13.0 (up from 4.12.3)
  • OpenAL Soft: Updated to 1.25.0 (up from 1.24.1)
    • Added AL_SOFT_bformat_hoa extension.
  • OpenGL (ES): Added latest extensions.
    • EXT_fragment_shading_rate
    • EXT_mesh_shader
    • EXT_shader_realtime_clock
    • EXT_shader_texture_samples
  • OpenXR: Updated to 1.1.54 (up from 1.1.43)
  • Opus: Updated to 1.6.0 (up from 1.5.2)
  • Shaderc: Updated to 2025.5 (up from 2024.4)
    • Added bindings to glslang.
    • Added bindings to SPIRV Tools.
  • SPIRV-Cross: Updated to 0.68.0 (up from 0.64.0)
  • stb
    • Updated stb_image_resize to 2.17 (up from 2.12)
  • tinyexr: Updated to 1.0.12 (up from 1.0.8)
  • tinyfiledialogs: Updated to 3.19.1 (up from 3.18.1)
  • vma: Updated to 3.3.0 (up from 3.2.0)
  • Vulkan: Updated to 1.4.338 (up from 1.4.304)
    • Includes MoltenVK 1.4.1 (up from 1.2.11)
  • Zstd: Updated to 1.5.7 (up from 1.5.6)

LWJGL bindings no longer include API documentation in javadoc form. What remains:

  • Native struct definitions.

... (truncated)

Commits
  • 2edd24d docs: update release notes for 3.4.0
  • a73ebbb fix(core) avoid early loading of core shared lib
  • 461f9b4 feat(core) improve struct/union definition DSL
  • e4258d2 feat(bgfx) add WebGPU support
  • f4ec49c feat(nfd) update to 1.3.0
  • 7d57971 feat(Vulkan) update to 1.4.338
  • 67c3590 fix(core) improve platform/arch mismatch detection
  • a73648f build(core) migrate CI to Visual Studio 2026
  • e66247b fix(meshoptimizer) buildMeshlets* parameter checks
  • 441254a feat(sdl) update to 3.4.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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 will merge this PR once CI passes on it, as requested by @XenoAmess.


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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [org.lwjgl:lwjgl-bom](https://github.com/LWJGL/lwjgl3) from 3.3.4 to 3.4.0.
- [Release notes](https://github.com/LWJGL/lwjgl3/releases)
- [Commits](LWJGL/lwjgl3@3.3.4...3.4.0)

---
updated-dependencies:
- dependency-name: org.lwjgl:lwjgl-bom
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jan 19, 2026
Copy link
Collaborator

@XenoAmess XenoAmess left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 19, 2026

Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 19, 2026

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 4, 2026

Superseded by #218.

@dependabot dependabot bot closed this Feb 4, 2026
@dependabot dependabot bot deleted the dependabot/maven/master/org.lwjgl-lwjgl-bom-3.4.0 branch February 4, 2026 22:42
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.

1 participant