Skip to content

Commit

Permalink
GEOMESA-3363 Upgrade to protobuf 3
Browse files Browse the repository at this point in the history
  • Loading branch information
elahrvivaz committed May 16, 2024
1 parent 9e6a438 commit 9e94a67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build/cqs.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ com.google.guava:guava 27.0-jre compile
com.google.guava:guava 28.0-jre compile
com.google.guava:guava 32.0.0-jre compile
com.google.protobuf:protobuf-java 2.5.0 compile
com.google.protobuf:protobuf-java 3.25.3 compile
com.google.re2j:re2j 1.1 compile
com.google.re2j:re2j 1.6 compile
com.googlecode.concurrent-trees:concurrent-trees 2.6.1 compile
Expand Down Expand Up @@ -313,7 +314,7 @@ org.apache.logging.log4j:log4j-core 2.22.1 test
org.apache.sedona:sedona-common 1.5.0 test
org.cassandraunit:cassandra-unit 3.7.1.0 test
org.codehaus.groovy:groovy-jsr223 3.0.20 test
org.geomesa.testcontainers:testcontainers-accumulo 1.3.0 test
org.geomesa.testcontainers:testcontainers-accumulo 1.4.0 test
org.geotools:gt-epsg-hsql 30.2 test
org.jruby:jruby 9.4.5.0 test
org.mockito:mockito-core 2.28.2 test
Expand Down
1 change: 1 addition & 0 deletions geomesa-hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<properties>
<guava.version>${hbase.guava.version}</guava.version>
<hadoop.version>${hbase.hadoop.version}</hadoop.version>
<protobuf.version>${hbase.protobuf.version}</protobuf.version>
</properties>

<modules>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@
<hbase.version>2.5.8-hadoop3</hbase.version>
<hbase.hadoop.version>3.3.6</hbase.hadoop.version>
<hbase.htrace.version>4.1.0-incubating</hbase.htrace.version>
<protobuf.version>2.5.0</protobuf.version> <!-- see also confluent.protobuf.version-->
<hbase.protobuf.version>2.5.0</hbase.protobuf.version>
<protobuf.version>3.25.3</protobuf.version> <!-- see also confluent.protobuf.version, hbase.protobuf.version -->
<cassandra.version>3.11.5</cassandra.version>
<kafka.version>3.7.0</kafka.version> <!-- needs to align with confluent version -->
<confluent.version>6.2.9</confluent.version> <!-- corresponds to kafka 2.8 - newer versions have license issues, see https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/13628 -->
Expand Down

0 comments on commit 9e94a67

Please sign in to comment.