Skip to content

Commit

Permalink
Update to JGit 7.0, commons-io, junit, jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Nov 23, 2024
1 parent b175725 commit 102ce2d
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 @@ -11,17 +11,17 @@ repositories {
dependencies {
implementation 'commons-cli:commons-cli:1.9.0'
implementation 'org.dstadler:commons-dost:1.3.4'
implementation 'commons-io:commons-io:2.17.0'
implementation 'commons-io:commons-io:2.18.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 'org.eclipse.jgit:org.eclipse.jgit:7.0.0.202409031743-r'
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.11.0'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.3'
testImplementation 'org.dstadler:commons-test:1.0.0.21'
}

Expand Down Expand Up @@ -50,7 +50,7 @@ tasks.withType(JavaCompile).configureEach {
}

jacoco {
toolVersion = '0.8.11'
toolVersion = '0.8.12'
}

jacocoTestReport {
Expand Down

0 comments on commit 102ce2d

Please sign in to comment.