Skip to content

Commit

Permalink
Merge pull request #36 from java110/dependabot/maven/commons-net-comm…
Browse files Browse the repository at this point in the history
…ons-net-3.9.0

Bump commons-net from 3.3 to 3.9.0
  • Loading branch information
928255095 authored Jan 9, 2023
2 parents 471258f + a1f8cfc commit fbcdd19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<tomcat.servlet.version>6.0.37</tomcat.servlet.version>
<druid.version>1.1.10</druid.version>
<mybatis-spring.version>1.3.1</mybatis-spring.version>
<mysql.version>8.0.16</mysql.version>
<mysql.version>8.0.28</mysql.version>
<commons-pool2.version>2.2</commons-pool2.version>
<commons-collections.version>3.2.1</commons-collections.version>
<commons-fileupload.version>1.3.3</commons-fileupload.version>
Expand Down Expand Up @@ -250,7 +250,7 @@
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>0.1.49</version>
<version>0.1.54</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -343,7 +343,7 @@
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.3</version>
<version>3.9.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -466,7 +466,7 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>3.17</version>
<version>4.1.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit fbcdd19

Please sign in to comment.