Skip to content

Commit ac2bdce

Browse files
authored
Update dependency junit:junit to v4.13 (GoogleCloudPlatform#2771)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [junit:junit](http://junit.org) ([source](https://togithub.com/junit-team/junit4)) | minor | `4.12` -> `4.13` | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update 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#GoogleCloudPlatform/java-docs-samples).
1 parent 3cf8b9a commit ac2bdce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

run/markdown-preview/editor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>junit</groupId>
6161
<artifactId>junit</artifactId>
62-
<version>4.12</version>
62+
<version>4.13</version>
6363
<scope>test</scope>
6464
</dependency>
6565
<dependency>

run/markdown-preview/renderer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>junit</groupId>
7272
<artifactId>junit</artifactId>
73-
<version>4.12</version>
73+
<version>4.13</version>
7474
<scope>test</scope>
7575
</dependency>
7676
<dependency>

0 commit comments

Comments
 (0)