Skip to content

Commit 2063164

Browse files
committed
Prepare for 4.1.2
1 parent c7ac44d commit 2063164

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.rabbitmq</groupId>
55
<artifactId>http-client</artifactId>
6-
<version>4.2.0-SNAPSHOT</version>
6+
<version>4.1.2-SNAPSHOT</version>
77

88
<name>Hop</name>
99
<description>Java Client for the RabbitMQ HTTP API</description>
@@ -36,7 +36,7 @@
3636

3737
<properties>
3838
<spring.version>5.3.16</spring.version>
39-
<jackson.version>2.13.2</jackson.version>
39+
<jackson.version>2.13.1</jackson.version>
4040
<httpclient.version>4.5.13</httpclient.version>
4141
<okhttp.version>3.14.9</okhttp.version>
4242
<reactor-netty.version>1.0.16</reactor-netty.version>

release-versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
RELEASE_VERSION="4.2.0.RC1"
1+
RELEASE_VERSION="4.1.2"
22
DEVELOPMENT_VERSION="4.2.0-SNAPSHOT"
33
RELEASE_BRANCH="main"

0 commit comments

Comments
 (0)