Skip to content

Commit

Permalink
Upgrade dependencies (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek committed Aug 26, 2022
1 parent dbfe1b8 commit 161f396
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions debezium-server-iceberg-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>test</scope>
<version>42.4.1</version>
<version>42.4.2</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
Expand All @@ -199,7 +199,7 @@
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
<version>8.3.5</version>
<version>8.4.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -211,7 +211,7 @@
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>4.1.1</version>
<version>4.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
<version.iceberg>0.14.0</version.iceberg>
<version.spark>3.2.2</version.spark>
<version.hadoop>3.3.3</version.hadoop>
<version.awssdk>2.17.243</version.awssdk>
<version.awssdk>2.17.256</version.awssdk>
<version.parquet>1.12.3</version.parquet>
<version.testcontainers>1.17.3</version.testcontainers>
<version.kafkaclients>3.2.0</version.kafkaclients>
<version.kafkaclients>3.2.1</version.kafkaclients>
<!-- Debezium -->
<version.debezium>1.9.5.Final</version.debezium>
<version.mysql.driver>8.0.28</version.mysql.driver>
<!-- Quarkus -->
<version.quarkus>2.11.2.Final</version.quarkus>
<version.quarkus>2.11.3.Final</version.quarkus>
<!-- ANTLR -->
<!-- Align with Antlr runtime version pulled in via debezium -->
<version.antlr>4.8</version.antlr>
Expand Down

0 comments on commit 161f396

Please sign in to comment.