From e8fac2e6c2a1ccbf9bf53cb7c57b39c6dbd3abec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 08:54:11 +0000 Subject: [PATCH] Bump org.mybatis:mybatis from 3.4.6 to 3.5.16 Bumps [org.mybatis:mybatis](https://github.com/mybatis/mybatis-3) from 3.4.6 to 3.5.16. - [Release notes](https://github.com/mybatis/mybatis-3/releases) - [Commits](https://github.com/mybatis/mybatis-3/compare/mybatis-3.4.6...mybatis-3.5.16) --- 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 96269344..317dfdd7 100644 --- a/build.gradle +++ b/build.gradle @@ -79,7 +79,7 @@ dependencies { exclude(module: 'checker-qual') } implementation 'org.apache.commons:commons-dbcp2:2.12.0' - implementation 'org.mybatis:mybatis:3.4.6' + implementation 'org.mybatis:mybatis:3.5.16' implementation 'org.flywaydb:flyway-core:4.2.0' runtimeOnly 'ch.qos.logback:logback-classic:1.5.6'