Bump jackson.version from 2.11.1 to 2.11.3 (#1483)
Bumps `jackson.version` from 2.11.1 to 2.11.3. Updates `jackson2-api` from 2.11.1 to 2.11.3 Updates `jackson-core` from 2.11.1 to 2.11.3 - [Release notes](https://github.com/FasterXML/jackson-core/releases) - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.11.1...jackson-core-2.11.3) Updates `jackson-databind` from 2.11.1 to 2.11.3 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-jaxrs-json-provider` from 2.11.1 to 2.11.3 Updates `jaxrs-json-provider` from 2.11.1 to 2.11.3 Updates `jackson-module-jaxb-annotations` from 2.11.1 to 2.11.3 - [Release notes](https://github.com/FasterXML/jackson-modules-base/releases) - [Commits](https://github.com/FasterXML/jackson-modules-base/compare/jackson-modules-base-2.11.1...jackson-modules-base-2.11.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
e057635331
commit
5851f228ea
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
<properties>
|
||||
<maven.deploy.skip>true</maven.deploy.skip> <!-- no need to be deployed during release, this is a test-only module -->
|
||||
<jackson.version>2.11.1</jackson.version>
|
||||
<jackson.version>2.11.3</jackson.version>
|
||||
<netty.version>4.1.52.Final</netty.version>
|
||||
</properties>
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
<description>Functionality to make testing jcasc integration easier</description>
|
||||
|
||||
<properties>
|
||||
<jackson.version>2.11.1</jackson.version>
|
||||
<jackson.version>2.11.3</jackson.version>
|
||||
<spotbugs.skip>true</spotbugs.skip>
|
||||
</properties>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue