Skip to content

Commit

Permalink
Bump mongo-kafka & mongo-driver version
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiqian committed Jul 23, 2024
1 parent 6ea1a98 commit a52b15b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ limitations under the License.
<dependency>
<groupId>org.mongodb.kafka</groupId>
<artifactId>mongo-kafka-connect</artifactId>
<version>1.10.1</version>
<version>1.13.0</version>
<exclusions>
<exclusion>
<artifactId>mongodb-driver-sync</artifactId>
Expand All @@ -69,7 +69,7 @@ limitations under the License.
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<version>4.9.1</version>
<version>5.1.1</version>
</dependency>

<!-- test dependencies on Flink -->
Expand Down

0 comments on commit a52b15b

Please sign in to comment.