Skip to content

Commit 6fcfa9d

Browse files
authored
deps: update dependency org.mybatis.spring.boot:mybatis-spring-boot-starter to v3.0.5 (googleapis#2136)
1 parent 32316c4 commit 6fcfa9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/spring-data-mybatis/googlesql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.mybatis.spring.boot</groupId>
6262
<artifactId>mybatis-spring-boot-starter</artifactId>
63-
<version>3.0.4</version>
63+
<version>3.0.5</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.mybatis.dynamic-sql</groupId>

samples/spring-data-mybatis/postgresql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>org.mybatis.spring.boot</groupId>
5555
<artifactId>mybatis-spring-boot-starter</artifactId>
56-
<version>3.0.4</version>
56+
<version>3.0.5</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>org.mybatis.dynamic-sql</groupId>

0 commit comments

Comments
 (0)