Skip to content

Commit

Permalink
Upgrade quarkus 3.3.2 to 3.5.3 (#261)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1682980)
  • Loading branch information
ismailsimsek committed Jan 1, 2024
1 parent 04a33fc commit f2e0587
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions debezium-server-iceberg-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,9 @@
</executions>
</plugin>
<plugin>
<groupId>org.jboss.jandex</groupId>
<groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<version>1.2.3</version>
<version>3.1.6</version>
<executions>
<execution>
<id>make-index</id>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
<version.hadoop>3.3.6</version.hadoop>
<version.hive>3.1.3</version.hive>
<version.awssdk>2.19.4</version.awssdk>
<version.testcontainers>1.19.1</version.testcontainers>
<version.testcontainers>1.19.3</version.testcontainers>
<!-- Debezium -->
<version.debezium>2.2.1.Final</version.debezium>
<version.mysql.driver>8.0.32</version.mysql.driver>
<!-- Quarkus -->
<version.quarkus>3.3.2</version.quarkus>
<version.quarkus>3.5.3</version.quarkus>
<!-- FOR TESTS Align with SPARK Antlr version -->
<version.antlr>4.8</version.antlr>
</properties>
Expand Down

0 comments on commit f2e0587

Please sign in to comment.