Skip to content

Commit 4484dec

Browse files
Update dependency org.springframework.kafka:spring-kafka to v4
1 parent eb43b42 commit 4484dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
implementation platform('org.springframework.boot:spring-boot-dependencies:3.5.10')
2828
implementation 'org.springframework.boot:spring-boot-starter-web'
2929
implementation 'org.springframework.boot:spring-boot-starter-actuator'
30-
implementation ('org.springframework.kafka:spring-kafka:3.3.12') {
30+
implementation ('org.springframework.kafka:spring-kafka:4.0.2') {
3131
exclude group: 'org.lz4', module: 'lz4-java'
3232
}
3333

0 commit comments

Comments
 (0)