diff --git a/CHANGELOG.md b/CHANGELOG.md index c26ec4b164..f196638d70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ * Reports will now exclude the authentication parameters (e.g., CertificateThumbprint, Credential, etc.). * Changed the Encoding helper's logic to ensure titled quotes and apostrophes are correctly evaluated. FIXES [#3165](https://github.com/microsoft/Microsoft365DSC/issues/3165) +* DEPENDENCIES + * Updated DSCParser dependencies to version 1.3.0.7. # 1.23.412.1 diff --git a/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 b/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 index 13ecc4f187..39c4aaee44 100644 --- a/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 +++ b/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 @@ -2,7 +2,7 @@ Dependencies = @( @{ ModuleName = 'DSCParser' - RequiredVersion = '1.3.0.6' + RequiredVersion = '1.3.0.7' }, @{ ModuleName = 'ExchangeOnlineManagement'