Skip to content

Commit

Permalink
Set Jackson version to 2.13.1
Browse files Browse the repository at this point in the history
Same as in 4.1.x, because of #280.
  • Loading branch information
acogoluegnes committed Mar 8, 2022
1 parent c844038 commit 30ce43f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.rabbitmq</groupId>
<artifactId>http-client</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.1.1-SNAPSHOT</version>

<name>Hop</name>
<description>Java Client for the RabbitMQ HTTP API</description>
Expand Down Expand Up @@ -36,7 +36,7 @@

<properties>
<spring.version>5.3.16</spring.version>
<jackson.version>2.13.2</jackson.version>
<jackson.version>2.13.1</jackson.version>
<httpclient.version>4.5.13</httpclient.version>
<okhttp.version>3.14.9</okhttp.version>
<reactor-netty.version>1.0.16</reactor-netty.version>
Expand Down

0 comments on commit 30ce43f

Please sign in to comment.