1
0

[HUDI-4247] Upgrading protocol buffers version for presto bundle (#5852)

This commit is contained in:
Sivabalan Narayanan
2022-07-21 18:58:40 -04:00
committed by GitHub
parent 2e0dd29714
commit 36e656aa77

View File

@@ -315,7 +315,7 @@
<dependency> <dependency>
<groupId>com.google.protobuf</groupId> <groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId> <artifactId>protobuf-java</artifactId>
<version>2.5.0</version> <version>3.17.3</version>
<scope>${presto.bundle.bootstrap.scope}</scope> <scope>${presto.bundle.bootstrap.scope}</scope>
</dependency> </dependency>