Skip to content

Commit

Permalink
Prepare release 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Oct 16, 2019
1 parent 1fa9911 commit 3bd7f2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# Change Log

## [1.1.7](https://github.com/bakdata/common-kafka-streams/tree/1.1.7) (2019-10-16)
[Full Changelog](https://github.com/bakdata/common-kafka-streams/compare/1.1.6...1.1.7)

**Merged pull requests:**

- Change reprocessing to clean up [\#26](https://github.com/bakdata/common-kafka-streams/pull/26) ([@torbsto](https://github.com/torbsto))

## [1.1.6](https://github.com/bakdata/common-kafka-streams/tree/1.1.6) (2019-10-11)
[Full Changelog](https://github.com/bakdata/common-kafka-streams/compare/1.1.5...1.1.6)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ allprojects {
"testImplementation"("org.junit.jupiter:junit-jupiter-api:5.4.0")
"testRuntimeOnly"("org.junit.jupiter:junit-jupiter-engine:5.4.0")
"testImplementation"(group = "org.assertj", name = "assertj-core", version = "3.11.1")
"testImplementation"(group = "com.bakdata.fluent-kafka-streams-tests", name = "fluent-kafka-streams-tests-junit5", version = "2.0.2-SNAPSHOT")
"testImplementation"(group = "com.bakdata.fluent-kafka-streams-tests", name = "fluent-kafka-streams-tests-junit5", version = "2.0.2")
"testImplementation"(group = "org.apache.kafka", name = "kafka-streams-test-utils", version = "2.2.0")
"testImplementation"(group = "com.bakdata.fluent-kafka-streams-tests", name = "schema-registry-mock-junit5", version = "2.0.0") {
exclude(group = "junit")
Expand Down

0 comments on commit 3bd7f2c

Please sign in to comment.