Skip to content

Commit fbcdd19

Browse files
authored
Merge pull request #36 from java110/dependabot/maven/commons-net-commons-net-3.9.0
Bump commons-net from 3.3 to 3.9.0
2 parents 471258f + a1f8cfc commit fbcdd19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

100755100644
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<tomcat.servlet.version>6.0.37</tomcat.servlet.version>
5959
<druid.version>1.1.10</druid.version>
6060
<mybatis-spring.version>1.3.1</mybatis-spring.version>
61-
<mysql.version>8.0.16</mysql.version>
61+
<mysql.version>8.0.28</mysql.version>
6262
<commons-pool2.version>2.2</commons-pool2.version>
6363
<commons-collections.version>3.2.1</commons-collections.version>
6464
<commons-fileupload.version>1.3.3</commons-fileupload.version>
@@ -250,7 +250,7 @@
250250
<dependency>
251251
<groupId>com.jcraft</groupId>
252252
<artifactId>jsch</artifactId>
253-
<version>0.1.49</version>
253+
<version>0.1.54</version>
254254
</dependency>
255255

256256
<dependency>
@@ -343,7 +343,7 @@
343343
<dependency>
344344
<groupId>commons-net</groupId>
345345
<artifactId>commons-net</artifactId>
346-
<version>3.3</version>
346+
<version>3.9.0</version>
347347
</dependency>
348348

349349
<dependency>
@@ -466,7 +466,7 @@
466466
<dependency>
467467
<groupId>org.apache.poi</groupId>
468468
<artifactId>poi</artifactId>
469-
<version>3.17</version>
469+
<version>4.1.1</version>
470470
</dependency>
471471

472472
<dependency>

0 commit comments

Comments
 (0)