From 48a57757fc69691ae69ffa183cbb450a12162d7d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 8 Mar 2022 21:27:42 +0000
Subject: [PATCH] Bump poi-scratchpad from 3.13 to 5.2.1 in
 /springBootMybatisAndPoi

Bumps poi-scratchpad from 3.13 to 5.2.1.

---
updated-dependencies:
- dependency-name: org.apache.poi:poi-scratchpad
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 springBootMybatisAndPoi/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/springBootMybatisAndPoi/pom.xml b/springBootMybatisAndPoi/pom.xml
index c1f4e69..80358a0 100644
--- a/springBootMybatisAndPoi/pom.xml
+++ b/springBootMybatisAndPoi/pom.xml
@@ -21,7 +21,7 @@
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 		<java.version>1.8</java.version>
-		<poi.version>3.13</poi.version>
+		<poi.version>5.2.1</poi.version>
 	</properties>
 	<dependencies>
 		<dependency>