Skip to content

Commit

Permalink
gradle-batch: bump org.mybatis.spring.boot:mybatis-spring-boot-starter
Browse files Browse the repository at this point in the history
Bumps [org.mybatis.spring.boot:mybatis-spring-boot-starter](https://github.com/mybatis/spring-boot-starter) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/mybatis/spring-boot-starter/releases)
- [Commits](mybatis/spring-boot-starter@mybatis-spring-boot-3.0.2...mybatis-spring-boot-3.0.3)

---
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 24, 2023
1 parent 019e55f commit 9fbc7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/web-csr/dressca-backend/batch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-batch'
implementation 'com.h2database:h2:2.2.220'
implementation 'org.postgresql:postgresql:42.6.0'
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.2'
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.3'
implementation project(':application-core')
implementation project(':infrastructure')
implementation project(':system-common')
Expand Down

0 comments on commit 9fbc7c7

Please sign in to comment.