Skip to content

Commit 77dece9

Browse files
committed
update the native libraries to Libbulletjme v22.0.3
1 parent d0f96b6 commit 77dece9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

MinieLibrary/src/main/java/com/jme3/bullet/util/NativeLibrary.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ final public class NativeLibrary {
5252
/**
5353
* expected version string of the native library
5454
*/
55-
final public static String expectedVersion = "22.0.1";
55+
final public static String expectedVersion = "22.0.3";
5656
// *************************************************************************
5757
// constructors
5858

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
checkstyle = "11.0.1"
66
jme = "3.9.0-alpha4"
7-
lbj = "22.0.1"
7+
lbj = "22.0.3"
88

99
[libraries]
1010

0 commit comments

Comments
 (0)