fix(deps): update all non-major dependencies #782
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.2.1.Final
->4.2.2.Final
3.49.3
->3.49.4
0.5.0-rc.2
->0.5.0-rc.3
2.0.16
->2.0.17
3.3.3
->3.3.6
3.3.3
->3.3.6
3.3.3
->3.3.6
3.3.3
->3.3.6
3.3.3
->3.3.6
3.3.3
->3.3.6
3.3.3
->3.3.6
3.3.3
->3.3.6
2.5.1
->2.5.2
2.5.1
->2.5.2
5.15.0
->5.17.0
5.15.0
->5.17.0
1.3.4
->1.3.5
2.17.0
->2.19.0
1.17.1
->1.18.0
11.18
->11.25
9.40
->9.48
1.17.2
->1.21.0
33.3.1-jre
->33.4.8-jre
1.0.2
->1.0.3
2.11.0
->2.13.1
6.6.5
->6.8.2
2.13.4.2
->2.19.1
2.13.4
->2.19.1
2.13.4
->2.19.1
1.21.5
->1.21.6-pre4
4.30.2
->4.31.1
4.30.2
->4.31.1
1.72.0
->1.73.0
1.72.0
->1.73.0
1.72.0
->1.73.0
1.72.0
->1.73.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
LWJGL/lwjgl3 (org.lwjgl:lwjgl)
v3.3.6
: LWJGL 3.3.6Compare Source
Changes since 3.3.5:
Bindings
Fixes
v3.3.5
: LWJGL 3.3.5Compare Source
Changes since 3.3.4:
Bindings
MathUtil
multi-release support forLong.divideUnsigned
/Long.remainderUnsigned
andMath.unsignedMultiplyHigh
.ALC_SOFT_system_events
extension.AL_EXT_debug
extension.AL_EXT_direct_context
extension.stb_image_resize
to 2.12 (up from 2.09)Improvements
org.jspecify:jspecify
dependency remains optional.Configuration.DISABLE_HASH_CHECKS
, a dynamic option that disables shared library hash checks. (#1007)Configuration.OPENGL_CONTEXT_API
option to control the default OpenGL context management API.Configuration.OPENGL(ES)_CONTEXT_API
options now support"OSMesa"
as a value.GLFW_OSMESA_CONTEXT_API
, LWJGL will try to load libOSMesa when enabled, without having to changeConfiguration.OPENGL_LIBRARY_NAME
.Fixes
va_list
parameters.Breaking Changes
errno/GetLastError()
with virtual output parameters. (#1003)LibCErrno.getErrno()
andWinBase.getLastError()
methods have been removed.org.lwjgl.system.linux.*
,org.lwjgl.system.windows.*
andorg.lwjgl.opengl.WGL
now take an optional output parameter for the error code.Linker.Option.CaptureCallState
in Project Panama's FFM API.module-info
class and the first batch of multi-release overrides now live underMETA-INF/versions/11
instead ofMETA-INF/versions/9
.v3.3.4
: LWJGL 3.3.4Compare Source
Changes since 3.3.3:
Bindings
GLFW_UNLIMITED_MOUSE_BUTTONS
,GLFW_SCALE_FRAMEBUFFER
,GLFW_WIN32_SHOWDEFAULT
.glfwGetWindowTitle
,glfwGetCocoaView
.GLFW_SOFT_FULLSCREEN
,GLFW_IME
,GLFW_MANAGE_PREEDIT_CANDIDATE
andGLFW_X11_ONTHESPOT
.glfwGetPreeditCursorRectangle
,glfwSetPreeditCursorRectangle
,glfwResetPreeditText
,glfwGetPreeditCandidate
.glfwSetPreeditCallback
,glfwSetIMEStatusCallback
,glfwSetPreeditCandidateCallback
.stb_image
to 2.30 (up from 2.28)stb_image_resize
to 2.09 (up from 0.97)Improvements
freebsd
linux-ppc64le
linux-riscv64
VkMemoryRequirements
mutable for thevmaAllocateMemory(Pages)
functions. (#937)Fixes
SharedLibraryLoader
will now always test ifSystem::load
works before choosing the extract path. (#987)bgfx_is_frame_buffer_valid
to acceptBGFXAttachment.Buffer
. (#993)JAWT_MACOSX_USE_CALAYER
value.LLVMGetBufferStart
to returnByteBuffer
instead ofString
. (#934)LookupIntrinsicID
to returnunsigned
instead ofvoid
. (#950)nk_stroke_polyline
,nk_stroke_polygon
,nk_fill_polygon
buffers. (#978)aDefaultPath
parameter oftinyfd_selectFolderDialog
is now nullable. (#922)Breaking Changes
stb_image_resize2.h
replacedstb_image_resize.h
with a new API.netplex/json-smart-v2 (net.minidev:json-smart)
v2.5.2
Compare Source
About CVE-2024-57699
Thanks for @ccudennec-otto Some remarks on the CVE, more discussions in #236
com.nimbusds:oauth2-oidc-sdk
MODE_RFC4627
JSONParser
manually / with custom options, make sure you set optionLIMIT_JSON_DEPTH
JSONParser
setup on their side, i.e. you rather need their fixed version and not version 2.5.2 of json-smartWhat's Changed
New Contributors
Full Changelog: netplex/json-smart-v2@2.5.1...2.5.2
java-native-access/jna (net.java.dev.jna:jna)
v5.17.0
Compare Source
================
Features
Bug Fixes
v5.16.0
Compare Source
==============
Features
Structure
along with more efficient reentrant read-write locking instead of synchronized() blocks - @BrettWooldridgeBug Fixes
apache/commons-codec (commons-codec:commons-codec)
v1.18.0
The Apache Commons Codec team is pleased to announce the release of Apache Commons Codec 1.18.0.
The Apache Commons Codec component contains encoders and decoders for
formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.
This is a feature and maintenance release. Java 8 or later is required.
v1.17.2
The Apache Commons Codec component contains encoders and decoders for
formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.
This is a feature and maintenance release. Java 8 or later is required.
connect2id/oauth-2.0-sdk-with-openid-connect-extensions (com.nimbusds:oauth2-oidc-sdk)
v11.25
Compare Source
v11.24
Compare Source
v11.23.1
Compare Source
v11.23
Compare Source
v11.22.2
Compare Source
v11.22.1
Compare Source
v11.22
Compare Source
v11.21.3
Compare Source
v11.21.2
Compare Source
v11.21.1
Compare Source
v11.21
Compare Source
v11.20.2
Compare Source
v11.20.1
Compare Source
v11.20
Compare Source
v11.19.1
Compare Source
v11.19
Compare Source
connect2id/nimbus-jose-jwt (com.nimbusds:nimbus-jose-jwt)
v9.48
Compare Source
v9.47
Compare Source
v9.46
Compare Source
v9.45
Compare Source
v9.44
Compare Source
v9.43
Configuration
📅 Schedule: 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.