@@ -60,30 +60,29 @@ allprojects {
6060 scalaBinaryVersion = ' 2.11'
6161 scalaVersion = scalaBinaryVersion + ' .8'
6262 hadoopVersion = ' 3.2.0'
63- protobufVersion = ' 3.6 .1'
64- jerseyVersion = ' 2.22.2 '
63+ protobufVersion = ' 3.16 .1'
64+ jerseyVersion = ' 2.35 '
6565 sunJerseyVersion = ' 1.19.4'
6666 jettyVersion = ' 9.4.43.v20210629'
6767 yarnTestJettyVersion = ' 9.3.24.v20180605' // only used by yarn tests
6868 jettyOldVersion = ' 6.1.26'
6969 log4j2Version = ' 2.17.2'
7070 slf4jVersion = ' 1.7.32'
71- junitVersion = ' 4.12 '
71+ junitVersion = ' 4.13.2 '
7272 mockitoVersion = ' 1.10.19'
7373 javaxServletVersion = ' 3.1.0'
7474 guavaVersion = ' 14.0.1'
7575 hiveVersion = ' 1.21.2.7.0.3.2-3'
7676 chillVersion = ' 0.8.5'
7777 kryoVersion = ' 4.0.2'
78- nettyVersion = ' 3.10.6.Final'
79- nettyAllVersion = ' 4.1.73.Final'
78+ nettyVersion = ' 4.1.77.Final'
8079 derbyVersion = ' 10.14.2.0'
81- httpClientVersion = ' 4.5.6 '
80+ httpClientVersion = ' 4.5.13 '
8281 httpCoreVersion = ' 4.4.10'
8382 levelDbJniVersion = ' 1.8'
8483 jackson1Version = ' 1.9.14-atlassian-6'
85- jacksonVersion = ' 2.13.1 '
86- jacksonDatabindVersion = ' 2.13.1 '
84+ jacksonVersion = ' 2.13.3 '
85+ jacksonDatabindVersion = ' 2.13.3 '
8786 snappyJavaVersion = ' 1.1.8.4'
8887 lz4Version = ' 1.8.0'
8988 lzfVersion = ' 1.1'
@@ -92,11 +91,13 @@ allprojects {
9291 metricsVersion = ' 3.2.6'
9392 janinoVersion = ' 3.0.8'
9493 thriftVersion = ' 0.9.3'
94+ fb303Version = ' 0.9.3'
9595 antlrVersion = ' 4.5.3'
9696 jpamVersion = ' 1.1'
9797 seleniumVersion = ' 2.52.0'
9898 curatorVersion = ' 2.7.1'
99- commonsCodecVersion = ' 1.11'
99+ commonsCodecVersion = ' 1.15'
100+ commonsCompressVersion = ' 1.21'
100101 commonsCryptoVersion = ' 1.0.0'
101102 commonsLang3Version = ' 3.8.1'
102103 commonsMath3Version = ' 3.6.1'
@@ -120,7 +121,7 @@ allprojects {
120121 dockerClientVersion = ' 8.14.5'
121122 mysqlVersion = ' 8.0.13'
122123 postgresqlVersion = ' 42.2.5'
123- ojdbc6Version = ' 11 .2.0.4 '
124+ ojdbc8Version = ' 12 .2.0.1 '
124125 zookeeperVersion = ' 3.6.2'
125126 activationVersion = ' 1.1.1'
126127 roaringBitmapVersion = ' 0.6.66'
@@ -181,7 +182,9 @@ allprojects {
181182 exclude(group : ' org.apache.ant' , module : ' ant' )
182183 exclude(group : ' com.esotericsoftware.kryo' , module : ' kryo' )
183184 exclude(group : ' commons-codec' , module : ' commons-codec' )
185+ exclude(group : ' org.apache.commons' , module : ' commons-compress' )
184186 exclude(group : ' commons-httpclient' , module : ' commons-httpclient' )
187+ exclude(group : ' org.apache.avro' , module : ' avro' )
185188 exclude(group : ' org.apache.avro' , module : ' avro-mapred' )
186189 exclude(group : ' org.apache.calcite' , module : ' calcite-core' )
187190 exclude(group : ' org.apache.curator' , module : ' apache-curator' )
@@ -232,7 +235,7 @@ allprojects {
232235 exclude(group : ' org.apache.velocity' , module : ' velocity' )
233236 exclude(group : ' org.apache.avro' , module : ' avro-ipc' )
234237 },
235- netty_all : dependencies. create(" io.netty:netty-all:${ nettyAllVersion } " ) {
238+ netty_all : dependencies. create(" io.netty:netty-all:${ nettyVersion } " ) {
236239 exclude(group : ' io.netty' , module : ' netty-codec-dns' )
237240 exclude(group : ' io.netty' , module : ' netty-codec-haproxy' )
238241 exclude(group : ' io.netty' , module : ' netty-codec-http' )
0 commit comments