Skip to content

Commit

Permalink
NIFI-12355 Upgraded AMQP Client from 5.19.0 to 5.20.0
Browse files Browse the repository at this point in the history
This closes #8017

Signed-off-by: David Handermann <exceptionfactory@apache.org>
  • Loading branch information
mr1716 authored and exceptionfactory committed Nov 13, 2023
1 parent 9afad57 commit 44f62c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ language governing permissions and limitations under the License. -->
<packaging>jar</packaging>

<properties>
<amqp-client.version>5.19.0</amqp-client.version>
<amqp-client.version>5.20.0</amqp-client.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<gremlin.version>3.7.0</gremlin.version>
<janusgraph.version>0.6.3</janusgraph.version>
<guava.version>32.1.2-jre</guava.version>
<amqp-client.version>5.19.0</amqp-client.version>
<amqp-client.version>5.20.0</amqp-client.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 44f62c9

Please sign in to comment.