diff --git a/Directory.Build.props b/Directory.Build.props
index 00494621..d780ccc4 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -24,7 +24,7 @@
1.61.0-$(ImguiHash)
1.0.0-$(MlangHash)
1.21.1
- 1.1.1
+ 1.1.2
1.15.0-$(NLayerHash)
diff --git a/get-dependencies.sh b/get-dependencies.sh
index 2da9e16e..35949ada 100755
--- a/get-dependencies.sh
+++ b/get-dependencies.sh
@@ -17,7 +17,7 @@ mkdir -p nuget-feed
REMOTERY_REPO=https://github.com/Helco/Remotery.NET
MOJOAL_REPO=https://github.com/Helco/MojoAL.NET
REMOTERY_TAG=1.21.1
-MOJOAL_TAG=1.1.1
+MOJOAL_TAG=1.1.2
CURL_ARGS="-Lo"
if [[ "$OSTYPE" == "msys" ]]; then
CURL_ARGS="--ssl-no-revoke -Lo" # oh that's why