Skip to content

Commit

Permalink
Merge pull request #9 from edwardmlyte/master
Browse files Browse the repository at this point in the history
Bumped kafka version
  • Loading branch information
charithe committed Oct 6, 2015
2 parents de2c57a + 55ea0c9 commit 1ca70fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Kafka JUnit Rule [![Build Status](https://travis-ci.org/charithe/kafka-junit.svg?branch=master)](https://travis-ci.org/charithe/kafka-junit) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.charithe/kafka-junit/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.charithe/kafka-junit)
=================

A work-in-progress JUnit rule for starting and tearing down a Kafka broker during tests. Currently supports Kafka version 0.8.2.1.
A work-in-progress JUnit rule for starting and tearing down a Kafka broker during tests. Currently supports Kafka version 0.8.2.2.


Installation
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.11</artifactId>
<version>0.8.2.1</version>
<version>0.8.2.2</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>0.8.2.1</version>
<version>0.8.2.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 1ca70fe

Please sign in to comment.