Skip to content

Commit

Permalink
DBZ-7034 Fix SnakeYAML version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Oct 26, 2023
1 parent b498e1b commit 3af2254
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions debezium-server-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
<version>${version.kafka}</version>
</dependency>

<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${version.snakeyaml}</version>
</dependency>

<!-- Quarkus dependencies -->
<dependency>
<groupId>io.quarkus</groupId>
Expand Down

0 comments on commit 3af2254

Please sign in to comment.