Skip to content

Commit 5711f52

Browse files
Bump Confluent to 7.8.0-0, Kafka to 7.8.0-0
1 parent ad634dd commit 5711f52

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

kafka-rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.confluent</groupId>
99
<artifactId>kafka-rest-parent</artifactId>
10-
<version>7.7.0-0</version>
10+
<version>7.8.0-0</version>
1111
</parent>
1212

1313
<artifactId>kafka-rest</artifactId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<parent>
88
<groupId>io.confluent</groupId>
99
<artifactId>rest-utils-parent</artifactId>
10-
<version>[7.7.0-0, 7.7.1-0)</version>
10+
<version>[7.8.0-0, 7.8.1-0)</version>
1111
</parent>
1212

1313
<artifactId>kafka-rest-parent</artifactId>
1414
<packaging>pom</packaging>
1515
<name>kafka-rest-parent</name>
16-
<version>7.7.0-0</version>
16+
<version>7.8.0-0</version>
1717
<organization>
1818
<name>Confluent, Inc.</name>
1919
<url>http://confluent.io</url>
@@ -48,7 +48,7 @@
4848
<confluent.maven.repo>https://packages.confluent.io/maven/</confluent.maven.repo>
4949
<checkstyle.config.location>checkstyle/checkstyle.xml</checkstyle.config.location>
5050
<checkstyle.suppressions.location>checkstyle/suppressions.xml</checkstyle.suppressions.location>
51-
<io.confluent.kafka-rest.version>7.7.0-0</io.confluent.kafka-rest.version>
51+
<io.confluent.kafka-rest.version>7.8.0-0</io.confluent.kafka-rest.version>
5252
<!-- Allow enough heap space for integration tests with both Kraft and Zookeeper -->
5353
<argLine>-Xmx4g -Xms2g</argLine>
5454
</properties>

0 commit comments

Comments
 (0)