From 1d0ff07c41b1136abe44d20c16f0672461d460be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 03:13:44 +0000 Subject: [PATCH] Bump org.mybatis:mybatis from 3.4.6 to 3.5.14 Bumps [org.mybatis:mybatis](https://github.com/mybatis/mybatis-3) from 3.4.6 to 3.5.14. - [Release notes](https://github.com/mybatis/mybatis-3/releases) - [Commits](https://github.com/mybatis/mybatis-3/compare/mybatis-3.4.6...mybatis-3.5.14) --- 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 ce84a9b8..803a57d2 100644 --- a/build.gradle +++ b/build.gradle @@ -79,7 +79,7 @@ dependencies { exclude(module: 'checker-qual') } implementation 'org.apache.commons:commons-dbcp2:2.11.0' - implementation 'org.mybatis:mybatis:3.4.6' + implementation 'org.mybatis:mybatis:3.5.14' implementation 'org.flywaydb:flyway-core:4.2.0' runtimeOnly 'ch.qos.logback:logback-classic:1.4.13'