Skip to content

Commit f9e9d05

Browse files
authored
chore: update all deps (#1223)
* chore: update all deps * update * fix issue * fix deps
1 parent acde051 commit f9e9d05

File tree

23 files changed

+65
-63
lines changed

23 files changed

+65
-63
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ tags
2929

3030
## Secrets ##
3131
client-secret.json
32+
33+
**/pom.xml.versionsBackup

appengine-standard-java8/helloworld-gae-javasdk-tools/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ with your Google Cloud Project Id:
3535
<artifactId>appengine-maven-plugin</artifactId>
3636
<version>2.3.0</version>
3737
<configuration>
38-
<projectId>myProjectId</projectId>
38+
<projectId>GCLOUD_CONFIG</projectId>
3939
<version>GCLOUD_CONFIG</version>
4040
</configuration>
4141
</plugin>

appengine-standard-java8/kotlin-appengine-standard/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ with your Google Cloud Project Id:
3535
<artifactId>appengine-maven-plugin</artifactId>
3636
<version>2.3.0</version>
3737
<configuration>
38-
<projectId>myProjectId</projectId>
38+
<projectId>GCLOUD_CONFIG</projectId>
3939
<version>GCLOUD_CONFIG</version>
4040
</configuration>
4141
</plugin>

appengine-standard-java8/kotlin-appengine-standard/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ limitations under the License.
4040
<dependency>
4141
<groupId>com.google.appengine</groupId>
4242
<artifactId>appengine-api-1.0-sdk</artifactId>
43-
<version>1.9.93</version>
43+
<version>2.0.15</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>jstl</groupId>
@@ -103,7 +103,7 @@ limitations under the License.
103103
<version>2.4.4</version>
104104
<configuration>
105105
<!-- can be set w/ -DprojectId=myProjectId on command line -->
106-
<projectId>myProjectId</projectId>
106+
<projectId>GCLOUD_CONFIG</projectId>
107107
<!-- set the GAE version or use "GCLOUD_CONFIG" for an autogenerated GAE version -->
108108
<version>GCLOUD_CONFIG</version>
109109
</configuration>

appengine-standard-java8/kotlin-sb-appengine-standard/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ with your Google Cloud Project Id:
3535
<artifactId>appengine-maven-plugin</artifactId>
3636
<version>2.3.0</version>
3737
<configuration>
38-
<projectId>myProjectId</projectId>
38+
<projectId>GCLOUD_CONFIG</projectId>
3939
<version>GCLOUD_CONFIG</version>
4040
</configuration>
4141
</plugin>

appengine-standard-java8/kotlin-sb-appengine-standard/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ limitations under the License.
3939
<dependency>
4040
<groupId>com.google.appengine</groupId>
4141
<artifactId>appengine-api-1.0-sdk</artifactId>
42-
<version>1.9.93</version>
42+
<version>2.0.15</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>jstl</groupId>
@@ -49,7 +49,7 @@ limitations under the License.
4949
<dependency>
5050
<groupId>org.springframework.boot</groupId>
5151
<artifactId>spring-boot-starter-web</artifactId>
52-
<version>2.6.6</version>
52+
<version>3.1.1</version>
5353
<exclusions>
5454
<exclusion>
5555
<groupId>org.slf4j</groupId>
@@ -140,7 +140,7 @@ limitations under the License.
140140
<version>2.4.4</version>
141141
<configuration>
142142
<!-- can be set w/ -DprojectId=myProjectId on command line -->
143-
<projectId>myProjectId</projectId>
143+
<projectId>GCLOUD_CONFIG</projectId>
144144
<!-- set the GAE version or use "GCLOUD_CONFIG" for an autogenerated GAE version -->
145145
<version>GCLOUD_CONFIG</version>
146146
</configuration>

appengine-standard-java8/kotlin-spark-appengine-standard/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ with your Google Cloud Project Id:
3737
<artifactId>appengine-maven-plugin</artifactId>
3838
<version>2.3.0</version>
3939
<configuration>
40-
<projectId>myProjectId</projectId>
40+
<projectId>GCLOUD_CONFIG</projectId>
4141
<version>GCLOUD_CONFIG</version>
4242
</configuration>
4343
</plugin>

appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ limitations under the License.
3838
<dependency>
3939
<groupId>com.google.appengine</groupId>
4040
<artifactId>appengine-api-1.0-sdk</artifactId>
41-
<version>1.9.93</version>
41+
<version>2.0.15</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>jstl</groupId>
@@ -114,7 +114,7 @@ limitations under the License.
114114
<dependency>
115115
<groupId>org.slf4j</groupId>
116116
<artifactId>slf4j-api</artifactId>
117-
<version>2.0.0</version> <!-- TEST if not 1.7.25 -->
117+
<version>2.0.7</version> <!-- TEST if not 1.7.25 -->
118118
</dependency>
119119
</dependencies>
120120

@@ -160,7 +160,7 @@ limitations under the License.
160160
<version>2.4.4</version>
161161
<configuration>
162162
<!-- can be set w/ -DprojectId=myProjectId on command line -->
163-
<projectId>myProjectId</projectId>
163+
<projectId>GCLOUD_CONFIG</projectId>
164164
<!-- set the GAE version or use "GCLOUD_CONFIG" for an autogenerated GAE version -->
165165
<version>GCLOUD_CONFIG</version>
166166
</configuration>

background/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To run your project locally:
2020

2121
* Run with the Jetty Maven plugin:
2222

23-
mvn jetty:run-exploded
23+
mvn jetty:run-war
2424

2525
**Note**: If you run into an error about `Invalid Credentials`, you may have to run:
2626

background/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,18 @@ Copyright 2019 Google LLC
4747
<dependency>
4848
<groupId>com.google.cloud</groupId>
4949
<artifactId>google-cloud-firestore</artifactId>
50-
<version>3.0.16</version>
50+
<version>3.13.2</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.google.cloud</groupId>
5454
<artifactId>google-cloud-translate</artifactId>
55-
<version>2.1.1</version>
55+
<version>2.20.0</version>
5656
</dependency>
5757

5858
<dependency>
5959
<groupId>com.google.cloud</groupId>
6060
<artifactId>google-cloud-pubsub</artifactId>
61-
<version>1.113.7</version>
61+
<version>1.123.17</version>
6262
</dependency>
6363
<!-- [END getting_started_background_processing_dependencies] -->
6464

@@ -71,14 +71,14 @@ Copyright 2019 Google LLC
7171
<dependency>
7272
<groupId>com.google.guava</groupId>
7373
<artifactId>guava</artifactId>
74-
<version>31.1-jre</version>
74+
<version>32.0.1-jre</version>
7575
<scope>compile</scope>
7676
</dependency>
7777

7878
<dependency>
7979
<groupId>io.opencensus</groupId>
8080
<artifactId>opencensus-contrib-http-util</artifactId>
81-
<version>0.29.0</version>
81+
<version>0.31.1</version>
8282
</dependency>
8383

8484
<dependency>
@@ -97,12 +97,12 @@ Copyright 2019 Google LLC
9797
<dependency>
9898
<groupId>org.seleniumhq.selenium</groupId>
9999
<artifactId>selenium-server</artifactId>
100-
<version>3.141.59</version>
100+
<version>4.0.0-alpha-2</version>
101101
</dependency>
102102
<dependency>
103103
<groupId>org.seleniumhq.selenium</groupId>
104104
<artifactId>selenium-chrome-driver</artifactId>
105-
<version>3.141.59</version>
105+
<version>4.10.0</version>
106106
</dependency>
107107
</dependencies>
108108

0 commit comments

Comments
 (0)