Fix vulnerabilidad
This commit is contained in:
@@ -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
10
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user