From a7920e47836b4c59f005371e6d6461578ed2c924 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 22 Apr 2021 17:22:39 +0000
Subject: [PATCH] Bump mybatis from 3.4.0 to 3.5.6 in /aylson-libs

Bumps [mybatis](https://github.com/mybatis/mybatis-3) from 3.4.0 to 3.5.6.
- [Release notes](https://github.com/mybatis/mybatis-3/releases)
- [Commits](https://github.com/mybatis/mybatis-3/compare/mybatis-3.4.0...mybatis-3.5.6)

Signed-off-by: dependabot[bot] <support@github.com>
---
 aylson-libs/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 mode change 100755 => 100644 aylson-libs/pom.xml

diff --git a/aylson-libs/pom.xml b/aylson-libs/pom.xml
old mode 100755
new mode 100644
index 40a6987e..45d4cd35
--- a/aylson-libs/pom.xml
+++ b/aylson-libs/pom.xml
@@ -96,7 +96,7 @@
 			<dependency>
 				<groupId>org.mybatis</groupId>
 				<artifactId>mybatis</artifactId>
-				<version>3.4.0</version>
+				<version>3.5.6</version>
 			</dependency>
 			<dependency>
 				<groupId>org.mybatis</groupId>