Skip to content

Commit

Permalink
测试并适配了最新版本的 Spring Data JPA
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkfox committed Sep 26, 2021
1 parent 5a250a0 commit 901e157
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 @@ -46,7 +46,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>2.5.4</version>
<version>2.5.5</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>5.3.9</version>
<version>5.3.10</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 901e157

Please sign in to comment.