Fix vulnerabilidad

This commit is contained in:
PAVEL PALMA
2026-01-28 14:04:01 -06:00
parent a17400537f
commit 33d7104fa1
2 changed files with 6 additions and 6 deletions

View File

@@ -139,7 +139,7 @@ Since this is an API, let's test the health or a simple endpoint.
### 1\. The Standard Conversation (Dialogflow)
This is the most common flow. It simulates a user sending a message like "Hola" to the bot. The orchestrator will route this to Dialogflow CX.
f
**Request:**
```bash

10
pom.xml
View File

@@ -182,27 +182,27 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http2</artifactId>
<version>4.2.9.Final</version>
<version>4.1.130.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.125.Final</version>
<version>4.1.130.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
<version>4.1.125.Final</version>
<version>4.1.130.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>4.1.125.Final</version>
<version>4.1.130.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
<version>4.1.125.Final</version>
<version>4.1.130.Final</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>