Skip to content

Commit

Permalink
Update commons-dost, jgit, JUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Feb 17, 2024
1 parent bca5d09 commit 9d3df9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ repositories {

dependencies {
implementation 'commons-cli:commons-cli:1.6.0'
implementation 'org.dstadler:commons-dost:1.3.0'
implementation 'org.dstadler:commons-dost:1.3.1'
implementation 'commons-io:commons-io:2.15.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.7.0.202309050840-r'
implementation 'org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r'
implementation 'com.google.guava:guava:33.0.0-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.1'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.2'
testImplementation 'org.dstadler:commons-test:1.0.0.20'
}

Expand Down

0 comments on commit 9d3df9a

Please sign in to comment.