Skip to content

Commit

Permalink
Adjust junit-dependencies to remove build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Dec 15, 2024
1 parent 5bd9a9b commit f53aadc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@ dependencies {
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-engine:5.11.3'
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.dstadler:commons-test:1.0.0.21'
testImplementation 'org.apache.logging.log4j:log4j-core:2.24.2'

Expand Down

0 comments on commit f53aadc

Please sign in to comment.