Skip to content

Commit af46a9e

Browse files
committed
Updated Spring Boot Dependency
1 parent 7826b2f commit af46a9e

File tree

1 file changed

+2
-2
lines changed
  • 03-multiple-consumers-for-each-topic

1 file changed

+2
-2
lines changed

03-multiple-consumers-for-each-topic/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.7.5</version>
8+
<version>3.3.1</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.course.kafka</groupId>
@@ -60,4 +60,4 @@
6060
</plugins>
6161
</build>
6262

63-
</project>
63+
</project>

0 commit comments

Comments
 (0)