Skip to content

Commit faff79d

Browse files
authored
fix: bump dependency versions (GoogleCloudPlatform#134)
* Add build env vars support for function deployment. * Format. * Format. * fix: bump some dependendy versions to latest.
1 parent 0e052f3 commit faff79d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

invoker/core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,17 @@
9797
<dependency>
9898
<groupId>org.eclipse.jetty</groupId>
9999
<artifactId>jetty-servlet</artifactId>
100-
<version>9.4.26.v20200117</version>
100+
<version>9.4.45.v20220203</version>
101101
</dependency>
102102
<dependency>
103103
<groupId>org.eclipse.jetty</groupId>
104104
<artifactId>jetty-server</artifactId>
105-
<version>9.4.26.v20200117</version>
105+
<version>9.4.45.v20220203</version>
106106
</dependency>
107107
<dependency>
108108
<groupId>com.beust</groupId>
109109
<artifactId>jcommander</artifactId>
110-
<version>1.78</version>
110+
<version>1.82</version>
111111
</dependency>
112112

113113
<!-- Test dependencies -->

invoker/function-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>com.google.cloud.tools</groupId>
5252
<artifactId>appengine-maven-plugin</artifactId>
53-
<version>2.2.0</version>
53+
<version>2.4.1</version>
5454
<type>jar</type>
5555
</dependency>
5656

0 commit comments

Comments
 (0)