8000 Depend on JUnit 4.12.0 · panchenko/rabbitmq-java-client@0892e59 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0892e59

Browse files
Depend on JUnit 4.12.0
1 parent 0d097de commit 0892e59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<version>VERSION</version>
77
<packaging>jar</packaging>
88
<name>RabbitMQ Java Client</name>
9-
<description>RabbitMQ AMQP Java Client</description>
9+
<description>RabbitMQ Java client</description>
1010
<url>http://www.rabbi 763F tmq.com</url>
1111

1212
<licenses>
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>junit</groupId>
6363
<artifactId>junit</artifactId>
64-
<version>3.8.2</version>
64+
<version>4.12.0</version>
6565
<scope>test</scope>
6666
</dependency>
6767

0 commit comments

Comments
 (0)
0