mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
update version
This commit is contained in:
parent
61ba892b49
commit
9c55448c79
@ -18,7 +18,7 @@
|
||||
|
||||
<properties>
|
||||
<!-- versions -->
|
||||
<cglib.version>3.2.7</cglib.version>
|
||||
<cglib.version>3.3.0</cglib.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
@ -23,7 +23,7 @@
|
||||
<tomcat-jdbc.version>9.0.27</tomcat-jdbc.version>
|
||||
<druid.version>1.1.20</druid.version>
|
||||
<hikariCP.version>2.4.13</hikariCP.version>
|
||||
<mongo.version>3.11.0</mongo.version>
|
||||
<mongo.version>3.11.1</mongo.version>
|
||||
<sqlite.version>3.28.0</sqlite.version>
|
||||
<hsqldb.version>2.5.0</hsqldb.version>
|
||||
<jedis.version>3.1.0</jedis.version>
|
||||
@ -114,7 +114,7 @@
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
<artifactId>mysql-connector-java</artifactId>
|
||||
<version>8.0.17</version>
|
||||
<version>8.0.18</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -18,11 +18,11 @@
|
||||
|
||||
<properties>
|
||||
<!-- versions -->
|
||||
<velocity.version>2.0</velocity.version>
|
||||
<velocity.version>2.1</velocity.version>
|
||||
<beetl.version>3.0.13.RELEASE</beetl.version>
|
||||
<rythm.version>1.3.0</rythm.version>
|
||||
<freemarker.version>2.3.29</freemarker.version>
|
||||
<enjoy.version>4.5</enjoy.version>
|
||||
<enjoy.version>4.6</enjoy.version>
|
||||
<thymeleaf.version>3.0.11.RELEASE</thymeleaf.version>
|
||||
<mail.version>1.6.2</mail.version>
|
||||
<jsch.version>0.1.55</jsch.version>
|
||||
@ -185,7 +185,7 @@
|
||||
<dependency>
|
||||
<groupId>com.hankcs</groupId>
|
||||
<artifactId>hanlp</artifactId>
|
||||
<version>portable-1.7.4</version>
|
||||
<version>portable-1.7.5</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -64,6 +64,7 @@ public class JschUtilTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void getSessionTest(){
|
||||
JschUtil.getSession("192.168.1.134", 22, "root", "aaa", null);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user