Skip to content

Commit

Permalink
Merge pull request #140 from TWChennai/dependabot/gradle/org.junit-ju…
Browse files Browse the repository at this point in the history
…nit-bom-5.10.0

Bump org.junit:junit-bom from 5.9.3 to 5.10.0
  • Loading branch information
chadlwilson authored Jul 24, 2023
2 parents cec6c16 + 2bb2f50 commit 56f0b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-annotations'
implementation 'org.apache.commons:commons-lang3:3.12.0'

testImplementation platform('org.junit:junit-bom:5.9.3')
testImplementation platform('org.junit:junit-bom:5.10.0')
testImplementation 'org.junit.jupiter:junit-jupiter-api'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
Expand Down

0 comments on commit 56f0b70

Please sign in to comment.