diff --git a/README.md b/README.md index e08dab5..a2c9b68 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A simple API for creating an embedded Kafka environment with the KafkaEnvironment class, typically used for running integration tests. -Based on the [Confluent Open Source distribution](https://www.confluent.io/product/confluent-open-source/) v5.4.0. +Based on the [Confluent Open Source distribution](https://www.confluent.io/product/confluent-open-source/) v6.2.1. Instead of using the classic ports (2181, 9092, ...) for each server, the class will get the required number of available ports and use those in configurations for each server. @@ -51,7 +51,7 @@ Add the dependency: #### Gradle ``` dependencies { - testImplementation "no.nav:kafka-embedded-env:2.8.0" + testImplementation "no.nav:kafka-embedded-env:2.8.1" } ``` @@ -60,7 +60,7 @@ dependencies { no.nav kafka-embedded-env - 2.8.0 + 2.8.1 test ``` @@ -172,6 +172,17 @@ for the set of available operations. ## Changelog +### [2.8.1] +- Multiple dependency bumps: +- Kafka 2.8.1 +- Confluent Platform 6.2.1 +- Kotlin 1.6.0 +- Ktor 1.6.5 +- Spek 2.0.17 +- Slf4j 1.7.32 +- Logback 1.2.7 +- Kluent 1.68 + ### [2.8.0] - Upgrade to Kafka 2.8.0 - Upgrade to Confluent Platform 6.2.0 diff --git a/pom.xml b/pom.xml index 9bfb2fc..6821fd0 100644 --- a/pom.xml +++ b/pom.xml @@ -4,20 +4,20 @@ 4.0.0 no.nav kafka-embedded-env - 2.8.0-SNAPSHOT + 2.8.1-SNAPSHOT kafka-embedded-env Simple API for running a Kafka/Confluent environment locally https://github.com/navikt/kafka-embedded-env - 1.4.30 - 2.8.0 - 1.5.1 - 6.2.0 - 2.0.15 - 1.65 - 1.2.3 - 1.7.30 + 1.6.0 + 2.8.1 + 1.6.5 + 6.2.1 + 2.0.17 + 1.68 + 1.2.7 + 1.7.32 1.8 1.8 UTF-8