Skip to content

Commit

Permalink
测试升级依赖的 jar 包
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkfox committed Nov 1, 2023
1 parent 66044a9 commit 69c2f72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<properties>
<java.version>17</java.version>
<spring.boot.version>3.1.4</spring.boot.version>
<spring.boot.version>3.1.5</spring.boot.version>
</properties>

<dependencies>
Expand All @@ -60,7 +60,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.26</version>
<version>1.18.30</version>
<optional>true</optional>
</dependency>

Expand All @@ -79,7 +79,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>6.2.9.Final</version>
<version>6.2.13.Final</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 69c2f72

Please sign in to comment.