Skip to content

Commit

Permalink
[ftpupload] Upgrade dependencies (#12693)
Browse files Browse the repository at this point in the history
Also-by: dependabot[bot] <support@github.com>
Signed-off-by: Wouter Born <github@maindrain.net>
  • Loading branch information
dependabot[bot] authored Oct 9, 2022
1 parent 2706804 commit 8e73299
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bundles/org.openhab.binding.ftpupload/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
<dependency>
<groupId>org.apache.ftpserver</groupId>
<artifactId>ftplet-api</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.ftpserver</groupId>
<artifactId>ftpserver-core</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.mina</groupId>
<artifactId>mina-core</artifactId>
<version>2.0.21</version>
<version>2.2.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 8e73299

Please sign in to comment.