Skip to content

Commit ff8e9ad

Browse files
Bump org.junit.jupiter:junit-jupiter-api from 5.13.4 to 6.0.3
Bumps [org.junit.jupiter:junit-jupiter-api](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-api dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 978b687 commit ff8e9ad

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
@@ -137,8 +137,8 @@ dependencies {
137137
implementation ('com.networknt:json-schema-validator:3.0.0')
138138

139139

140-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
141-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
140+
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.3'
141+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.3'
142142
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4'
143143
}
144144

0 commit comments

Comments
 (0)