Skip to content

Commit

Permalink
Merge pull request quarkusio#38775 from loicmathieu/fix/mongodb-sessi…
Browse files Browse the repository at this point in the history
…on-interface

Use the right MongoDB ClientSession interface
  • Loading branch information
gastaldi committed Feb 14, 2024
2 parents b70ea45 + 03ed847 commit 6182f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package io.quarkus.mongodb.panache.kotlin

import com.mongodb.session.ClientSession
import com.mongodb.client.ClientSession
import io.quarkus.mongodb.panache.kotlin.runtime.KotlinMongoOperations

object Panache {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package io.quarkus.mongodb.panache;

import com.mongodb.session.ClientSession;
import com.mongodb.client.ClientSession;

import io.quarkus.mongodb.panache.runtime.JavaMongoOperations;

Expand Down

0 comments on commit 6182f88

Please sign in to comment.