From 0ce2947697b533e0bbdb8d7d92a9e26aa4461dc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 01:30:01 +0000 Subject: [PATCH] build(deps): bump org.mybatis.spring.boot:mybatis-spring-boot-starter Bumps [org.mybatis.spring.boot:mybatis-spring-boot-starter](https://github.com/mybatis/spring-boot-starter) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/mybatis/spring-boot-starter/releases) - [Commits](https://github.com/mybatis/spring-boot-starter/compare/mybatis-spring-boot-3.0.3...mybatis-spring-boot-3.0.4) --- updated-dependencies: - dependency-name: org.mybatis.spring.boot:mybatis-spring-boot-starter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- SpringBootMybatis/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpringBootMybatis/build.gradle b/SpringBootMybatis/build.gradle index 7b6f4449..71fab8c4 100644 --- a/SpringBootMybatis/build.gradle +++ b/SpringBootMybatis/build.gradle @@ -13,7 +13,7 @@ repositories { dependencies { implementation 'org.springframework.boot:spring-boot-starter' - implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.3' + implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.4' compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok'