Skip to content

Commit

Permalink
Bump org.lwjgl:lwjgl-openal from 3.3.5 to 3.3.6
Browse files Browse the repository at this point in the history
Bumps [org.lwjgl:lwjgl-openal](https://github.com/LWJGL/lwjgl3) from 3.3.5 to 3.3.6.
- [Release notes](https://github.com/LWJGL/lwjgl3/releases)
- [Commits](LWJGL/lwjgl3@3.3.5...3.3.6)

---
updated-dependencies:
- dependency-name: org.lwjgl:lwjgl-openal
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 5, 2025
1 parent e0ba9dc commit 72576f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ dependencies {
include "com.formdev:flatlaf:3.5.4"
include "net.lenni0451.commons:swing:1.6.1"
include "org.lwjgl:lwjgl:3.3.5"
include "org.lwjgl:lwjgl-openal:3.3.5"
include "org.lwjgl:lwjgl-openal:3.3.6"
include "org.lwjgl:lwjgl-stb:3.3.5"
["natives-windows", "natives-windows-arm64", "natives-linux", "natives-linux-arm64", "natives-macos", "natives-macos-arm64"].each {
include "org.lwjgl:lwjgl:3.3.5:$it"
include "org.lwjgl:lwjgl-openal:3.3.5:$it"
include "org.lwjgl:lwjgl-openal:3.3.6:$it"
include "org.lwjgl:lwjgl-stb:3.3.5:$it"
}
include "net.java.dev.jna:jna:5.16.0"
Expand Down

0 comments on commit 72576f2

Please sign in to comment.