Skip to content

Commit e71767b

Browse files
committed
Update kafka client version
1 parent a053c3a commit e71767b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
#### Internal Dependency Updates
1111
- Upgrade from SpringBoot 2.6.6 to 2.6.13.
12+
- Updated Kafka Client library version from 2.8.1 to 2.8.2.
1213
- Protobuf from 3.20.0 to 3.21.9.
1314
- thymeleaf-layout-dialect from 3.0.0 to 3.1.0.
1415
- com.hubspot.jackson.jackson-datatype-protobuf 0.9.12 to 0.9.13.

kafka-webview-ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<!-- Dependency versions -->
3535
<avro.version>1.11.1</avro.version>
3636
<bootstrap.version>4.0.0-beta</bootstrap.version>
37-
<kafka.version>2.8.1</kafka.version>
37+
<kafka.version>2.8.2</kafka.version>
3838
<protobuf.version>3.21.9</protobuf.version>
3939
<thymeleaf.version>3.0.15.RELEASE</thymeleaf.version>
4040
<guava.version>31.1-jre</guava.version>

0 commit comments

Comments
 (0)