Skip to content

Commit a79608a

Browse files
authored
Bump client versions (#727)
Update guava and jetty to fix security warnings. Signed-off-by: SuperQ <[email protected]>
1 parent 0b0bff1 commit a79608a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

simpleclient_guava/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>com.google.guava</groupId>
4343
<artifactId>guava</artifactId>
44-
<version>18.0</version>
44+
<version>31.0.1-jre</version>
4545
</dependency>
4646

4747

simpleclient_jetty_jdk8/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
<dependency>
5353
<groupId>org.eclipse.jetty</groupId>
5454
<artifactId>jetty-server</artifactId>
55-
<version>9.4.4.v20170414</version>
55+
<version>9.4.44.v20210927</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.eclipse.jetty</groupId>
5959
<artifactId>jetty-servlet</artifactId>
60-
<version>9.4.4.v20170414</version>
60+
<version>9.4.44.v20210927</version>
6161
</dependency>
6262
<!-- Test Dependencies Follow -->
6363
<dependency>

0 commit comments

Comments
 (0)