We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ac44d commit 2063164Copy full SHA for 2063164
2 files changed
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.rabbitmq</groupId>
5
<artifactId>http-client</artifactId>
6
- <version>4.2.0-SNAPSHOT</version>
+ <version>4.1.2-SNAPSHOT</version>
7
8
<name>Hop</name>
9
<description>Java Client for the RabbitMQ HTTP API</description>
@@ -36,7 +36,7 @@
36
37
<properties>
38
<spring.version>5.3.16</spring.version>
39
- <jackson.version>2.13.2</jackson.version>
+ <jackson.version>2.13.1</jackson.version>
40
<httpclient.version>4.5.13</httpclient.version>
41
<okhttp.version>3.14.9</okhttp.version>
42
<reactor-netty.version>1.0.16</reactor-netty.version>
release-versions.txt
@@ -1,3 +1,3 @@
1
-RELEASE_VERSION="4.2.0.RC1"
+RELEASE_VERSION="4.1.2"
2
DEVELOPMENT_VERSION="4.2.0-SNAPSHOT"
RELEASE_BRANCH="main"
0 commit comments