Skip to content

Commit

Permalink
Update commons-cli, commons-io, commons-lang3, guava, junit
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Sep 26, 2024
1 parent 5a0c3dd commit 51a1a37
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ repositories {
}

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

runtimeOnly 'org.slf4j:slf4j-simple:2.0.10'

testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.3'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.0'
testImplementation 'org.dstadler:commons-test:1.0.0.21'
}

Expand Down

0 comments on commit 51a1a37

Please sign in to comment.