[java-identity-provider] 01/02: IDP-2147 Investigate Wix V4
Rod Widdowson
rdw at steadingsoftware.com
Sat Apr 13 15:26:19 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=fcab9dee465c0a52097c9c08a9cd40e7a98412f5
commit fcab9dee465c0a52097c9c08a9cd40e7a98412f5
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Apr 9 13:23:13 2024 +0100
IDP-2147 Investigate Wix V4
https://shibboleth.atlassian.net/browse/IDP-2147
Update Wix version to 4.0.5 to deal with security alert
---
idp-msi/src/main/wix/idp.vcxproj | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/idp-msi/src/main/wix/idp.vcxproj b/idp-msi/src/main/wix/idp.vcxproj
index 8db1dd0d6..6ad03630f 100644
--- a/idp-msi/src/main/wix/idp.vcxproj
+++ b/idp-msi/src/main/wix/idp.vcxproj
@@ -1,9 +1,9 @@
-<Project Sdk="WixToolset.Sdk/4.0.2">
+<Project Sdk="WixToolset.Sdk/4.0.5">
<ItemGroup>
- <PackageReference Include="WixToolset.Util.wixext" Version="4.0.2"/>
- <PackageReference Include="WixToolset.UI.wixext" Version="4.0.2"/>
- <PackageReference Include="WixToolset.Firewall.wixext" Version="4.0.2" />
- <PackageReference Include="WixToolset.Heat" Version="4.0.2" />
+ <PackageReference Include="WixToolset.Util.wixext" Version="4.0.5"/>
+ <PackageReference Include="WixToolset.UI.wixext" Version="4.0.5"/>
+ <PackageReference Include="WixToolset.Firewall.wixext" Version="4.0.5" />
+ <PackageReference Include="WixToolset.Heat" Version="4.0.5" />
</ItemGroup>
<PropertyGroup>
<IdPVersion>unspecified</IdPVersion>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list