Skip to content

Commit

Permalink
Update dependency commons-codec:commons-codec to v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 18, 2023
1 parent 4bde9ed commit 329aa4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spring-sftp-download-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>
<version>1.16.0</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion spring-sftp-upload-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>
<version>1.16.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 329aa4c

Please sign in to comment.