diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml
index 4b4a8f3b55bb..00a66cfcc9c2 100644
--- a/hbase-examples/pom.xml
+++ b/hbase-examples/pom.xml
@@ -33,7 +33,7 @@
- 4.26.1
+ 4.27.3
diff --git a/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestsDriver.java b/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestsDriver.java
index 3b590493a9fd..34d609e797c8 100644
--- a/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestsDriver.java
+++ b/hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestsDriver.java
@@ -77,7 +77,7 @@ protected void addOptions() {
@Override
protected void processOptions(CommandLine cmd) {
- String testFilterString = cmd.getOptionValue(SHORT_REGEX_ARG, null);
+ String testFilterString = cmd.getOptionValue(SHORT_REGEX_ARG, (String) null);
if (testFilterString != null) {
intTestFilter.setPattern(testFilterString);
}
diff --git a/hbase-protocol-shaded/pom.xml b/hbase-protocol-shaded/pom.xml
index 2c73844b7c02..cdacdeebb0f9 100644
--- a/hbase-protocol-shaded/pom.xml
+++ b/hbase-protocol-shaded/pom.xml
@@ -34,7 +34,7 @@
- 4.26.1
+ 4.27.3
- 4.1.7
+ 4.1.8
0.8.8
@@ -1844,6 +1844,13 @@
test
+
+
+ staging
+ staging
+ https://repository.apache.org/content/repositories/orgapachehbase-1555
+
+