Skip to content

Commit

Permalink
chore(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.9.3 to 5.10.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.3...r5.10.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and piotrwielgolaski-tomtom committed Jul 30, 2024
1 parent b62da42 commit b0ce5f7
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 @@ -33,7 +33,7 @@ dependencies {
implementation "com.google.guava:guava:${versions.guava}"
implementation 'io.kubernetes:client-java:18.0.1'

testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '4.9.0'
testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.36'
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 @@ -27,7 +27,7 @@ dependencies {
testImplementation project(':james-agent-common')
testImplementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.20.0'

testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '4.9.0'
testImplementation "org.assertj:assertj-core:3.24.2"
Expand Down

0 comments on commit b0ce5f7

Please sign in to comment.