Update all minor and patch updates to v1.14.1 #10

Merged
Renovate merged 1 commits from renovate/all-minor-patch into master 2026-05-19 10:14:19 +02:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
com.badlogicgames.gdx:gdx-platform 1.14.01.14.1 age confidence
com.badlogicgames.gdx:gdx-backend-lwjgl3 1.14.01.14.1 age confidence
com.badlogicgames.gdx:gdx 1.14.01.14.1 age confidence

Release Notes

libgdx/libgdx (com.badlogicgames.gdx:gdx-platform)

v1.14.1: Release

Compare Source

We are proud to present a new release of libGDX: version 1.14.1!

Click to show the full list of changes

Full Changelog: https://github.com/libgdx/libgdx/compare/1.14.0...1.14.1

Click to show a list of new first time contributors

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.badlogicgames.gdx:gdx-platform](https://github.com/libgdx/libgdx) | `1.14.0` → `1.14.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.badlogicgames.gdx:gdx-platform/1.14.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.badlogicgames.gdx:gdx-platform/1.14.0/1.14.1?slim=true) | | [com.badlogicgames.gdx:gdx-backend-lwjgl3](https://github.com/libgdx/libgdx) | `1.14.0` → `1.14.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.badlogicgames.gdx:gdx-backend-lwjgl3/1.14.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.badlogicgames.gdx:gdx-backend-lwjgl3/1.14.0/1.14.1?slim=true) | | [com.badlogicgames.gdx:gdx](https://github.com/libgdx/libgdx) | `1.14.0` → `1.14.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.badlogicgames.gdx:gdx/1.14.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.badlogicgames.gdx:gdx/1.14.0/1.14.1?slim=true) | --- ### Release Notes <details> <summary>libgdx/libgdx (com.badlogicgames.gdx:gdx-platform)</summary> ### [`v1.14.1`](https://github.com/libgdx/libgdx/releases/tag/1.14.1): Release [Compare Source](https://github.com/libgdx/libgdx/compare/1.14.0...1.14.1) We are proud to present a new release of libGDX: version 1.14.1! <details> <summary><b><i>Click to show the full list of changes</i></b></summary> - Update CHANGES by [@&#8203;crykn](https://github.com/crykn) in [#&#8203;7715](https://github.com/libgdx/libgdx/pull/7715) - Make PoolManager compatible with r8 full mode by [@&#8203;Berstanio](https://github.com/Berstanio) in [#&#8203;7720](https://github.com/libgdx/libgdx/pull/7720) - Add return values to InputProcessor#removeProcessor by [@&#8203;soundasleep](https://github.com/soundasleep) in [#&#8203;7722](https://github.com/libgdx/libgdx/pull/7722) - Move dispose() method to Audio interface by [@&#8203;obigu](https://github.com/obigu) in [#&#8203;7725](https://github.com/libgdx/libgdx/pull/7725) - Fix ANR/crash in AndroidGraphics.destroy() due to infinite wait() by [@&#8203;palatin](https://github.com/palatin) in [#&#8203;7699](https://github.com/libgdx/libgdx/pull/7699) - Fix collider bounds check in Octree by [@&#8203;reezhu](https://github.com/reezhu) in [#&#8203;7728](https://github.com/libgdx/libgdx/pull/7728) - Native input API rewrite by [@&#8203;Berstanio](https://github.com/Berstanio) in [#&#8203;7670](https://github.com/libgdx/libgdx/pull/7670) - Ensure space and u007F are also in Hiero's Extended character set. by [@&#8203;tommyettinger](https://github.com/tommyettinger) in [#&#8203;7724](https://github.com/libgdx/libgdx/pull/7724) - Android Maintenance by [@&#8203;obigu](https://github.com/obigu) in [#&#8203;7709](https://github.com/libgdx/libgdx/pull/7709) - Added soundId support for AsynchronousSound by [@&#8203;aberkowski](https://github.com/aberkowski) in [#&#8203;6985](https://github.com/libgdx/libgdx/pull/6985) - Handle case play() fails to AsynchronousSound by [@&#8203;obigu](https://github.com/obigu) in [#&#8203;7733](https://github.com/libgdx/libgdx/pull/7733) - fix nested class property defaults loading by [@&#8203;Quillraven](https://github.com/Quillraven) in [#&#8203;7718](https://github.com/libgdx/libgdx/pull/7718) - Fix NinePatch in flipped TextureAtlas by [@&#8203;MaxGyver83](https://github.com/MaxGyver83) in [#&#8203;7736](https://github.com/libgdx/libgdx/pull/7736) - scene2d native input integration by [@&#8203;Berstanio](https://github.com/Berstanio) in [#&#8203;7671](https://github.com/libgdx/libgdx/pull/7671) - Update XmlReader.Element's parent field when element is added/removed… by [@&#8203;LyricSeraph](https://github.com/LyricSeraph) in [#&#8203;7735](https://github.com/libgdx/libgdx/pull/7735) - Issue template by [@&#8203;MikAoJk](https://github.com/MikAoJk) in [#&#8203;7732](https://github.com/libgdx/libgdx/pull/7732) - Hiero infinite loop fix by [@&#8203;tommyettinger](https://github.com/tommyettinger) in [#&#8203;7741](https://github.com/libgdx/libgdx/pull/7741) - Update Lwjgl3ApplicationConfiguration.java by [@&#8203;pietru2004](https://github.com/pietru2004) in [#&#8203;7760](https://github.com/libgdx/libgdx/pull/7760) - Make ModelBuilder fields and related classes protected for better backend extensibility by [@&#8203;xpenatan](https://github.com/xpenatan) in [#&#8203;7763](https://github.com/libgdx/libgdx/pull/7763) - Json can't read back CharArray in some cases. by [@&#8203;tommyettinger](https://github.com/tommyettinger) in [#&#8203;7764](https://github.com/libgdx/libgdx/pull/7764) - Fix [#&#8203;7761](https://github.com/libgdx/libgdx/issues/7761) (Maven Central/Snapshot badges). by [@&#8203;tommyettinger](https://github.com/tommyettinger) in [#&#8203;7762](https://github.com/libgdx/libgdx/pull/7762) - Added LongSet. by [@&#8203;NathanSweet](https://github.com/NathanSweet) in [#&#8203;7770](https://github.com/libgdx/libgdx/pull/7770) - fix: prevent delta time from being negative by [@&#8203;PokeMMO](https://github.com/PokeMMO) in [#&#8203;7752](https://github.com/libgdx/libgdx/pull/7752) - GlyphLayout: justify text option(s) by [@&#8203;StartsMercury](https://github.com/StartsMercury) in [#&#8203;7609](https://github.com/libgdx/libgdx/pull/7609) - Added ScrollPane#smoothScroll() to control smooth scroll speed, javadoc. by [@&#8203;NathanSweet](https://github.com/NathanSweet) in [#&#8203;7773](https://github.com/libgdx/libgdx/pull/7773) - Fix [#&#8203;7775](https://github.com/libgdx/libgdx/issues/7775) by [@&#8203;obigu](https://github.com/obigu) in [#&#8203;7777](https://github.com/libgdx/libgdx/pull/7777) - GeometryUtils fixes and improvements. by [@&#8203;NathanSweet](https://github.com/NathanSweet) in [#&#8203;7778](https://github.com/libgdx/libgdx/pull/7778) - Add Justify text option to Label by [@&#8203;StartsMercury](https://github.com/StartsMercury) in [#&#8203;7779](https://github.com/libgdx/libgdx/pull/7779) - Fix TextField and TextArea undo do not fire ChangeEvent by [@&#8203;Billadom0123](https://github.com/Billadom0123) in [#&#8203;7746](https://github.com/libgdx/libgdx/pull/7746) - Fix TextField and TextArea cursor drift and unreachable logic on event cancellation by [@&#8203;Billadom0123](https://github.com/Billadom0123) in [#&#8203;7747](https://github.com/libgdx/libgdx/pull/7747) - Fix NullPointerException in AndroidGraphics.updateSafeAreaInsets when WindowInsets is null by [@&#8203;mritunjayyy07](https://github.com/mritunjayyy07) in [#&#8203;7782](https://github.com/libgdx/libgdx/pull/7782) - Don't set Android cutout mode on Android 35+ by [@&#8203;obigu](https://github.com/obigu) in [#&#8203;7766](https://github.com/libgdx/libgdx/pull/7766) - Android and iOS versions maintenance by [@&#8203;obigu](https://github.com/obigu) in [#&#8203;7776](https://github.com/libgdx/libgdx/pull/7776) - Calculate cachedOrientation for android KeyboardHeightObserver on startup by [@&#8203;Berstanio](https://github.com/Berstanio) in [#&#8203;7743](https://github.com/libgdx/libgdx/pull/7743) - Json#ignoreUnknownField() parameters changed to provide more information by [@&#8203;NathanSweet](https://github.com/NathanSweet) in [#&#8203;7787](https://github.com/libgdx/libgdx/pull/7787) - Add IdentitySet by [@&#8203;NathanSweet](https://github.com/NathanSweet) in [#&#8203;7788](https://github.com/libgdx/libgdx/pull/7788) - TextField, enforce cursor/selection invariants on text change. by [@&#8203;NathanSweet](https://github.com/NathanSweet) in [#&#8203;7790](https://github.com/libgdx/libgdx/pull/7790) - Use IdentityMap for Skin resources. by [@&#8203;NathanSweet](https://github.com/NathanSweet) in [#&#8203;7792](https://github.com/libgdx/libgdx/pull/7792) - AndroidDaydream input null check by [@&#8203;cypherdare](https://github.com/cypherdare) in [#&#8203;6906](https://github.com/libgdx/libgdx/pull/6906) - Add the possibility to load a standalone tileset file by [@&#8203;patton73](https://github.com/patton73) in [#&#8203;7638](https://github.com/libgdx/libgdx/pull/7638) **Full Changelog**: <https://github.com/libgdx/libgdx/compare/1.14.0...1.14.1> </details> <details> <summary><b><i>Click to show a list of new first time contributors</i></b></summary> - [@&#8203;palatin](https://github.com/palatin) made their first contribution in [#&#8203;7699](https://github.com/libgdx/libgdx/pull/7699) - [@&#8203;reezhu](https://github.com/reezhu) made their first contribution in [#&#8203;7728](https://github.com/libgdx/libgdx/pull/7728) - [@&#8203;aberkowski](https://github.com/aberkowski) made their first contribution in [#&#8203;6985](https://github.com/libgdx/libgdx/pull/6985) - [@&#8203;MaxGyver83](https://github.com/MaxGyver83) made their first contribution in [#&#8203;7736](https://github.com/libgdx/libgdx/pull/7736) - [@&#8203;LyricSeraph](https://github.com/LyricSeraph) made their first contribution in [#&#8203;7735](https://github.com/libgdx/libgdx/pull/7735) - [@&#8203;MikAoJk](https://github.com/MikAoJk) made their first contribution in [#&#8203;7732](https://github.com/libgdx/libgdx/pull/7732) - [@&#8203;pietru2004](https://github.com/pietru2004) made their first contribution in [#&#8203;7760](https://github.com/libgdx/libgdx/pull/7760) - [@&#8203;StartsMercury](https://github.com/StartsMercury) made their first contribution in [#&#8203;7609](https://github.com/libgdx/libgdx/pull/7609) - [@&#8203;Billadom0123](https://github.com/Billadom0123) made their first contribution in [#&#8203;7746](https://github.com/libgdx/libgdx/pull/7746) - [@&#8203;mritunjayyy07](https://github.com/mritunjayyy07) made their first contribution in [#&#8203;7782](https://github.com/libgdx/libgdx/pull/7782) </details> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjMuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE2My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlIl19-->
Renovate added 1 commit 2026-05-19 02:00:14 +02:00
Update all minor and patch updates to v1.14.1
Build and Test / build (pull_request) Successful in 1m39s
bc24b5dc09
Renovate scheduled this pull request to auto merge when all checks succeed 2026-05-19 02:00:14 +02:00
Renovate merged commit fbcfad2346 into master 2026-05-19 10:14:19 +02:00
Renovate deleted branch renovate/all-minor-patch 2026-05-19 10:14:19 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/diceos#10