update com.google.protobuf:protobuf-java 3.2.0 to 3.16.1

This commit is contained in:
Super-Sky 2022-10-13 15:59:37 +08:00
parent edc1e5a5ef
commit 5b545f98a2
1 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>datax-all</artifactId>
<groupId>com.alibaba.datax</groupId>
@ -18,7 +16,7 @@
<phoenix.version>4.11.0-HBase-1.1</phoenix.version>
<hadoop.version>2.7.1</hadoop.version>
<commons-codec.version>1.8</commons-codec.version>
<protobuf.version>3.2.0</protobuf.version>
<protobuf.version>3.16.1</protobuf.version>
<httpclient.version>4.4.1</httpclient.version>
</properties>