From b1dd0ffc0ba9fe7ec133ba6755cd88b329021bf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:43:36 +0000 Subject: [PATCH] Bump org.mybatis:mybatis from 3.4.6 to 3.5.17 Bumps [org.mybatis:mybatis](https://github.com/mybatis/mybatis-3) from 3.4.6 to 3.5.17. - [Release notes](https://github.com/mybatis/mybatis-3/releases) - [Commits](https://github.com/mybatis/mybatis-3/compare/mybatis-3.4.6...mybatis-3.5.17) --- 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 2e98f1ea..a0d74679 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.17' implementation 'org.flywaydb:flyway-core:4.2.0' runtimeOnly 'ch.qos.logback:logback-classic:1.5.12'