Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit 0969157

Browse files
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>
1 parent 79e37c9 commit 0969157

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stack/corepersistence/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ limitations under the License.
8888
<guice.version>4.0-beta5</guice.version>
8989
<guicyfig.version>3.2</guicyfig.version>
9090
<hystrix.version>1.4.0</hystrix.version>
91-
<jackson-2-version>2.4.1</jackson-2-version>
91+
<jackson-2-version>2.10.1</jackson-2-version>
9292
<mockito.version>1.10.8</mockito.version>
9393
<junit.version>4.11</junit.version>
9494
<kryo-serializers.version>0.26</kryo-serializers.version>

stack/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<hector-test-version>1.1-4</hector-test-version>
109109
<jacoco.version>0.7.5.201505241946</jacoco.version>
110110
<jackson-version>1.9.9</jackson-version>
111-
<jackson-2-version>2.3.3</jackson-2-version>
111+
<jackson-2-version>2.10.1</jackson-2-version>
112112
<jclouds.version>1.9.0</jclouds.version>
113113
<jersey-version>2.21</jersey-version>
114114
<junit-version>4.12</junit-version>

0 commit comments

Comments
 (0)