Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Bump jackson-2-version from 2.3.3 to 2.10.1 in /stack #631

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump jackson-2-version from 2.3.3 to 2.10.1 in /stack
Bumps `jackson-2-version` from 2.3.3 to 2.10.1.

Updates `jackson-core` from 2.3.3 to 2.10.1
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](FasterXML/jackson-core@jackson-core-2.3.3...jackson-core-2.10.1)

Updates `jackson-annotations` from 2.3.3 to 2.10.1
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `jackson-databind` from 2.3.3 to 2.10.1
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `jackson-dataformat-smile` from 2.3.3 to 2.10.1
- [Release notes](https://github.com/FasterXML/jackson-dataformats-binary/releases)
- [Commits](https://github.com/FasterXML/jackson-dataformats-binary/commits/jackson-dataformats-binary-2.10.1)

Updates `jackson-jaxrs-json-provider` from 2.3.3 to 2.10.1

Updates `jackson-module-jaxb-annotations` from 2.3.3 to 2.10.1
- [Release notes](https://github.com/FasterXML/jackson-modules-base/releases)
- [Commits](https://github.com/FasterXML/jackson-modules-base/commits/jackson-modules-base-2.10.1)

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Nov 13, 2019
commit 9dd8032d094054155b13ecd47d60c3981a9c5701
2 changes: 1 addition & 1 deletion stack/corepersistence/pom.xml
Original file line number Diff line number Diff line change
@@ -88,7 +88,7 @@ limitations under the License.
<guice.version>4.0-beta5</guice.version>
<guicyfig.version>3.2</guicyfig.version>
<hystrix.version>1.4.0</hystrix.version>
<jackson-2-version>2.4.1</jackson-2-version>
<jackson-2-version>2.10.1</jackson-2-version>
<mockito.version>1.10.8</mockito.version>
<junit.version>4.11</junit.version>
<kryo-serializers.version>0.26</kryo-serializers.version>
2 changes: 1 addition & 1 deletion stack/pom.xml
Original file line number Diff line number Diff line change
@@ -108,7 +108,7 @@
<hector-test-version>1.1-4</hector-test-version>
<jacoco.version>0.7.5.201505241946</jacoco.version>
<jackson-version>1.9.9</jackson-version>
<jackson-2-version>2.3.3</jackson-2-version>
<jackson-2-version>2.10.1</jackson-2-version>
<jclouds.version>1.9.0</jclouds.version>
<jersey-version>2.21</jersey-version>
<junit-version>4.12</junit-version>