Skip to content

Commit

Permalink
chore(java-shell): update libraries (#1773)
Browse files Browse the repository at this point in the history
  • Loading branch information
kornilova203 authored Dec 18, 2023
1 parent 4eac752 commit 3d09bdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/java-shell/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ compileJava.dependsOn browserifyShellApi

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
testImplementation group: 'junit', name: 'junit', version: '4.12'
testImplementation group: 'junit', name: 'junit', version: '4.13.1'
implementation group: 'org.graalvm.js', name: 'js', version: '22.3.1'
implementation group: 'org.mongodb', name: 'mongodb-driver-sync', version: '4.7.1'
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.8'
implementation group: 'org.mongodb', name: 'mongodb-driver-sync', version: '4.11.1'
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.10.0'
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
com.mongodb.MongoQueryException: Command failed with error 2 (BadValue): 'error processing query: ns=admin.collTree: $and

0 comments on commit 3d09bdc

Please sign in to comment.