Skip to content

Commit

Permalink
Merge pull request #2 from amaldoror/dependabot/gradle/org.junit.jupi…
Browse files Browse the repository at this point in the history
…ter-junit-jupiter-engine-5.10.3

Bump org.junit.jupiter:junit-jupiter-engine from 5.7.0 to 5.10.3
  • Loading branch information
amaldoror authored Aug 2, 2024
2 parents a4806ea + 204feca commit 918d0e2
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 @@ -11,7 +11,7 @@ repositories {

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3'

// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
Expand Down

0 comments on commit 918d0e2

Please sign in to comment.