Skip to content

Commit

Permalink
chore(engine): bump jackson version
Browse files Browse the repository at this point in the history
* Bump Jackson to 2.13.1

Related to CAM-14218
  • Loading branch information
koevskinikola committed Feb 4, 2022
1 parent e65dcd6 commit 36e832d
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion clients/java/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<properties>
<version.httpclient>4.5.9</version.httpclient>
<version.jackson>2.12.6</version.jackson>
<version.jackson>2.13.1</version.jackson>

<engine.runtime>${project.build.directory}/camunda-tomcat</engine.runtime>
<tomcat.runtime>${engine.runtime}/server/apache-tomcat-${version.tomcat}</tomcat.runtime>
Expand Down
2 changes: 1 addition & 1 deletion database/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@
<dependency>
<artifactId>jackson-annotations</artifactId>
<groupId>com.fasterxml.jackson.core</groupId>
<version>2.12.6</version>
<version>2.13.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion distro/wildfly/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<properties>
<org.jboss.shrinkwrap.resolver.version>1.0.0-beta-5</org.jboss.shrinkwrap.resolver.version>
<version.jackson>2.12.6</version.jackson>
<version.jackson>2.13.1</version.jackson>
<version.jackson.databind>${version.jackson}</version.jackson.databind>
<version.jackson.annotations>${version.jackson}</version.jackson.annotations>
<version.json-path>2.6.0</version.json-path>
Expand Down
2 changes: 1 addition & 1 deletion engine-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<name>Camunda Platform - engine - REST - Root</name>

<properties>
<jackson.version>2.12.6</jackson.version>
<jackson.version>2.13.1</jackson.version>
<jackson.databind.version>${jackson.version}</jackson.databind.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion qa/integration-tests-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-joda</artifactId>
<version>2.12.6</version>
<version>2.13.1</version>
<!--
Excluding jackson-databind for the following reason:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</exclude-subsystems>
<dependencies>
<module name="org.camunda.spin.camunda-spin-dataformat-json-jackson" services="import" />
<module name="com.fasterxml.jackson.core.jackson-databind" slot="2.12.6" />
<module name="com.fasterxml.jackson.core.jackson-databind" slot="2.13.1" />
</dependencies>
</deployment>
</jboss-deployment-structure>

0 comments on commit 36e832d

Please sign in to comment.