Skip to content

Commit 18e4c3a

Browse files
Bump org.junit.jupiter:junit-jupiter-engine from 5.13.4 to 6.0.3 (#857)
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) from 5.13.4 to 6.0.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7165bdf commit 18e4c3a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

client/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ dependencies {
4242
}
4343
testImplementation('commons-io:commons-io:2.21.0')
4444
testImplementation("org.mockito:mockito-core:5.+")
45-
testImplementation('org.junit.jupiter:junit-jupiter-engine:5.13.4')
46-
testImplementation('org.junit.jupiter:junit-jupiter-params:5.13.4')
45+
testImplementation('org.junit.jupiter:junit-jupiter-engine:6.0.3')
46+
testImplementation('org.junit.jupiter:junit-jupiter-params:6.0.3')
4747
testImplementation('org.apache.james:apache-mime4j:0.8.13') {
4848
exclude module: 'junit'
4949
}

server/manifestmergetool/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ dependencies {
8585
testImplementation(platform('org.junit:junit-bom:6.0.1'))
8686
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
8787
testImplementation('commons-io:commons-io:2.21.0')
88-
testImplementation('org.junit.jupiter:junit-jupiter-engine:5.13.4')
88+
testImplementation('org.junit.jupiter:junit-jupiter-engine:6.0.3')
8989
}
9090

9191
allprojects {

0 commit comments

Comments
 (0)