diff --git a/bin/hbase b/bin/hbase
index 60cfb8afef9a..d031fb8716cb 100755
--- a/bin/hbase
+++ b/bin/hbase
@@ -553,6 +553,8 @@ if [ "$COMMAND" = "shell" ] ; then
# We want jruby to consume these things rather than our bootstrap script;
# jruby will look for the env variable 'JRUBY_OPTS'.
JRUBY_OPTS="${JRUBY_OPTS} -X+O"
+ # jruby outputs "warning: parentheses after method name is interpreted as an argument list" in shell
+ JRUBY_OPTS="${JRUBY_OPTS} -W0"
export JRUBY_OPTS
# hbase-shell.jar contains a 'jar-bootstrap.rb'
# for more info see
diff --git a/pom.xml b/pom.xml
index 7ec4a1dc9d9a..70197dc261d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -830,7 +830,7 @@
2.1.1
2.3.2
3.0.1-b08
- 9.3.9.0
+ 9.4.2.0
4.13.2
1.3
1.15.0
@@ -847,8 +847,8 @@
2.4.1
1.5.4
- 2.1.43
- 1.0.57
+ 2.1.48
+ 1.0.58
2.12.2
1.70
1.5.1