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 b469df6 commit fecc26a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,25 +46,25 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>3.1.4</version>
<version>3.1.5</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-core</artifactId>
<version>6.2.9.Final</version>
<version>6.2.13.Final</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.7</version>
<version>1.4.11</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.26</version>
<version>1.18.30</version>
<optional>true</optional>
</dependency>

Expand All @@ -73,7 +73,7 @@
<dependency>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>2.1.3</version>
<version>2.1.4</version>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
Expand All @@ -91,7 +91,7 @@
<dependency>
<groupId>org.mvel</groupId>
<artifactId>mvel2</artifactId>
<version>2.4.15.Final</version>
<version>2.5.0.Final</version>
</dependency>
<dependency>
<groupId>jaxen</groupId>
Expand All @@ -109,13 +109,13 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>6.0.12</version>
<version>6.0.13</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.7.1</version>
<version>2.7.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit fecc26a

Please sign in to comment.