Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
looly committed Jun 19, 2021
1 parent b671aeb commit 3c1aa9e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion hutool-crypto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<properties>
<!-- versions -->
<bouncycastle.version>1.68</bouncycastle.version>
<bouncycastle.version>1.69</bouncycastle.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion 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.2</hsqldb.version>
<jedis.version>3.6.0</jedis.version>
<jedis.version>3.6.1</jedis.version>
</properties>

<dependencies>
Expand Down
12 changes: 6 additions & 6 deletions hutool-extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- versions -->
<velocity.version>2.3</velocity.version>
<beetl.version>3.3.2.RELEASE</beetl.version>
<rythm.version>1.4.0</rythm.version>
<rythm.version>1.4.1</rythm.version>
<freemarker.version>2.3.31</freemarker.version>
<enjoy.version>4.9.10</enjoy.version>
<thymeleaf.version>3.0.12.RELEASE</thymeleaf.version>
Expand All @@ -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.4</spring-boot.version>
<spring-boot.version>2.5.1</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.8.2</version>
<version>8.9.0</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down Expand Up @@ -397,7 +397,7 @@
<dependency>
<groupId>com.googlecode.aviator</groupId>
<artifactId>aviator</artifactId>
<version>5.2.4</version>
<version>5.2.5</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand All @@ -411,7 +411,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-jexl3</artifactId>
<version>3.1</version>
<version>3.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand All @@ -432,7 +432,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
<version>5.3.5</version>
<version>5.3.8</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down
5 changes: 3 additions & 2 deletions hutool-log/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
<log4j2.version>2.14.1</log4j2.version>
<commons-logging.version>1.2</commons-logging.version>
<tinylog.version>1.3.6</tinylog.version>
<jboss-logging.version>3.4.1.Final</jboss-logging.version>
<jboss-logging.version>3.4.2.Final</jboss-logging.version>
<logtube.version>0.39.2</logtube.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -86,7 +87,7 @@
<dependency>
<groupId>io.github.logtube</groupId>
<artifactId>logtube</artifactId>
<version>0.39.1</version>
<version>${logtube.version}</version>
<optional>true</optional>
</dependency>
<dependency>
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.9.2</version>
<version>1.12.1</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.7.3</version>
<version>5.7.5</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 3c1aa9e

Please sign in to comment.