Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 480b882 commit deadebc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ dependencies {
include "org.jcraft:jorbis:0.0.17"
include "com.formdev:flatlaf:3.5.4"
include "net.lenni0451.commons:swing:1.6.1"
include "org.lwjgl:lwjgl:3.3.4"
include "org.lwjgl:lwjgl-openal:3.3.4"
include "org.lwjgl:lwjgl-stb:3.3.4"
include "org.lwjgl:lwjgl:3.3.5"
include "org.lwjgl:lwjgl-openal:3.3.5"
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.4:$it"
include "org.lwjgl:lwjgl-openal:3.3.4:$it"
include "org.lwjgl:lwjgl-stb:3.3.4:$it"
include "org.lwjgl:lwjgl:3.3.5:$it"
include "org.lwjgl:lwjgl-openal:3.3.5:$it"
include "org.lwjgl:lwjgl-stb:3.3.5:$it"
}
include "net.java.dev.jna:jna:5.15.0"
}
Expand Down

0 comments on commit deadebc

Please sign in to comment.