From 33d7104fa1ba65dd32c9aa7834af4fde786329fc Mon Sep 17 00:00:00 2001 From: PAVEL PALMA Date: Wed, 28 Jan 2026 14:04:01 -0600 Subject: [PATCH] Fix vulnerabilidad --- README.md | 2 +- pom.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ab7522a..c3e92e2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pom.xml b/pom.xml index 07144fb..095e1d5 100644 --- a/pom.xml +++ b/pom.xml @@ -182,27 +182,27 @@ io.netty netty-codec-http2 - 4.2.9.Final + 4.1.130.Final io.netty netty-handler - 4.1.125.Final + 4.1.130.Final io.netty netty-common - 4.1.125.Final + 4.1.130.Final io.netty netty-codec-http - 4.1.125.Final + 4.1.130.Final io.netty netty-codec - 4.1.125.Final + 4.1.130.Final com.google.protobuf