Skip to content

Commit

Permalink
Upgrade Snakeyaml to v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilerigila09 committed May 15, 2024
1 parent 60a8b98 commit 9577f66
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pulsar-snowflake-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>${pulsar.distribution-name}</groupId>
<artifactId>pulsar-io-core</artifactId>
Expand Down Expand Up @@ -104,6 +109,12 @@
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.snowflake</groupId>
<artifactId>snowflake-kafka-connector</artifactId>
<version>1.7.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<sourceDirectory>${basedir}/src/main/java</sourceDirectory>
Expand Down

0 comments on commit 9577f66

Please sign in to comment.