Skip to content

Commit

Permalink
Update junit
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Aug 23, 2024
1 parent 7329375 commit 5e73520
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 @@ -58,8 +58,8 @@ dependencies {
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.3'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.3'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.0'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
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 5e73520

Please sign in to comment.