Skip to content

Commit

Permalink
Merge pull request #9 from swisspush/develop
Browse files Browse the repository at this point in the history
spring-kafka upgraded to 2.9.3
  • Loading branch information
fabiodellanna authored Nov 29, 2022
2 parents f73e192 + 5034e19 commit 7f01c19
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kobuka-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>kobuka</artifactId>
<groupId>org.swisspush</groupId>
<version>1.2.0-SNASPHOT</version>
<version>1.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion kobuka-gen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>kobuka</artifactId>
<groupId>org.swisspush</groupId>
<version>1.2.0-SNASPHOT</version>
<version>1.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion kobuka-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>kobuka</artifactId>
<groupId>org.swisspush</groupId>
<version>1.2.0-SNASPHOT</version>
<version>1.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.swisspush</groupId>
<artifactId>kobuka</artifactId>
<packaging>pom</packaging>
<version>1.2.0-SNASPHOT</version>
<version>1.1.3-SNAPSHOT</version>
<name>kobuka</name>
<description>Config Builders for Kafka. A fluent API for configuring kafka clients.</description>
<url>https://github.com/swisspush/kobuka</url>
Expand Down Expand Up @@ -112,7 +112,7 @@
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
<version>2.9.2</version>
<version>2.9.3</version>
</dependency>
<dependency>
<groupId>com.squareup</groupId>
Expand Down

0 comments on commit 7f01c19

Please sign in to comment.