Skip to content

Commit

Permalink
updated rabbitmq amqp-client to 5.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch-si.com>
  • Loading branch information
thjaeckle committed Sep 27, 2018
1 parent 93191e8 commit bbba15a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bom/pom.xml
Expand Up @@ -42,6 +42,7 @@
<akka-http.version>10.1.3</akka-http.version>
<akka-persistence-mongo.version>2.0.9</akka-persistence-mongo.version>
<akka-management.version>0.14.0</akka-management.version>
<alpakka-mqtt.version>0.20</alpakka-mqtt.version>
<casbah.version>3.1.1</casbah.version>
<mongo-java-driver.version>3.6.3</mongo-java-driver.version>
<mongo-reactivestreams.version>1.7.1</mongo-reactivestreams.version>
Expand All @@ -51,7 +52,7 @@
<asm.version>5.2</asm.version>
<qpid-jms-client.version>0.36.0</qpid-jms-client.version>
<newmotion-akka-rabbitmq.version>5.0.0</newmotion-akka-rabbitmq.version>
<amqp-client.version>5.2.0</amqp-client.version>
<amqp-client.version>5.4.2</amqp-client.version>
<reactive-streams.version>1.0.2</reactive-streams.version>
<netty.version>4.1.27.Final</netty.version>

Expand Down Expand Up @@ -97,7 +98,6 @@

<scalatest.version>3.0.0</scalatest.version>
<flapdoodle.version>2.0.0</flapdoodle.version>
<alpakka-mqtt.version>0.20</alpakka-mqtt.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion legal/3rd-party-dependencies/compile.txt
Expand Up @@ -17,7 +17,7 @@
com.lightbend.akka.management:akka-management_2.12:jar:0.14.0:compile
com.lightbend.akka.management:akka-management-cluster-bootstrap_2.12:jar:0.14.0:compile
com.newmotion:akka-rabbitmq_2.12:jar:5.0.0:compile
com.rabbitmq:amqp-client:jar:5.2.0:compile
com.rabbitmq:amqp-client:jar:5.4.2:compile
com.typesafe.akka:akka-actor_2.12:jar:2.5.13:compile
com.typesafe.akka:akka-cluster_2.12:jar:2.5.13:compile
com.typesafe.akka:akka-cluster-sharding_2.12:jar:2.5.13:compile
Expand Down
2 changes: 1 addition & 1 deletion legal/3rd-party-dependencies/cqs.md
Expand Up @@ -23,7 +23,7 @@
|com.lightbend.akka.management|akka-management_2.12|0.14.0| [16727](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=16727) |
|com.lightbend.akka.management|akka-management-cluster-bootstrap_2.12|0.14.0| [16727](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=16727) |
|com.newmotion|akka-rabbitmq_2.12|5.0.0| [16333](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=16333) |
|com.rabbitmq|amqp-client|5.2.0| [16319](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=16319) |
|com.rabbitmq|amqp-client|5.4.2| [17744](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=17744) |
|com.typesafe.akka|akka-actor_2.12|2.5.13| [16726](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=16726) |
|com.typesafe.akka|akka-cluster_2.12|2.5.13| [16726](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=16726) |
|com.typesafe.akka|akka-cluster-sharding_2.12|2.5.13| [16726](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=16726) |
Expand Down

0 comments on commit bbba15a

Please sign in to comment.