Skip to content

Commit

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

Build(deps): bump org.junit.jupiter:junit-jupiter-api from 5.11.0 to 5.11.1
  • Loading branch information
nfi authored Oct 1, 2024
2 parents 6bcc639 + 45912c3 commit 6150574
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.11.0'
implementation 'org.junit.jupiter:junit-jupiter-api:5.11.1'
runtimeOnly 'org.junit.platform:junit-platform-launcher'
}
}
Expand Down

0 comments on commit 6150574

Please sign in to comment.