Skip to content

Commit 110364b

Browse files
committed
v1.15
1 parent ab253e0 commit 110364b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'com.github.kornilova203'
8-
version '1.14'
8+
version '1.15'
99

1010
repositories {
1111
mavenCentral()
@@ -17,7 +17,7 @@ dependencies {
1717
implementation group: 'org.jetbrains', name: 'annotations', version: '15.0'
1818
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.8'
1919
implementation group: 'org.graalvm.js', name: 'js', version: '22.0.0.2'
20-
implementation files('libs/JMongosh-0.6.jar')
20+
implementation files('libs/JMongosh-0.7.jar')
2121
testImplementation group: 'junit', name: 'junit', version: '4.12'
2222
testImplementation group: 'commons-io', name: 'commons-io', version: '2.6'
2323
}

libs/JMongosh-0.6.jar

-4.87 MB
Binary file not shown.

libs/JMongosh-0.7.jar

5.05 MB
Binary file not shown.

src/main/java/com/dbschema/mongo/MongoDatabaseMetaData.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ public String getDriverName() {
446446
* @see java.sql.DatabaseMetaData#getDriverVersion()
447447
*/
448448
public String getDriverVersion() {
449-
return "1.14";
449+
return "1.15";
450450
}
451451

452452
/**
@@ -460,7 +460,7 @@ public int getDriverMajorVersion() {
460460
* @see java.sql.DatabaseMetaData#getDriverMinorVersion()
461461
*/
462462
public int getDriverMinorVersion() {
463-
return 14;
463+
return 15;
464464
}
465465

466466
public boolean usesLocalFiles() {

0 commit comments

Comments
 (0)