Skip to content

Commit 19f65e0

Browse files
Bump org.junit.jupiter:junit-jupiter-api from 5.11.4 to 6.0.2
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 5.11.4 to 6.0.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.4...r6.0.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8f6f422 commit 19f65e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ dependencies {
116116
implementation 'org.openapitools:jackson-databind-nullable:0.2.6'
117117
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.2'
118118
implementation "jakarta.annotation:jakarta.annotation-api:$jakarta_annotation_version"
119-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
119+
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.2'
120120
testImplementation 'org.mockito:mockito-core:5.14.2'
121-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
121+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.2'
122122
}
123123

124124
javadoc {

0 commit comments

Comments
 (0)