Skip to content

Commit

Permalink
Update junit-jupiter to 5.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates authored Jan 23, 2024
1 parent c7582b8 commit 2642c57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.5'
implementation 'org.jruby.joni:joni:2.1.41'
implementation 'org.jsoup:jsoup:1.14.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.0'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.8.0'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.8.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.1'
testImplementation 'org.json:json:20210307'
}

0 comments on commit 2642c57

Please sign in to comment.