Skip to content

Commit

Permalink
Bump commons-net from 3.7.2 to 3.8.0 (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 7, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 7cbf4c6 commit 83221c3
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin/reader/ftpreader/pom.xml
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.7.2</version>
<version>3.8.0</version>
</dependency>

<dependency>
2 changes: 1 addition & 1 deletion plugin/reader/httpreader/pom.xml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.7.2</version>
<version>3.8.0</version>
</dependency>

<dependency>
2 changes: 1 addition & 1 deletion plugin/writer/ftpwriter/pom.xml
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.7.2</version>
<version>3.8.0</version>
</dependency>

<dependency>

0 comments on commit 83221c3

Please sign in to comment.