chore(secrets): bump ZB.MOM.WW.Secrets 0.1.2 -> 0.2.0

Version hygiene + picks up the G-8 KEK-rotation surface.

NOT a security fix for this repo. An earlier version of this message claimed it
closed GHSA-2m69-gcr7-jv3q; that was wrong. A/B against the 0.1.2 baseline shows
SQLitePCLRaw.lib.e_sqlite3 already resolved 2.1.12, supplied transitively by the
pre-existing ZB.MOM.WW.Auth.ApiKeys 0.1.5 reference.

Note: src/Directory.Build.props still suppresses GHSA-2m69-gcr7-jv3q on the
now-outdated rationale that no patched e_sqlite3 exists. 2.1.12 is patched and
already resolving, so that suppression looks removable - verify separately.
This commit is contained in:
Joseph Doherty
2026-07-18 05:06:54 -04:00
parent e107019a2a
commit b021e292ee
@@ -17,9 +17,9 @@
<PackageReference Include="ZB.MOM.WW.Telemetry" Version="0.1.0" />
<PackageReference Include="ZB.MOM.WW.Telemetry.Serilog" Version="0.1.0" />
<PackageReference Include="ZB.MOM.WW.GalaxyRepository" Version="0.2.0" />
<PackageReference Include="ZB.MOM.WW.Secrets" Version="0.1.2" />
<PackageReference Include="ZB.MOM.WW.Secrets.Abstractions" Version="0.1.2" />
<PackageReference Include="ZB.MOM.WW.Secrets.Ui" Version="0.1.2" />
<PackageReference Include="ZB.MOM.WW.Secrets" Version="0.2.0" />
<PackageReference Include="ZB.MOM.WW.Secrets.Abstractions" Version="0.2.0" />
<PackageReference Include="ZB.MOM.WW.Secrets.Ui" Version="0.2.0" />
<PackageReference Include="Serilog.AspNetCore" Version="10.0.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.1.1" />
<PackageReference Include="Serilog.Sinks.File" Version="7.0.0" />