Skip to content

Commit 1130f2d

Browse files
committed
1. Update to Spring Boot 2.3.1.RELEASE
2. Bump version number to 1.5
1 parent 1a4efed commit 1130f2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.kafkastream</groupId>
77
<artifactId>kafkastream</artifactId>
8-
<version>1.4</version>
8+
<version>1.5</version>
99
<packaging>jar</packaging>
1010

1111
<name>KafkaStream</name>
@@ -14,15 +14,15 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.2.5.RELEASE</version>
17+
<version>2.3.1.RELEASE</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

2121
<properties>
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2323
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2424
<java.version>1.8</java.version>
25-
<spring-cloud.version>Greenwich.SR3</spring-cloud.version>
25+
<spring-cloud.version>Hoxton.SR5</spring-cloud.version>
2626
<avro.version>1.9.2</avro.version>
2727
<kafka.version>2.1.0</kafka.version>
2828
<confluent.version>5.4.0</confluent.version>

0 commit comments

Comments
 (0)