Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.9.1
Browse files Browse the repository at this point in the history
renovate[bot] authored Sep 25, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3a6491f commit d53a68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@ dependencies {

testImplementation group: 'com.h2database', name: 'h2', version: '1.4.200'

testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'
testImplementation 'org.mockito:mockito-core:3.12.4'
testImplementation 'org.assertj:assertj-core:3.21.0'
testImplementation 'io.ebean:ebean-test:12.12.1'

0 comments on commit d53a68e

Please sign in to comment.