Skip to content

Commit 6247d7a

Browse files
renovate-botdzlier-gcp
authored andcommitted
chore(deps): update dependency junit:junit (GoogleCloudPlatform#1861)
1 parent 09e924c commit 6247d7a

File tree

37 files changed

+37
-37
lines changed

37 files changed

+37
-37
lines changed

appengine-java11/micronaut-helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<dependency>
103103
<groupId>junit</groupId>
104104
<artifactId>junit</artifactId>
105-
<version>4.13-beta-3</version>
105+
<version>4.13-rc-2</version>
106106
<scope>test</scope>
107107
</dependency>
108108
</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-beta-3</version>
49+
<version>4.13-rc-2</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-beta-3</version>
67+
<version>4.13-rc-2</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-beta-3</version>
66+
<version>4.13-rc-2</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>io.vertx</groupId>

appengine-java8/bigtable/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ limitations under the License.
7575
<dependency>
7676
<groupId>junit</groupId>
7777
<artifactId>junit</artifactId>
78-
<version>4.13-beta-3</version>
78+
<version>4.13-SNAPSHOT</version>
7979
<scope>test</scope>
8080
</dependency>
8181
<dependency>

appengine-java8/guestbook-cloud-datastore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>junit</groupId>
8080
<artifactId>junit</artifactId>
81-
<version>4.13-beta-3</version>
81+
<version>4.13-rc-2</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>

appengine-java8/guestbook-objectify/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>junit</groupId>
7979
<artifactId>junit</artifactId>
80-
<version>4.13-beta-3</version>
80+
<version>4.13-rc-2</version>
8181
<scope>test</scope>
8282
</dependency>
8383
<dependency>

appengine-java8/multitenancy/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-beta-3</version>
79+
<version>4.13-rc-2</version>
8080
<scope>test</scope>
8181
</dependency>
8282
<dependency>

appengine-java8/tasks/app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Copyright 2019 Google LLC
5757
<dependency>
5858
<groupId>junit</groupId>
5959
<artifactId>junit</artifactId>
60-
<version>4.13-beta-3</version>
60+
<version>4.13-rc-2</version>
6161
<scope>test</scope>
6262
</dependency>
6363
<dependency>

appengine-java8/tasks/quickstart/pom.xml

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

0 commit comments

Comments
 (0)