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 2, 2024
1 parent 5e8cfef commit 382555b
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 @@ -50,16 +50,16 @@ forbiddenApisMain {

dependencies {
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 'org.apache.commons:commons-text:1.12.0'
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
implementation 'org.apache.httpcomponents:httpasyncclient:4.1.5'
implementation 'org.apache.commons:commons-exec:1.4.0'
implementation 'org.apache.logging.log4j:log4j-api:2.23.1'
implementation 'net.java.dev.jna:jna:3.4.0'

testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.3'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.3'
testImplementation 'org.dstadler:commons-test:1.0.0.21'
testImplementation 'org.apache.logging.log4j:log4j-core:2.23.1'
}
Expand Down

0 comments on commit 382555b

Please sign in to comment.