Skip to content

Commit

Permalink
Merge pull request #393 from AlesInfiny/dependabot/gradle/samples/web…
Browse files Browse the repository at this point in the history
…-csr/dressca-backend/org.mybatis.spring.boot-mybatis-spring-boot-starter-3.0.3

gradle-root: bump org.mybatis.spring.boot:mybatis-spring-boot-starter from 3.0.2 to 3.0.3 in /samples/web-csr/dressca-backend
  • Loading branch information
rnakagawa16 authored Nov 30, 2023
2 parents 03ef5e1 + 1769925 commit 6d9eef4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.224'
implementation 'org.postgresql:postgresql:42.7.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
4 changes: 2 additions & 2 deletions samples/web-csr/dressca-backend/infrastructure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ repositories {
}

dependencies {
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(':system-common')
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter-test:3.0.2'
testImplementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter-test:3.0.3'
}

tasks.named('test') {
Expand Down
2 changes: 1 addition & 1 deletion samples/web-csr/dressca-backend/web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
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 'com.h2database:h2:2.2.224'
implementation 'org.postgresql:postgresql:42.7.0'
implementation 'org.springframework.boot:spring-boot-starter-actuator'
Expand Down

0 comments on commit 6d9eef4

Please sign in to comment.