Skip to content

Commit 573a1ea

Browse files
committed
use confluent 8.0.0
1 parent d3ad049 commit 573a1ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Versions match the version of Confluent Schema Registry they're built against.
1919

2020
| embedded-kafka-schema-registry version | Confluent Schema Registry version | embedded-kafka & Kafka Kafka version | Scala versions | Java version |
2121
|----------------------------------------|-----------------------------------|--------------------------------------|-----------------|--------------|
22-
| 7.9.1.1 | 7.9.1 | 4.0.x | 2.13, 3.3 | 17+ |
22+
| 8.0.0 | 8.0.0 | 4.0.x | 2.13, 3.3 | 17+ |
2323
| 7.9.1 | 7.9.1 | 3.9.x | 2,12, 2.13, 3.3 | 17+ |
2424
| 7.9.0 | 7.9.0 | 3.9.x | 2,12, 2.13, 3.3 | 8+ |
2525
| 7.8.0 | 7.8.0 | 3.8.x | 2,12, 2.13, 3.3 | 8+ |

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ object Dependencies {
1414
val Scala3 = "3.3.6"
1515
val Scala213 = "2.13.16"
1616
val EmbeddedKafka = "4.0.1.1"
17-
val ConfluentPlatform = "7.9.1"
17+
val ConfluentPlatform = "8.0.0"
1818
val Slf4j = "2.0.17"
1919
val ScalaTest = "3.2.19"
2020
}

0 commit comments

Comments
 (0)