Browse Source

upgrade the version of protobuf&proto to fix their CVE (#495)

Signed-off-by: weizhenkun <zhenkun.wei@qq.com>
Co-authored-by: zhenkun.wei <zhenkun.wei@qq.com>
GenkenWei 2 years ago
parent
commit
2ea8e1adf9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pom.xml

+ 2 - 2
pom.xml

@@ -65,8 +65,8 @@
     <properties>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <grpc.version>1.46.0</grpc.version>
         <grpc.version>1.46.0</grpc.version>
-        <protobuf.version>3.19.2</protobuf.version>
-        <protoc.version>3.19.2</protoc.version>
+        <protobuf.version>3.19.6</protobuf.version>
+        <protoc.version>3.19.6</protoc.version>
         <commons-collections4.version>4.3</commons-collections4.version>
         <commons-collections4.version>4.3</commons-collections4.version>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
         <maven.compiler.target>1.8</maven.compiler.target>