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

Commit d7725cc

Browse files
authored
chore(deps): update dependency junit:junit to v4.13.2 (#3347)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [junit:junit](http://junit.org) ([source](https://github.com/junit-team/junit4)) | `4.13.1` -> `4.13.2` | [![age](https://badges.renovateapi.com/packages/maven/junit:junit/4.13.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/junit:junit/4.13.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/junit:junit/4.13.2/compatibility-slim/4.13.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/junit:junit/4.13.2/confidence-slim/4.13.1)](https://docs.renovatebot.com/merge-confidence/) | | [junit:junit](http://junit.org) ([source](https://github.com/junit-team/junit4)) | `4.13` -> `4.13.2` | [![age](https://badges.renovateapi.com/packages/maven/junit:junit/4.13.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/junit:junit/4.13.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/junit:junit/4.13.2/compatibility-slim/4.13)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/junit:junit/4.13.2/confidence-slim/4.13)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: "after 9am and before 3pm" (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gapic-generator).
1 parent 2343e38 commit d7725cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/discogapic_compute_build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
testCompile 'com.google.api:gax:1.42.0:testlib'
2828
compile 'com.google.api:gax-httpjson:0.59.0'
2929
testCompile 'com.google.api:gax-httpjson:0.59.0:testlib'
30-
testCompile 'junit:junit:4.13'
30+
testCompile 'junit:junit:4.13.2'
3131
}
3232

3333
task smokeTest(type: Test) {

benchmark/clients/java/pubsub/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>junit</groupId>
4343
<artifactId>junit</artifactId>
44-
<version>4.13</version>
44+
<version>4.13.2</version>
4545
<scope>test</scope>
4646
</dependency>
4747
</dependencies>

showcase/java/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ dependencies {
4242
implementation 'com.google.cloud:gapic-google-cloud-showcase-v1beta1:0.0.0-SNAPSHOT'
4343
implementation "io.grpc:grpc-netty-shaded:1.13.1"
4444

45-
testImplementation 'junit:junit:4.13'
45+
testImplementation 'junit:junit:4.13.2'
4646
testImplementation "com.google.truth:truth:1.0.1"
4747
}

0 commit comments

Comments
 (0)