Skip to content

Commit ddebf43

Browse files
authored
Merge pull request #49 from cip4/dependabot/gradle/org.junit.jupiter-junit-jupiter-api-5.13.4
Bump org.junit.jupiter:junit-jupiter-api from 5.11.4 to 5.13.4
2 parents c366416 + 6dde9af commit ddebf43

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
@@ -132,8 +132,8 @@ dependencies {
132132
implementation ('com.networknt:json-schema-validator:1.5.9')
133133

134134

135-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
136-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
135+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
136+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
137137
}
138138

139139
jacocoTestReport {

0 commit comments

Comments
 (0)