Skip to content

Commit

Permalink
Update commons-lang3, junit
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Aug 3, 2024
1 parent 0a0b62d commit 85a52cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
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 'org.apache.commons:commons-lang3:3.15.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'
Expand All @@ -21,7 +21,7 @@ dependencies {

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

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

Expand Down

0 comments on commit 85a52cd

Please sign in to comment.