Skip to content

Commit

Permalink
Update junit5 monorepo (#172)
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 19, 2023
1 parent c989bbc commit c6cf2e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions telemetry-testing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-web")
testImplementation("org.springframework.boot:spring-boot-starter-test")

testImplementation("org.junit.platform:junit-platform-runner:1.9.0")
testImplementation('org.junit.jupiter:junit-jupiter-api:5.7.0')
testImplementation('org.junit.jupiter:junit-jupiter-engine:5.7.0')
testImplementation("org.junit.platform:junit-platform-runner:1.9.3")
testImplementation('org.junit.jupiter:junit-jupiter-api:5.9.3')
testImplementation('org.junit.jupiter:junit-jupiter-engine:5.9.3')
testImplementation("org.mock-server:mockserver-netty:5.15.0:shaded")
testImplementation("org.awaitility:awaitility:4.2.0")
testImplementation("io.opentelemetry.proto:opentelemetry-proto:0.14.0-alpha")
Expand Down

0 comments on commit c6cf2e6

Please sign in to comment.