Rebase jackson-databind to 2.21.4
Resolves: RHEL-188300
This commit is contained in:
parent
c5f64ad2bd
commit
2019c71017
@ -1,5 +1,5 @@
|
||||
Name: jackson-databind
|
||||
Version: 2.19.1
|
||||
Version: 2.21.4
|
||||
Release: 1%{?dist}
|
||||
Summary: General data-binding package for Jackson (2.x)
|
||||
License: Apache-2.0 and LGPL-2.0-or-later
|
||||
@ -8,7 +8,8 @@ URL: https://github.com/FasterXML/jackson-databind
|
||||
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(com.fasterxml.jackson.core:jackson-annotations) >= %{version}
|
||||
#BuildRequires: mvn(com.fasterxml.jackson.core:jackson-annotations) >= %{version}
|
||||
BuildRequires: mvn(com.fasterxml.jackson.core:jackson-annotations) >= 2.21
|
||||
BuildRequires: mvn(com.fasterxml.jackson.core:jackson-core) >= %{version}
|
||||
BuildRequires: mvn(com.fasterxml.jackson:jackson-base:pom:) >= %{version}
|
||||
BuildRequires: mvn(com.google.code.maven-replacer-plugin:replacer)
|
||||
@ -45,6 +46,7 @@ Jackson Annotations for configuration.
|
||||
%pom_remove_plugin "org.moditect:moditect-maven-plugin"
|
||||
%pom_remove_plugin "org.codehaus.mojo:animal-sniffer-maven-plugin"
|
||||
%pom_remove_plugin "org.gradlex:gradle-module-metadata-maven-plugin"
|
||||
%pom_remove_plugin "org.cyclonedx:cyclonedx-maven-plugin"
|
||||
|
||||
%pom_xpath_set "//pom:javac.src.version" "1.8"
|
||||
%pom_xpath_set "//pom:javac.target.version" "1.8"
|
||||
@ -76,6 +78,10 @@ rm src/test/java/com/fasterxml/jackson/databind/introspect/NoClassDefFoundWorkar
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Mon Jul 06 2026 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.21.4-1
|
||||
- Update to version 2.21.4
|
||||
- Resolves: RHEL-188300
|
||||
|
||||
* Wed Jul 16 2025 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.19.1-1
|
||||
- Update to version 2.19.1
|
||||
- Resolves: RHEL-100233
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (jackson-databind-2.19.1.tar.gz) = 83446b49219a66edf579b63404f5476de2787c7f9f7ed387f49080339d625d3868482db7d61f430289381817b226a48b64e9fbfca9b0c4c27d1f58d53c6e3686
|
||||
SHA512 (jackson-databind-2.21.4.tar.gz) = 60576804bb71be39e74eba07ac0cc6952be961753f4e5abeec8fa4fc2a2ef19812a17cc4753c883b70f113fe755a970fd5e911e711e9b04a242572a333d77114
|
||||
|
||||
Loading…
Reference in New Issue
Block a user