diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml
index 9ccf2f4f..a9fd4fa2 100644
--- a/.github/workflows/msbuild.yml
+++ b/.github/workflows/msbuild.yml
@@ -73,7 +73,7 @@ jobs:
copy updater\bin\Release\net6.0-windows\updater.exe updater-%VERSION%
copy updater\bin\Release\net6.0-windows\updater.dll updater-%VERSION%
copy updater\bin\Release\net6.0-windows\updater.runtimeconfig.json updater-%VERSION%
- copy "%USERPROFILE%\.nuget\packages\nlog\5.3.1\lib\netstandard2.0\NLog.dll" updater-%VERSION%
+ copy "%USERPROFILE%\.nuget\packages\nlog\5.3.2\lib\netstandard2.0\NLog.dll" updater-%VERSION%
copy "%USERPROFILE%\.nuget\packages\newtonsoft.json\13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll" updater-%VERSION%
copy LICENSE updater-%VERSION%
md updater-%VERSION%\documentation
diff --git a/changelog.md b/changelog.md
index 52dfbf06..7d249b3d 100644
--- a/changelog.md
+++ b/changelog.md
@@ -14,7 +14,7 @@ __[changes]__
__[maintenance]__
* Update certificate information for Opera GX installers.
-* NLog library is updated from 5.2.8 to 5.3.1.
+* NLog library is updated from 5.2.8 to 5.3.2.
## Version 2024.03.27.0
diff --git a/setup/setup.iss b/setup/setup.iss
index 49f8c712..273dc58c 100644
--- a/setup/setup.iss
+++ b/setup/setup.iss
@@ -55,7 +55,7 @@ Source: "..\updater\bin\Release\net6.0-windows\updater.runtimeconfig.json"; Dest
; Newtonsoft.Json assembly (JSON deserialization)
Source: "{#GetEnv('USERPROFILE')}\.nuget\packages\newtonsoft.json\13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll"; DestDir: "{app}"; Flags: ignoreversion
; NLog main assembly (logging)
-Source: "{#GetEnv('USERPROFILE')}\.nuget\packages\nlog\5.3.1\lib\netstandard2.0\NLog.dll"; DestDir: "{app}"; Flags: ignoreversion
+Source: "{#GetEnv('USERPROFILE')}\.nuget\packages\nlog\5.3.2\lib\netstandard2.0\NLog.dll"; DestDir: "{app}"; Flags: ignoreversion
; GPL 3 license text
Source: "..\LICENSE"; DestDir: "{app}"; Flags: ignoreversion
; documentation files
diff --git a/updater/updater.csproj b/updater/updater.csproj
index 77959f97..b17342a1 100644
--- a/updater/updater.csproj
+++ b/updater/updater.csproj
@@ -14,7 +14,7 @@
-
+