Skip to content

Commit

Permalink
Update junit
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Aug 3, 2024
1 parent 9bf7eee commit 3aa0a9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ dependencies {

implementation 'org.apache.logging.log4j:log4j-core:2.23.1'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3'
}

test {
Expand Down

0 comments on commit 3aa0a9c

Please sign in to comment.