Skip to content

Commit 5bb2fd0

Browse files
build(deps): bump org.mybatis.spring.boot:mybatis-spring-boot-starter (#1072)
Bumps [org.mybatis.spring.boot:mybatis-spring-boot-starter](https://github.com/mybatis/spring-boot-starter) from 3.0.4 to 3.0.5. - [Release notes](https://github.com/mybatis/spring-boot-starter/releases) - [Commits](mybatis/spring-boot-starter@mybatis-spring-boot-3.0.4...mybatis-spring-boot-3.0.5) --- updated-dependencies: - dependency-name: org.mybatis.spring.boot:mybatis-spring-boot-starter dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 85e1af9 commit 5bb2fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SpringBootMybatis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313

1414
dependencies {
1515
implementation 'org.springframework.boot:spring-boot-starter'
16-
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.4'
16+
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.5'
1717

1818
compileOnly 'org.projectlombok:lombok'
1919
annotationProcessor 'org.projectlombok:lombok'

0 commit comments

Comments
 (0)