From a2278fbe0ef1dd635c69946c6f7a3c32f744968a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 17 Apr 2024 22:59:16 +0000
Subject: [PATCH] Bump org.mvnpm:lit from 3.1.2 to 3.1.3

Bumps [org.mvnpm:lit](https://github.com/lit/lit) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/lit/lit/releases)
- [Changelog](https://github.com/lit/lit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lit/lit/compare/lit@3.1.2...lit@3.1.3)

---
updated-dependencies:
- dependency-name: org.mvnpm:lit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 samples/chatbot-easy-rag/pom.xml | 2 +-
 samples/chatbot/pom.xml          | 2 +-
 samples/csv-chatbot/pom.xml      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/samples/chatbot-easy-rag/pom.xml b/samples/chatbot-easy-rag/pom.xml
index aab42d6ef..36195641f 100644
--- a/samples/chatbot-easy-rag/pom.xml
+++ b/samples/chatbot-easy-rag/pom.xml
@@ -56,7 +56,7 @@
         <dependency>
             <groupId>org.mvnpm</groupId>
             <artifactId>lit</artifactId>
-            <version>3.1.2</version>
+            <version>3.1.3</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>
diff --git a/samples/chatbot/pom.xml b/samples/chatbot/pom.xml
index f15a3c3dd..351f4b757 100644
--- a/samples/chatbot/pom.xml
+++ b/samples/chatbot/pom.xml
@@ -55,7 +55,7 @@
         <dependency>
             <groupId>org.mvnpm</groupId>
             <artifactId>lit</artifactId>
-            <version>3.1.2</version>
+            <version>3.1.3</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>
diff --git a/samples/csv-chatbot/pom.xml b/samples/csv-chatbot/pom.xml
index 718ad777a..bf6d5d42a 100644
--- a/samples/csv-chatbot/pom.xml
+++ b/samples/csv-chatbot/pom.xml
@@ -59,7 +59,7 @@
         <dependency>
             <groupId>org.mvnpm</groupId>
             <artifactId>lit</artifactId>
-            <version>3.1.2</version>
+            <version>3.1.3</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>