This is an automated email from the ASF dual-hosted git repository.
wongoo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go-hessian2.git
The following commit(s) were added to refs/heads/master by this push:
new 59acf74 upgrade jetty dependency
59acf74 is described below
commit 59acf74088f2ff04aa3e400590cd4a63c305413f
Author: wangoo <[email protected]>
AuthorDate: Fri May 21 21:59:57 2021 +0800
upgrade jetty dependency
---
test_hessian/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test_hessian/pom.xml b/test_hessian/pom.xml
index a4db3f1..868d54e 100644
--- a/test_hessian/pom.xml
+++ b/test_hessian/pom.xml
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
- <version>9.4.16.v20190411</version>
+ <version>9.4.41.v20210516</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -102,4 +102,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>