Skip to content

Commit

Permalink
feat(pom): Update Quarkus to 3.15.1
Browse files Browse the repository at this point in the history
Related dependencies have been updated as well like restassured and kafka.
Protobuf as well.

Fixes #113
  • Loading branch information
edeweerd1A committed Oct 3, 2024
1 parent 3ee5f8c commit de7e61f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions bom/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>quarkus-kafka-streams-processor-test-bom</artifactId>
<packaging>pom</packaging>
<properties>
<kafka.version>3.6.2</kafka.version>
<kafka.version>3.7.1</kafka.version>
<org.mock-server.version>5.15.0</org.mock-server.version>
</properties>
<dependencyManagement>
Expand Down Expand Up @@ -43,12 +43,12 @@
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>json-path</artifactId>
<version>5.4.0</version>
<version>5.5.0</version>
</dependency>
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka-test</artifactId>
<version>3.1.3</version>
<version>3.2.4</version>
<exclusions>
<exclusion>
<groupId>org.apache.kafka</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.quarkiverse</groupId>
<artifactId>quarkiverse-parent</artifactId>
<version>16</version>
<version>18</version>
</parent>
<groupId>io.quarkiverse.kafkastreamsprocessor</groupId>
<artifactId>quarkus-kafka-streams-processor-parent</artifactId>
Expand Down Expand Up @@ -32,9 +32,9 @@
<maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.version>3.10.0</quarkus.version>
<quarkus.version>3.15.1</quarkus.version>

<protobuf.version>3.24.1</protobuf.version>
<protobuf.version>3.25.5</protobuf.version>
</properties>

<repositories>
Expand Down

0 comments on commit de7e61f

Please sign in to comment.