Skip to content

Commit

Permalink
chore(deps): bump org.junit.jupiter:junit-jupiter-api (#275)
Browse files Browse the repository at this point in the history
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.0 to 5.11.3.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.0...r5.11.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent aeaed86 commit c07d1f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion james-controller-kubernetes/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation 'io.kubernetes:client-java:21.0.2'

testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '4.9.0'
testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.13'

Expand Down
2 changes: 1 addition & 1 deletion james-publisher-log4j2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
testImplementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.24.1'

testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '4.9.0'
testImplementation "org.assertj:assertj-core:3.26.3"
}

0 comments on commit c07d1f9

Please sign in to comment.