Skip to content

Commit

Permalink
Merge pull request #11 from pajikos/renovate/commons-codec-commons-co…
Browse files Browse the repository at this point in the history
…dec-1.x
  • Loading branch information
pajikos authored May 5, 2023
2 parents 63c6d28 + 2029ab3 commit 4bde9ed
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.10</version>
<version>1.15</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.10</version>
<version>1.15</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 4bde9ed

Please sign in to comment.