Skip to content

Commit 6547c1b

Browse files
committed
version update
1 parent 5e0115a commit 6547c1b

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id "com.github.johnrengelman.shadow" version "7.0.0"
55
}
66

7-
version '1.20'
7+
version '1.30'
88

99
repositories {
1010
mavenCentral()

gradle.properties

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
systemProp.http.proxyHost=localhost
2+
systemProp.http.proxyPort=3128
3+
#systemProp.http.proxyUser=
4+
#systemProp.http.proxyPassword=
5+
systemProp.http.nonProxyHosts=127.0.0.1|localhost
6+
systemProp.https.proxyHost=localhost
7+
systemProp.https.proxyPort=3128
8+
#systemProp.https.proxyUser=
9+
#systemProp.https.proxyPassword=
10+
systemProp.https.nonProxyHosts=127.0.0.1|localhost
11+
systemProp.javax.net.ssl.trustStore=/Users/jt044c/.sdkman/candidates/java/17.0.14-tem/lib/security/cacerts
12+
systemProp.javax.net.ssl.trustStorePassword=changeit
13+
android.enableJetifier=true
14+
15+
android.useAndroidX=true
16+
17+
org.gradle.jvmargs=-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -Dhttp.socketTimeout=120000 -Dhttp.connectionTimeout=120000
18+
19+
systemProp.org.gradle.internal.http.connectionTimeout=120000
20+
21+
systemProp.org.gradle.internal.http.socketTimeout=120000
22+

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ public String getDriverName() {
441441
* @see java.sql.DatabaseMetaData#getDriverVersion()
442442
*/
443443
public String getDriverVersion() {
444-
return "1.20";
444+
return "1.30";
445445
}
446446

447447
/**

0 commit comments

Comments
 (0)