Skip to content

Commit

Permalink
Update commons-io
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Oct 29, 2023
1 parent 22f9396 commit 292d33a
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.7.0.202309050840-r'
implementation 'org.eclipse.jgit:org.eclipse.jgit.ssh.jsch:6.7.0.202309050840-r'
implementation 'org.eclipse.jgit:org.eclipse.jgit.ssh.apache:6.7.0.202309050840-r'
implementation 'commons-io:commons-io:2.14.0'
implementation 'commons-io:commons-io:2.15.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.14.0</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 292d33a

Please sign in to comment.