This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-agent-test-tool.git
The following commit(s) were added to refs/heads/master by this push:
new 7220c71 update protocol (#63)
7220c71 is described below
commit 7220c715d280cf0d7421f17bbc8c8de57249914d
Author: peachisai <[email protected]>
AuthorDate: Sat Feb 28 13:43:19 2026 +0800
update protocol (#63)
---
mock-collector/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mock-collector/pom.xml b/mock-collector/pom.xml
index c97419d..fca5f0a 100644
--- a/mock-collector/pom.xml
+++ b/mock-collector/pom.xml
@@ -34,7 +34,7 @@
<url>http://maven.apache.org</url>
<properties>
-
<protocol.version>667134d08ffd63122062971d320c34e7e10a7c9e</protocol.version>
+
<protocol.version>07882d57becb37e341f7fc492c11f9f5a5f311cf</protocol.version>
<protocol.workingDirectory>${project.basedir}/target/protocol</protocol.workingDirectory>
<protocol.repos>https://github.com/apache/skywalking-data-collect-protocol.git</protocol.repos>
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>