Skip to content

Commit

Permalink
Update commons-io
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed May 18, 2023
1 parent f230e8c commit 39abcc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
implementation 'org.eclipse.jgit:org.eclipse.jgit.archive:6.5.0.202303070854-r'
implementation 'org.eclipse.jgit:org.eclipse.jgit.ssh.jsch:6.5.0.202303070854-r'
implementation 'org.eclipse.jgit:org.eclipse.jgit.ssh.apache:6.5.0.202303070854-r'
implementation 'commons-io:commons-io:2.11.0'
implementation 'commons-io:commons-io:2.12.0'
implementation 'org.slf4j:slf4j-simple:1.7.36'

// optional dependency of commons-compress which is needed by JGit
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<version>2.12.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 39abcc2

Please sign in to comment.