Skip to content

Commit

Permalink
fix(deps): Update junit5 monorepo to v5.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 1, 2024
1 parent c1ab19c commit e5fff13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ dependencies {

testImplementation 'io.grpc:grpc-testing:1.61.1'
testImplementation 'io.grpc:grpc-inprocess:1.61.1'
testImplementation platform('org.junit:junit-bom:5.10.1')
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
testImplementation platform('org.junit:junit-bom:5.10.2')
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testImplementation 'org.mockito:mockito-core:5.10.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.10.0'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.15.7'
testImplementation 'org.assertj:assertj-core:3.25.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'

runtimeOnly "org.apache.arrow:arrow-memory-netty:12.0.1"
}
Expand Down

0 comments on commit e5fff13

Please sign in to comment.