Skip to content

Commit

Permalink
Update dependency org.mybatis.spring.boot:mybatis-spring-boot-starter…
Browse files Browse the repository at this point in the history
… to v3
  • Loading branch information
renovate[bot] authored Mar 18, 2023
1 parent c148c1c commit 7276767
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>2.2.0</version>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>org.springframework.session</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>2.2.0</version>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>org.springframework.session</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>2.2.0</version>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>org.springframework.session</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>2.2.0</version>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>org.springframework.session</groupId>
Expand Down

0 comments on commit 7276767

Please sign in to comment.