mirror of https://github.com/hyperledger/besu
Dependencies Version upgrade (#303)
Upgrade dependency versions * All version information is merged into one place * Upgrade most version to their latest non-test version. * dependencies are now sorted Two dependencies were not upgraded: errorprone - There are new checks that require build or source changes. vertex - The license to eclipse 2.0 which is not in our current approved license list. The change is trivial but for tracability it should be done alone. Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>pull/2/head
parent
6a8d5bbfb9
commit
d4fff610c6
@ -1,17 +0,0 @@ |
||||
/* |
||||
* Copyright 2018 ConsenSys AG. |
||||
* |
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with |
||||
* the License. You may obtain a copy of the License at |
||||
* |
||||
* http://www.apache.org/licenses/LICENSE-2.0 |
||||
* |
||||
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on |
||||
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the |
||||
* specific language governing permissions and limitations under the License. |
||||
*/ |
||||
|
||||
ext { |
||||
errorproneCore='2.3.1' |
||||
errorproneJavac='9+181-r4173-1' |
||||
} |
Loading…
Reference in new issue