feat(security): add internal secret handling and Redis integration for bot events

This commit is contained in:
2026-04-28 09:29:05 +02:00
parent c10a4d7e64
commit 1ab6532b0a
50 changed files with 951 additions and 214 deletions
+1
View File
@@ -52,6 +52,7 @@ dependencies {
implementation(project(":modules:rule"))
implementation(project(":modules:io"))
implementation(project(":modules:official-bots"))
implementation(project(":modules:security"))
implementation(enforcedPlatform("${quarkusPlatformGroupId}:${quarkusPlatformArtifactId}:${quarkusPlatformVersion}"))