Skip to content

Commit

Permalink
Merge pull request #15 from dependabot/gradle/org.junit.jupiter-junit…
Browse files Browse the repository at this point in the history
…-jupiter-api-5.8.2
  • Loading branch information
vox-eve authored Mar 15, 2022
2 parents b7d8ce6 + dfff275 commit 607af57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kahpp-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
api("io.spring.gradle:dependency-management-plugin:1.0.11.RELEASE")
compileOnly localGroovy()
testImplementation gradleTestKit()
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
}

Expand Down

0 comments on commit 607af57

Please sign in to comment.