Update gdxVersion to v1.14.2 #10

Open
renovate wants to merge 1 commits from renovate/gdxversion into main
Collaborator

This PR contains the following updates:

Package Type Update Change
com.badlogicgames.gdx:gdx-platform dependencies patch 1.14.01.14.2
com.badlogicgames.gdx:gdx-lwjgl3-angle dependencies patch 1.14.01.14.2
com.badlogicgames.gdx:gdx-freetype-platform dependencies patch 1.14.01.14.2
com.badlogicgames.gdx:gdx-bullet-platform dependencies patch 1.14.01.14.2
com.badlogicgames.gdx:gdx-backend-lwjgl3 dependencies patch 1.14.01.14.2
com.badlogicgames.gdx:gdx dependencies patch 1.14.01.14.2
com.badlogicgames.gdx:gdx-freetype dependencies patch 1.14.01.14.2
com.badlogicgames.gdx:gdx-bullet dependencies patch 1.14.01.14.2

Release Notes

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

v1.14.2

Compare Source

libGDX 1.14.2 is a minor release containing small fixes and improvements. Check out our blog post to find out more!

Click to show the full list of changes

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

v1.14.1

Compare Source

Our first release in 2026 brings plenty of bug fixes and new features. Check out our blog post on version 1.14.1 here!

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: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 | Type | Update | Change | |---|---|---|---| | [com.badlogicgames.gdx:gdx-platform](https://github.com/libgdx/libgdx) | dependencies | patch | `1.14.0` → `1.14.2` | | [com.badlogicgames.gdx:gdx-lwjgl3-angle](https://github.com/libgdx/libgdx) | dependencies | patch | `1.14.0` → `1.14.2` | | [com.badlogicgames.gdx:gdx-freetype-platform](https://github.com/libgdx/libgdx) | dependencies | patch | `1.14.0` → `1.14.2` | | [com.badlogicgames.gdx:gdx-bullet-platform](https://github.com/libgdx/libgdx) | dependencies | patch | `1.14.0` → `1.14.2` | | [com.badlogicgames.gdx:gdx-backend-lwjgl3](https://github.com/libgdx/libgdx) | dependencies | patch | `1.14.0` → `1.14.2` | | [com.badlogicgames.gdx:gdx](https://github.com/libgdx/libgdx) | dependencies | patch | `1.14.0` → `1.14.2` | | [com.badlogicgames.gdx:gdx-freetype](https://github.com/libgdx/libgdx) | dependencies | patch | `1.14.0` → `1.14.2` | | [com.badlogicgames.gdx:gdx-bullet](https://github.com/libgdx/libgdx) | dependencies | patch | `1.14.0` → `1.14.2` | --- ### Release Notes <details> <summary>libgdx/libgdx (com.badlogicgames.gdx:gdx-platform)</summary> ### [`v1.14.2`](https://github.com/libgdx/libgdx/releases/tag/1.14.2) [Compare Source](https://github.com/libgdx/libgdx/compare/1.14.1...1.14.2) libGDX 1.14.2 is a minor release containing small fixes and improvements. **Check out [our blog post](https://libgdx.com/news/2026/05/gdx-1-14-1) to find out more!** <details> <summary><b><i>Click to show the full list of changes</i></b></summary> - Update version after release by [@&#8203;obigu](https://github.com/obigu) in [#&#8203;7797](https://github.com/libgdx/libgdx/pull/7797) - Sort improvements by [@&#8203;NathanSweet](https://github.com/NathanSweet) in [#&#8203;7796](https://github.com/libgdx/libgdx/pull/7796) - Fixed stuck over state when ClickListener is cancelled by [@&#8203;NathanSweet](https://github.com/NathanSweet) in [#&#8203;7795](https://github.com/libgdx/libgdx/pull/7795) - Add missing changelog entries for 1.14.1 \[ci skip] by [@&#8203;crykn](https://github.com/crykn) in [#&#8203;7804](https://github.com/libgdx/libgdx/pull/7804) - BitmapFontCache.clear() should reset glyphCount. by [@&#8203;tommyettinger](https://github.com/tommyettinger) in [#&#8203;7803](https://github.com/libgdx/libgdx/pull/7803) - Revert to set addAll returning void. by [@&#8203;NathanSweet](https://github.com/NathanSweet) in [#&#8203;7805](https://github.com/libgdx/libgdx/pull/7805) - Use Shewchucks exact predicates and infinite super-triangle DelaunayTriangulator by [@&#8203;Berstanio](https://github.com/Berstanio) in [#&#8203;7800](https://github.com/libgdx/libgdx/pull/7800) - Minor oversight in CHANGES by [@&#8203;SomeTroglodyte](https://github.com/SomeTroglodyte) in [#&#8203;7807](https://github.com/libgdx/libgdx/pull/7807) - Change default BULLET char from Windows-1252 to Unicode. by [@&#8203;tommyettinger](https://github.com/tommyettinger) in [#&#8203;7810](https://github.com/libgdx/libgdx/pull/7810) - Add putMissing() to maps. by [@&#8203;NathanSweet](https://github.com/NathanSweet) in [#&#8203;7814](https://github.com/libgdx/libgdx/pull/7814) - Tiled Map Template Fixes, Proper handling of GIDs from multiple Tilesets. Fix for issue [#&#8203;7726](https://github.com/libgdx/libgdx/issues/7726) by [@&#8203;BoBIsHere86](https://github.com/BoBIsHere86) in [#&#8203;7742](https://github.com/libgdx/libgdx/pull/7742) - Fix lwjgl3 OGG memory leak by [@&#8203;Berstanio](https://github.com/Berstanio) in [#&#8203;7808](https://github.com/libgdx/libgdx/pull/7808) **Full Changelog**: <https://github.com/libgdx/libgdx/compare/1.14.1...1.14.2> </details> ### [`v1.14.1`](https://github.com/libgdx/libgdx/releases/tag/1.14.1) [Compare Source](https://github.com/libgdx/libgdx/compare/1.14.0...1.14.1) Our first release in 2026 brings plenty of bug fixes and new features. Check out our blog post on version 1.14.1 [here](https://libgdx.com/news/2026/05/gdx-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**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xODUuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIxMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate added 1 commit 2026-06-05 15:12:18 +02:00
renovate force-pushed renovate/gdxversion from edaba4161a to 0ecfa92cda 2026-06-05 15:12:18 +02:00 Compare
renovate changed title from Update gdxVersion to v1.14.1 to Update gdxVersion to v1.14.2 2026-06-05 15:12:23 +02:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/gdxversion:renovate/gdxversion
git checkout renovate/gdxversion
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bea/retro-renderer#10