Skip to content

Commit

Permalink
gradle(deps): bump org.junit.jupiter:junit-jupiter-engine
Browse files Browse the repository at this point in the history
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.3.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.1...r5.10.3)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 16, 2024
1 parent 3972adb commit 159e9c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ allprojects {
testAnnotationProcessor 'org.projectlombok:lombok:1.18.30'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3'

implementation configurations.jarLibs
api configurations.jarLibsApi
Expand Down
2 changes: 1 addition & 1 deletion headlessmc-commons/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ dependencies {
testFixturesCompileOnly 'org.projectlombok:lombok:1.18.30'
testFixturesAnnotationProcessor 'org.projectlombok:lombok:1.18.30'
testFixturesImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
testFixturesRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
testFixturesRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3'
}

0 comments on commit 159e9c9

Please sign in to comment.