Skip to content

Commit

Permalink
Update commons-text, JUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Dec 20, 2024
1 parent f53aadc commit 1401415
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@ forbiddenApisMain {
dependencies {
implementation 'commons-io:commons-io:2.18.0'
implementation 'org.apache.commons:commons-lang3:3.17.0'
implementation 'org.apache.commons:commons-text:1.12.0'
implementation 'org.apache.commons:commons-text:1.13.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.24.2'
implementation 'net.java.dev.jna:jna:3.4.0'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.4'
testImplementation 'org.dstadler:commons-test:1.0.0.21'
testImplementation 'org.apache.logging.log4j:log4j-core:2.24.2'

Expand Down

0 comments on commit 1401415

Please sign in to comment.