From 776e1f587440b18065614f7b17c20228203a3c7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 03:56:39 +0000 Subject: [PATCH] Bump org.mybatis:mybatis from 3.4.6 to 3.5.13 Bumps [org.mybatis:mybatis](https://github.com/mybatis/mybatis-3) from 3.4.6 to 3.5.13. - [Release notes](https://github.com/mybatis/mybatis-3/releases) - [Commits](https://github.com/mybatis/mybatis-3/compare/mybatis-3.4.6...mybatis-3.5.13) --- updated-dependencies: - dependency-name: org.mybatis:mybatis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c30fec8c..aea76b35 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ dependencies { implementation 'commons-codec:commons-codec:1.15' implementation 'org.postgresql:postgresql:42.5.4' implementation 'org.apache.commons:commons-dbcp2:2.9.0' - implementation 'org.mybatis:mybatis:3.4.6' + implementation 'org.mybatis:mybatis:3.5.13' implementation 'ch.qos.logback:logback-classic:1.4.5' implementation 'com.google.code.gson:gson:2.10.1' implementation 'com.google.guava:guava:23.0'