diff --git a/Directory.Packages.props b/Directory.Packages.props
index 4a88bbd..d4a4fe7 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -156,10 +156,14 @@
Weasel 9.22.0 (weasel#417): carries the JasperFx 2.37.0 floor.
Weasel 9.23.0: weasel#415 — EnsureDatabaseExistsAsync is safe under concurrent callers,
which is the SQL Server path Polecat provisions on; plus weasel#416, where
- AssertValidIdentifier now rejects a quote or semicolon outright. -->
-
-
-
+ AssertValidIdentifier now rejects a quote or semicolon outright.
+ Weasel 9.23.1 (weasel#420): the weasel#416 identifier validation finally reaches the SQL
+ Server migrator, which validated NOTHING before this — the directly relevant half for
+ Polecat. Companion providers (Oracle, MySQL, Sqlite) fixed in the same pass, and
+ PostgreSQL's copy folded onto the shared Weasel.Core helper (weasel#422). -->
+
+
+