[java-identity-provider] 10/12: IDP-2147 Investigate Wix V4
Rod Widdowson
rdw at steadingsoftware.com
Sat Apr 13 12:55:45 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/IDP-2147
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=8bb78848b22e16844d594f8e58657c5b15fd58dd
commit 8bb78848b22e16844d594f8e58657c5b15fd58dd
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 secuorty 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