Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
chore(deps): update dependency junit:junit to v4.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 3, 2021
1 parent 98e4733 commit 4cbcdb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/discogapic_compute_build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
testCompile 'com.google.api:gax:1.42.0:testlib'
compile 'com.google.api:gax-httpjson:0.59.0'
testCompile 'com.google.api:gax-httpjson:0.59.0:testlib'
testCompile 'junit:junit:4.13'
testCompile 'junit:junit:4.13.2'
}

task smokeTest(type: Test) {
Expand Down
2 changes: 1 addition & 1 deletion benchmark/clients/java/pubsub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion showcase/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ dependencies {
implementation 'com.google.cloud:gapic-google-cloud-showcase-v1beta1:0.0.0-SNAPSHOT'
implementation "io.grpc:grpc-netty-shaded:1.13.1"

testImplementation 'junit:junit:4.13'
testImplementation 'junit:junit:4.13.2'
testImplementation "com.google.truth:truth:1.0.1"
}

0 comments on commit 4cbcdb3

Please sign in to comment.