Skip to content

Commit

Permalink
Update commons-cli, commons-dost, jgit, guava
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Jun 16, 2024
1 parent a5f9655 commit 0a0b62d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ repositories {
}

dependencies {
implementation 'commons-cli:commons-cli:1.7.0'
implementation 'org.dstadler:commons-dost:1.3.2'
implementation 'commons-cli:commons-cli:1.8.0'
implementation 'org.dstadler:commons-dost:1.3.4'
implementation 'commons-io:commons-io:2.16.1'
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'net.java.dev.jna:jna:3.5.2'
implementation 'org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r'
implementation 'com.google.guava:guava:33.1.0-jre'
implementation 'org.eclipse.jgit:org.eclipse.jgit:6.10.0.202406032230-r'
implementation 'com.google.guava:guava:33.2.1-jre'
implementation files('lib/fuse-jna-1.0.3.2.jar')
implementation 'jline:jline:2.14.6'

Expand Down

0 comments on commit 0a0b62d

Please sign in to comment.