Skip to content

Commit 3d9868a

Browse files
authored
chore(deps): update dependency junit:junit to v4.13.1 (GoogleCloudPlatform#3925)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [junit:junit](http://junit.org) ([source](https://togithub.com/junit-team/junit4)) | patch | `4.13` -> `4.13.1` | --- ### 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**: Renovate will not automatically rebase this PR, because other commits have been found. :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#github/GoogleCloudPlatform/java-docs-samples).
1 parent 4c4f522 commit 3d9868a

File tree

108 files changed

+108
-108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+108
-108
lines changed

appengine-java11/micronaut-helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>junit</groupId>
7878
<artifactId>junit</artifactId>
79-
<version>4.13</version>
79+
<version>4.13.1</version>
8080
<scope>test</scope>
8181
</dependency>
8282
</dependencies>

appengine-java11/sparkjava-helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ limitations under the License.
4646
<dependency>
4747
<groupId>junit</groupId>
4848
<artifactId>junit</artifactId>
49-
<version>4.13</version>
49+
<version>4.13.1</version>
5050
<scope>test</scope>
5151
</dependency>
5252
<dependency>

appengine-java11/tasks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Copyright 2019 Google LLC
6464
<dependency>
6565
<groupId>junit</groupId>
6666
<artifactId>junit</artifactId>
67-
<version>4.13</version>
67+
<version>4.13.1</version>
6868
<scope>test</scope>
6969
</dependency>
7070
<dependency>

appengine-java11/vertx-helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ limitations under the License.
6363
<dependency>
6464
<groupId>junit</groupId>
6565
<artifactId>junit</artifactId>
66-
<version>4.13</version>
66+
<version>4.13.1</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>io.vertx</groupId>

appengine-java8/analytics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>junit</groupId>
8383
<artifactId>junit</artifactId>
84-
<version>4.13</version>
84+
<version>4.13.1</version>
8585
<scope>test</scope>
8686
</dependency>
8787
<dependency>

appengine-java8/appidentity/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>junit</groupId>
8181
<artifactId>junit</artifactId>
82-
<version>4.13</version>
82+
<version>4.13.1</version>
8383
<scope>test</scope>
8484
</dependency>
8585
<dependency>

appengine-java8/bigquery/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>junit</groupId>
9090
<artifactId>junit</artifactId>
91-
<version>4.13</version>
91+
<version>4.13.1</version>
9292
<scope>test</scope>
9393
</dependency>
9494
<dependency>

appengine-java8/bigtable/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ limitations under the License.
7676
<dependency>
7777
<groupId>junit</groupId>
7878
<artifactId>junit</artifactId>
79-
<version>4.13</version>
79+
<version>4.13.1</version>
8080
<scope>test</scope>
8181
</dependency>
8282
<dependency>

appengine-java8/datastore-indexes-exploding/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>junit</groupId>
5555
<artifactId>junit</artifactId>
56-
<version>4.13</version>
56+
<version>4.13.1</version>
5757
<scope>test</scope>
5858
</dependency>
5959
<dependency>

appengine-java8/datastore-indexes-perfect/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>junit</groupId>
5555
<artifactId>junit</artifactId>
56-
<version>4.13</version>
56+
<version>4.13.1</version>
5757
<scope>test</scope>
5858
</dependency>
5959
<dependency>

0 commit comments

Comments
 (0)