Skip to content

Commit

Permalink
Update commons-dost, commons-io and update from JUnit 4 to JUnit 5-Vi…
Browse files Browse the repository at this point in the history
…ntage
  • Loading branch information
centic9 committed Oct 7, 2023
1 parent 82f8943 commit 07ee67c
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,8 +10,8 @@ repositories {

dependencies {
implementation 'commons-cli:commons-cli:1.5.0'
implementation 'org.dstadler:commons-dost:1.2.0.2'
implementation 'commons-io:commons-io:2.13.0'
implementation 'org.dstadler:commons-dost:1.2.0.3'
implementation 'commons-io:commons-io:2.14.0'
implementation 'org.apache.commons:commons-lang3:3.13.0'
implementation 'net.java.dev.jna:jna:3.5.2'
implementation 'org.eclipse.jgit:org.eclipse.jgit:6.7.0.202309050840-r'
Expand All @@ -21,7 +21,7 @@ dependencies {

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

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.0'
testImplementation 'org.dstadler:commons-test:1.0.0.20'
}

Expand Down

0 comments on commit 07ee67c

Please sign in to comment.