Upgrade jackson-core to 2.9.7
There have been several releases since 2.6.6 including many bug fixes and security fixes. jackson-core is only used by the Elasticsearch integration; update the BUILD file to explicitly restrict visibility to that package. Change-Id: I27fc60caf51721d885776a9eea478c2ec0cea2cf
This commit is contained in:

committed by
Marco Miller

parent
ab91ba1723
commit
4e873c1ca4
@@ -879,12 +879,12 @@ maven_jar(
|
|||||||
sha1 = "b5b52703e8d798a71e1269c2eda585dff720436f",
|
sha1 = "b5b52703e8d798a71e1269c2eda585dff720436f",
|
||||||
)
|
)
|
||||||
|
|
||||||
JACKSON_VERSION = "2.6.6"
|
JACKSON_VERSION = "2.9.7"
|
||||||
|
|
||||||
maven_jar(
|
maven_jar(
|
||||||
name = "jackson-core",
|
name = "jackson-core",
|
||||||
artifact = "com.fasterxml.jackson.core:jackson-core:" + JACKSON_VERSION,
|
artifact = "com.fasterxml.jackson.core:jackson-core:" + JACKSON_VERSION,
|
||||||
sha1 = "02eb801df67aacaf5b1deb4ac626e1964508e47b",
|
sha1 = "4b7f0e0dc527fab032e9800ed231080fdc3ac015",
|
||||||
)
|
)
|
||||||
|
|
||||||
maven_jar(
|
maven_jar(
|
||||||
|
@@ -5,5 +5,6 @@ VERSION = "2.6.6"
|
|||||||
java_library(
|
java_library(
|
||||||
name = "jackson-core",
|
name = "jackson-core",
|
||||||
data = ["//lib:LICENSE-Apache2.0"],
|
data = ["//lib:LICENSE-Apache2.0"],
|
||||||
|
visibility = ["//gerrit-elasticsearch:__pkg__"],
|
||||||
exports = ["@jackson-core//jar"],
|
exports = ["@jackson-core//jar"],
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user