gnu: java-fasterxml-jackson-databind: Update to 2.9.4 [fixes CVE-{2017-17485, 2018-5968}].
* gnu/packages/java.scm (java-fasterxml-jackson-databind): Update to 2.9.4. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
38a0fc384a
commit
3c1edff5ca
|
@ -6266,7 +6266,7 @@ not included are ones that require dependency to the Databind package.")
|
||||||
(define-public java-fasterxml-jackson-databind
|
(define-public java-fasterxml-jackson-databind
|
||||||
(package
|
(package
|
||||||
(name "java-fasterxml-jackson-databind")
|
(name "java-fasterxml-jackson-databind")
|
||||||
(version "2.9.2")
|
(version "2.9.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/FasterXML/"
|
(uri (string-append "https://github.com/FasterXML/"
|
||||||
|
@ -6274,7 +6274,7 @@ not included are ones that require dependency to the Databind package.")
|
||||||
"jackson-databind-" version ".tar.gz"))
|
"jackson-databind-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d5ns8ypqhdy8d94i8q560ip9kka6q8lhnk6q7nfh2g9mr22cc4w"))))
|
"1zd2cw4z6kdkbx8za96xh9pyicv2a2l7y0rkcx2fqd8hv6d47s08"))))
|
||||||
(build-system ant-build-system)
|
(build-system ant-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:jar-name "jackson-databind.jar"
|
`(#:jar-name "jackson-databind.jar"
|
||||||
|
|
Loading…
Reference in New Issue