Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
looly committed Mar 28, 2021
1 parent 4c74a7d commit 4e05301
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion hutool-aop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<properties>
<!-- versions -->
<cglib.version>3.3.0</cglib.version>
<spring.version>5.3.4</spring.version>
<spring.version>5.3.5</spring.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions hutool-db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<mongo.version>3.12.8</mongo.version>
<sqlite.version>3.34.0</sqlite.version>
<hsqldb.version>2.5.1</hsqldb.version>
<jedis.version>3.5.1</jedis.version>
<jedis.version>3.5.2</jedis.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -148,7 +148,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.18.jre7</version>
<version>42.2.19.jre7</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions hutool-extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<net.version>3.7.2</net.version>
<emoji-java.version>5.1.1</emoji-java.version>
<servlet-api.version>4.0.1</servlet-api.version>
<spring-boot.version>2.4.3</spring-boot.version>
<spring-boot.version>2.4.4</spring-boot.version>
<cglib.version>3.3.0</cglib.version>
</properties>

Expand Down Expand Up @@ -241,7 +241,7 @@
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers-smartcn</artifactId>
<version>8.7.0</version>
<version>8.8.1</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down Expand Up @@ -426,7 +426,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
<version>5.3.2</version>
<version>5.3.5</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand All @@ -448,7 +448,7 @@
<dependency>
<groupId>org.tukaani</groupId>
<artifactId>xz</artifactId>
<version>1.8</version>
<version>1.9</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion hutool-poi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>org.ofdrw</groupId>
<artifactId>ofdrw-full</artifactId>
<version>1.7.3</version>
<version>1.7.4</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion hutool-system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core</artifactId>
<version>5.6.0</version>
<version>5.6.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 4e05301

Please sign in to comment.