Skip to content

Commit

Permalink
Merge pull request #1433 from contiki-ng/dependabot/gradle/master/org…
Browse files Browse the repository at this point in the history
….junit.jupiter-junit-jupiter-api-5.10.3

Build(deps): bump org.junit.jupiter:junit-jupiter-api from 5.10.2 to 5.10.3
  • Loading branch information
nfi authored Jul 1, 2024
2 parents 9557378 + 6802d82 commit 3a71d70
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 @@ -114,7 +114,7 @@ testing {
dependencies {
implementation project()
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
implementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
implementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
runtimeOnly 'org.junit.platform:junit-platform-launcher'
}
}
Expand Down

0 comments on commit 3a71d70

Please sign in to comment.