Skip to content

Commit

Permalink
Upgrade MyBatis to 3.15.15 and MyBatis Spring to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphr committed Feb 8, 2024
1 parent f0864bc commit 685780c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -293,12 +293,12 @@
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>3.5.11</version>
<version>3.5.15</version>
</dependency>
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-spring</artifactId>
<version>3.0.0</version>
<version>3.0.3</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand Down

0 comments on commit 685780c

Please sign in to comment.