Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,14 @@
<buildnumber.maven.version>1.4</buildnumber.maven.version>

<maven.min.version>3.5.0</maven.min.version>
<hbase.version>2.4.9</hbase.version>
<hbase.version>2.4.16</hbase.version>
<exec.maven.version>1.6.0</exec.maven.version>
<audience-annotations.version>0.5.0</audience-annotations.version>
<junit.version>4.12</junit.version>
<mockito-all.version>1.8.5</mockito-all.version>
<hbase-thirdparty.version>4.0.1</hbase-thirdparty.version>
<hadoop-two.version>2.8.5</hadoop-two.version>
<hadoop-three.version>3.2.0</hadoop-three.version>
<hbase-thirdparty.version>4.1.4</hbase-thirdparty.version>
<hadoop-two.version>2.10.0</hadoop-two.version>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we bump to hadoop 2.10.2?

<hadoop-three.version>3.2.4</hadoop-three.version>
<hadoop.version>${hadoop-three.version}</hadoop.version>
<slf4j.version>1.7.25</slf4j.version>
<log4j.version>1.2.17</log4j.version>
Expand Down
4 changes: 2 additions & 2 deletions spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
<properties>
<protobuf.plugin.version>0.6.1</protobuf.plugin.version>
<jackson.version>2.12.5</jackson.version>
<spark.version>3.1.2</spark.version>
<spark.version>3.3.2</spark.version>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we bump to spark 3.2.3?

<!-- The following version is in sync with Spark's choice
Please take caution when this version is modified -->
<scala.version>2.12.10</scala.version>
<scala.version>2.12.15</scala.version>
<scala.binary.version>2.12</scala.binary.version>
</properties>

Expand Down