Skip to content

Commit

Permalink
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2023
1 parent 3a6491f commit 6195545
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
Expand Up @@ -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.10.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'
Expand Down

0 comments on commit 6195545

Please sign in to comment.