Skip to content
Snippets Groups Projects

chore(deps): bump junit-jupiter-api from 5.6.0 to 5.7.1

Merged Griefed requested to merge dependabot/gradle/org.junit.jupiter-junit-jupiter-api-5.7.1 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -43,7 +43,7 @@ dependencies {
embed group: 'com.github.TheRandomLabs', name:'CurseAPI', version:'master-SNAPSHOT'
embed group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.12.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
testImplementation 'org.mockito:mockito-core:2.1.0'
}
Loading