fix(deps): use correct houbb sensitive-word artifact

This commit is contained in:
root
2026-03-08 14:57:44 +08:00
parent b96a39ff04
commit e2e5d1a3a4

View File

@@ -107,7 +107,7 @@
<!-- houbb 敏感词过滤 -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>sensitive-word</artifactId>
<artifactId>sensitive-word-core</artifactId>
<version>0.34.0</version>
</dependency>