Skip to content

Commit 0d55d4e

Browse files
authored
Update to spring boot 3.0.x (#256)
1 parent c231b95 commit 0d55d4e

File tree

1 file changed

+2
-2
lines changed
  • kafka-streams-samples/kafka-streams-jaas-security

1 file changed

+2
-2
lines changed

kafka-streams-samples/kafka-streams-jaas-security/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>2.4.4</version>
15+
<version>3.0.13</version>
1616
<relativePath/> <!-- lookup parent from repository -->
1717
</parent>
1818

1919
<properties>
20-
<spring-cloud.version>2020.0.4-SNAPSHOT</spring-cloud.version>
20+
<spring-cloud.version>2022.0.5</spring-cloud.version>
2121
</properties>
2222

2323
<dependencyManagement>

0 commit comments

Comments
 (0)