Skip to content

Commit

Permalink
Merge pull request #36 from harrel56/dependabot/gradle/org.junit.jupi…
Browse files Browse the repository at this point in the history
…ter-junit-jupiter-5.10.0

chore(deps): bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0
  • Loading branch information
harrel56 authored Jul 27, 2023
2 parents dbf5b82 + be2a222 commit aa318d2
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 @@ -50,8 +50,8 @@ jsonProviders.entrySet().forEach {

dependencies {
testImplementation 'org.eclipse.parsson:parsson:1.1.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.3'
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
testImplementation 'org.assertj:assertj-core:3.24.2'
testImplementation 'org.mockito:mockito-core:5.4.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
Expand Down

0 comments on commit aa318d2

Please sign in to comment.