Skip to content

Commit

Permalink
updatedependency
Browse files Browse the repository at this point in the history
  • Loading branch information
looly committed Sep 5, 2022
1 parent 8165bf9 commit 8a8f529
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions hutool-db/pom.xml
Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>com.github.chris2018998</groupId>
<artifactId>beecp</artifactId>
<version>3.3.6</version>
<version>3.3.8</version>
<exclusions>
<exclusion>
<artifactId>slf4j-api</artifactId>
Expand Down Expand Up @@ -145,7 +145,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.29</version>
<version>8.0.30</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions hutool-extra/pom.xml
Expand Up @@ -26,12 +26,12 @@
<thymeleaf.version>3.0.15.RELEASE</thymeleaf.version>
<mail.version>1.6.2</mail.version>
<jsch.version>0.1.55</jsch.version>
<sshj.version>0.33.0</sshj.version>
<sshj.version>0.34.0</sshj.version>
<zxing.version>3.5.0</zxing.version>
<net.version>3.8.0</net.version>
<emoji-java.version>5.1.1</emoji-java.version>
<servlet-api.version>4.0.1</servlet-api.version>
<spring-boot.version>2.7.1</spring-boot.version>
<spring-boot.version>2.7.3</spring-boot.version>
<cglib.version>3.3.0</cglib.version>
</properties>

Expand Down Expand Up @@ -262,7 +262,7 @@
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers-smartcn</artifactId>
<version>8.11.1</version>
<version>8.11.2</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down Expand Up @@ -418,7 +418,7 @@
<dependency>
<groupId>com.googlecode.aviator</groupId>
<artifactId>aviator</artifactId>
<version>5.3.1</version>
<version>5.3.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion hutool-log/pom.xml
Expand Up @@ -19,7 +19,7 @@
<properties>
<!-- versions -->
<slf4j.version>1.7.36</slf4j.version>
<logback.version>1.3.0-alpha5</logback.version>
<logback.version>1.4.0</logback.version>
<log4j.version>1.2.17</log4j.version>
<log4j2.version>2.17.2</log4j2.version>
<commons-logging.version>1.2</commons-logging.version>
Expand Down
2 changes: 1 addition & 1 deletion hutool-poi/pom.xml
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>org.ofdrw</groupId>
<artifactId>ofdrw-full</artifactId>
<version>1.17.18</version>
<version>1.19.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion hutool-script/pom.xml
Expand Up @@ -19,7 +19,7 @@
<properties>
<jython.version>2.7.2</jython.version>
<luaj.version>3.0.1</luaj.version>
<groovy.version>3.0.11</groovy.version>
<groovy.version>3.0.12</groovy.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion hutool-system/pom.xml
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core</artifactId>
<version>6.2.0</version>
<version>6.2.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 8a8f529

Please sign in to comment.