Skip to content

Commit cd8a646

Browse files
renovate-botlesv
authored andcommitted
chore(deps): update dependency junit:junit to v4.13 (GoogleCloudPlatform#1971)
Co-authored-by: Les Vogel <lesv@users.noreply.github.com> Based on the comments, I'm going to use admin to push this through. -- For the record, can we never again accept a PR that uses -SNAPSHOT, esp of something like junit.
1 parent 2918e07 commit cd8a646

File tree

105 files changed

+105
-105
lines changed

Some content is hidden

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

105 files changed

+105
-105
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.12</version>
105+
<version>4.13</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.12</version>
49+
<version>4.13</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.12</version>
67+
<version>4.13</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.12</version>
66+
<version>4.13</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.12</version>
84+
<version>4.13</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.12</version>
82+
<version>4.13</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.12</version>
91+
<version>4.13</version>
9292
<scope>test</scope>
9393
</dependency>
9494
<dependency>

appengine-java8/bigtable/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies {
5353
providedCompile group: 'javax.servlet', name: 'javax.servlet-api', version:'3.1.0'
5454

5555
testCompile group: 'com.google.truth', name: 'truth', version:'0.46'
56-
testCompile group: 'junit', name: 'junit', version:'4.12'
56+
testCompile group: 'junit', name: 'junit', version:'4.13'
5757
testCompile group: 'org.mockito', name: 'mockito-all', version:'1.10.19'
5858
}
5959

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-SNAPSHOT</version>
78+
<version>4.13</version>
7979
<scope>test</scope>
8080
</dependency>
8181
<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.12</version>
56+
<version>4.13</version>
5757
<scope>test</scope>
5858
</dependency>
5959
<dependency>

0 commit comments

Comments
 (0)