SHA256
1
0
forked from pool/jackson-bom

Accepting request 1175338 from home:gkenion:branches:Java:packages:jackson

Upgrade Jackson packages to 2.17.1

OBS-URL: https://build.opensuse.org/request/show/1175338
OBS-URL: https://build.opensuse.org/package/show/Java:packages/jackson-bom?expand=0&rev=25
This commit is contained in:
Fridrich Strba 2024-05-20 13:42:55 +00:00 committed by Git OBS Bridge
parent e56f4d8fd8
commit 71f4184375
4 changed files with 15 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c3aaf724781b64d37fd352ccbf990320f439fb537fc873d669c850ad9091755a
size 65890

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c26ebb899275ac96b9ed4e0b3f0b74edd68eff0d81672bc8642b68ced80816a8
size 66307

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon May 20 12:34:05 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
- Update to 2.17.1
* No changes since 2.17.0
- Includes changes from 2.17.0
* Add `jackson-jr-extension-javatime`
* Add managed dependency to JUnit5
- Remove unused JUnit5 dependency
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 8 08:33:47 UTC 2024 - Gus Kenion <gkenion@suse.com> Fri Mar 8 08:33:47 UTC 2024 - Gus Kenion <gkenion@suse.com>

View File

@ -17,7 +17,7 @@
Name: jackson-bom Name: jackson-bom
Version: 2.16.1 Version: 2.17.1
Release: 0 Release: 0
Summary: Bill of materials POM for Jackson projects Summary: Bill of materials POM for Jackson projects
License: Apache-2.0 License: Apache-2.0
@ -45,6 +45,7 @@ sed -i 's/\r//' LICENSE
# Disable plugins not needed during RPM builds # Disable plugins not needed during RPM builds
%pom_remove_plugin ":maven-enforcer-plugin" base %pom_remove_plugin ":maven-enforcer-plugin" base
%pom_remove_plugin ":nexus-staging-maven-plugin" base %pom_remove_plugin ":nexus-staging-maven-plugin" base
%pom_remove_dep -r :junit-bom
%build %build