Skip to content

Commit

Permalink
upgrade to quarkus 3.16.3 and its dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mswiderski committed Nov 14, 2024
1 parent 22cff60 commit 9bf4c04
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion event-streams-orders/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-reactive-messaging-kafka</artifactId>
<artifactId>quarkus-messaging-kafka</artifactId>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion event-streams-sensors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-reactive-messaging-mqtt</artifactId>
<artifactId>quarkus-messaging-mqtt</artifactId>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>

<quarkus.version>3.15.1</quarkus.version>
<camel.version>3.15.0</camel.version>
<quarkus.version>3.16.3</quarkus.version>
<camel.version>3.16.0</camel.version>
<automatiko.version>${project.version}</automatiko.version>
<wiremock.version>2.35.2</wiremock.version>

Expand Down
2 changes: 1 addition & 1 deletion workflows-java-dsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-reactive-messaging-kafka</artifactId>
<artifactId>quarkus-messaging-kafka</artifactId>
</dependency>

<dependency>
Expand Down

0 comments on commit 9bf4c04

Please sign in to comment.