Skip to content

Commit 96d48a1

Browse files
authored
Revert beta-dependencies. (GoogleCloudPlatform#1949)
1 parent 267c147 commit 96d48a1

File tree

90 files changed

+90
-90
lines changed

Some content is hidden

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

90 files changed

+90
-90
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-rc-2</version>
105+
<version>4.12</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-rc-2</version>
49+
<version>4.12</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-rc-2</version>
67+
<version>4.12</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-rc-2</version>
66+
<version>4.12</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-beta-3</version>
84+
<version>4.12</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-beta-3</version>
82+
<version>4.12</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-beta-3</version>
91+
<version>4.12</version>
9292
<scope>test</scope>
9393
</dependency>
9494
<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-beta-3</version>
56+
<version>4.12</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-beta-3</version>
56+
<version>4.12</version>
5757
<scope>test</scope>
5858
</dependency>
5959
<dependency>

appengine-java8/datastore-indexes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>junit</groupId>
5656
<artifactId>junit</artifactId>
57-
<version>4.13-beta-3</version>
57+
<version>4.12</version>
5858
<scope>test</scope>
5959
</dependency>
6060
<dependency>

0 commit comments

Comments
 (0)