update to version 2.10.1
This commit is contained in:
parent
0a67c3c313
commit
2a502f4a5d
@ -1,14 +1,14 @@
|
||||
Name: jackson-databind
|
||||
Version: 2.10.0
|
||||
Version: 2.10.1
|
||||
Release: 1%{?dist}
|
||||
Summary: General data-binding package for Jackson (2.x)
|
||||
License: ASL 2.0 and LGPLv2+
|
||||
|
||||
URL: https://github.com/FasterXML/jackson-databind/
|
||||
Source0: https://github.com/FasterXML/jackson-databind/archive/%{name}-%{version}.tar.gz
|
||||
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: maven-local
|
||||
|
||||
# TODO: Revert back to version macro when versions align again.
|
||||
BuildRequires: mvn(com.fasterxml.jackson.core:jackson-annotations) >= %{version}
|
||||
BuildRequires: mvn(com.fasterxml.jackson.core:jackson-core) >= %{version}
|
||||
BuildRequires: mvn(com.fasterxml.jackson:jackson-base:pom:) >= %{version}
|
||||
@ -70,6 +70,9 @@ rm src/test/java/com/fasterxml/jackson/databind/ser/jdk/JDKTypeSerializationTest
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Wed Nov 13 2019 Fabio Valentini <decathorpe@gmail.com> - 2.10.1-1
|
||||
- Update to version 2.10.1.
|
||||
|
||||
* Thu Oct 3 2019 Alexander Scheel <ascheel@redhat.com> - 2.10.0-1
|
||||
- Update to latest upstream release
|
||||
- Fixes: CVE-2019-14540
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (jackson-databind-2.10.0.tar.gz) = 1053e9418718d6f5f6ffbf4e2ce9880da698aa5910a147b8c729c75f0376863ff6a89a9eae3a03d3ae3f2f5bce3fe2f2cfb57d0db308956921c1b0f5c8139e8e
|
||||
SHA512 (jackson-databind-2.10.1.tar.gz) = 5b8a60ca037398245a876d8e994a3e174320599debcaf51e7e97d3cc24bb8849422f3a37b3d2e02207d6309d0ad301f16d4be092c4b807cf3b8486a1fed9d08e
|
||||
|
||||
Loading…
Reference in New Issue
Block a user