Update to version 2.15.2
This commit is contained in:
parent
8411b1305f
commit
e95de747fe
@ -1,5 +1,5 @@
|
||||
Name: jackson-databind
|
||||
Version: 2.14.2
|
||||
Version: 2.15.2
|
||||
Release: 1%{?dist}
|
||||
Summary: General data-binding package for Jackson (2.x)
|
||||
License: Apache-2.0 and LGPL-2.0-or-later
|
||||
@ -12,6 +12,7 @@ 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}
|
||||
BuildRequires: mvn(com.google.code.maven-replacer-plugin:replacer)
|
||||
Buildrequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.mockito:mockito-core)
|
||||
|
||||
@ -32,6 +33,8 @@ Jackson Annotations for configuration.
|
||||
%pom_remove_plugin "org.moditect:moditect-maven-plugin"
|
||||
%pom_remove_plugin "de.jjohannes:gradle-module-metadata-maven-plugin"
|
||||
|
||||
%pom_change_dep org.junit:junit-bom junit:junit
|
||||
|
||||
cp -p src/main/resources/META-INF/NOTICE .
|
||||
sed -i 's/\r//' LICENSE NOTICE
|
||||
|
||||
@ -63,6 +66,9 @@ rm src/test/java/com/fasterxml/jackson/databind/TestJDKSerialization.java
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Mon Jun 19 2023 Chris Kelley <ckelley@redhat.com> - 2.15.2-1
|
||||
- Update to version 2.15.2
|
||||
|
||||
* Tue Jan 31 2023 Chris Kelley <ckelley@redhat.com> - 2.14.2-1
|
||||
- Update to version 2.14.2
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (jackson-databind-2.14.2.tar.gz) = f94b7f9a335675aa6b2a54014e6e7c503c12ee66729c52dd4f267e4db79f5e297d32e385ed52290889e98ab42c45f1f2f52df3d92539b09e40d47e7aa0498099
|
||||
SHA512 (jackson-databind-2.15.2.tar.gz) = 1ebbc24ebcd76693c5659d9b489bab483f87c4048fe7df4cffb3e8608f32933b3f0d9c4df671bc8ecc35535ae5715b894d695e553a214eb3fa2cccbbfc2ab470
|
||||
|
||||
Loading…
Reference in New Issue
Block a user