Skip to content

Commit

Permalink
Update junit5 monorepo to v5.10.0 (#94)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 23, 2023
1 parent c2c574a commit 90aabc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ dependencies {
annotationProcessor 'org.projectlombok:lombok:1.18.28'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
testCompile "org.mockito:mockito-core:5.4.0"
testCompileOnly 'org.projectlombok:lombok:1.18.28'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.28'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.15.2'

Expand Down

0 comments on commit 90aabc7

Please sign in to comment.