From 3d34c27d4aa70ce2f06983c2db8b998e68e2ccd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 18:29:28 +0000 Subject: [PATCH] Bump mybatis from 3.2.8 to 3.5.6 Bumps [mybatis](https://github.com/mybatis/mybatis-3) from 3.2.8 to 3.5.6. - [Release notes](https://github.com/mybatis/mybatis-3/releases) - [Commits](https://github.com/mybatis/mybatis-3/compare/mybatis-3.2.8...mybatis-3.5.6) Signed-off-by: dependabot[bot] <support@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 pom.xml diff --git a/pom.xml b/pom.xml old mode 100755 new mode 100644 index d9a1727..0760ca4 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> - <version>3.2.8</version> + <version>3.5.6</version> </dependency> <dependency> <groupId>commons-dbcp</groupId>