diff --git a/clickhouse-grpc-client/src/main/java9/module-info.java b/clickhouse-grpc-client/src/main/java9/module-info.java index 90708b66b..fd508baeb 100644 --- a/clickhouse-grpc-client/src/main/java9/module-info.java +++ b/clickhouse-grpc-client/src/main/java9/module-info.java @@ -7,7 +7,8 @@ requires transitive com.clickhouse.client; requires transitive com.google.gson; - requires transitive com.google.protobuf; + //requires transitive com.google.protobuf; + //requires transitive protobuf.java; requires transitive io.grpc; // requires transitive grpc.core; // requires transitive grpc.protobuf; diff --git a/examples/client/pom.xml b/examples/client/pom.xml index a289029cc..5236c71c4 100644 --- a/examples/client/pom.xml +++ b/examples/client/pom.xml @@ -66,7 +66,7 @@ UTF-8 UTF-8 - 0.4.2 + 0.4.6 3.8.1 diff --git a/examples/client/src/main/java/com/clickhouse/examples/jdbc/Main.java b/examples/client/src/main/java/com/clickhouse/examples/jdbc/Main.java index 937307311..42cfcd9f4 100644 --- a/examples/client/src/main/java/com/clickhouse/examples/jdbc/Main.java +++ b/examples/client/src/main/java/com/clickhouse/examples/jdbc/Main.java @@ -94,8 +94,8 @@ public static void main(String[] args) { ClickHouseNode server = ClickHouseNode.builder() .host(System.getProperty("chHost", "localhost")) .port(ClickHouseProtocol.HTTP, Integer.getInteger("chPort", 8123)) - // .port(ClickHouseProtocol.GRPC, Integer.getInteger("chPort", 9000)) - // .port(ClickHouseProtocol.TCP, Integer.getInteger("chPort", 9100)) + // .port(ClickHouseProtocol.GRPC, Integer.getInteger("chPort", 9100)) + // .port(ClickHouseProtocol.TCP, Integer.getInteger("chPort", 9000)) .database("system").credentials(ClickHouseCredentials.fromUserAndPassword( System.getProperty("chUser", "default"), System.getProperty("chPassword", ""))) .build(); diff --git a/examples/jdbc/pom.xml b/examples/jdbc/pom.xml index c9c4d07c1..cf8e01e8c 100644 --- a/examples/jdbc/pom.xml +++ b/examples/jdbc/pom.xml @@ -66,7 +66,7 @@ UTF-8 UTF-8 - 0.4.2 + 0.4.6 4.0.3 3.8.1 diff --git a/pom.xml b/pom.xml index 53285e1e1..ec34432f8 100644 --- a/pom.xml +++ b/pom.xml @@ -91,62 +91,62 @@ 6.0.53 5.2.1 - 11.0.0 + 12.0.1 9.5 - 1.11.1 + 1.11.2 0.1.2 - 1.11.0 - 3.1.6 + 1.12.0 + 3.1.7 1.23.0 3.5.2 8.5.12 - 1.54.1 + 1.57.1 2.10.1 4.0.1 0.31.1 - 3.22.3 + 3.23.4 1.8.0 - 0.9.3 - 0.9.40 + 0.9.5 + 0.9.47 2.0.7 - 1.1.9.1 + 1.1.10.3 1.9 - 1.5.5-2 - 1.18.0 + 1.5.5-5 + 1.18.3 7.5.1 - 3.1.3 - 8.0.33 + 3.1.4 + 8.1.0 42.6.0 - 1.9.1 + 1.9.2 ${project.groupId}.client.internal 3.1.0 - 3.5.0 - 3.2.0 + 3.6.0 + 3.3.1 3.11.0 3.1.1 - 3.2.1 + 3.3.0 3.1.0 - 3.0.0-M9 + 3.1.2 1.2.7 - 4.9.9 - 3.0.1 - 3.3.0 - 0.8.8 + 6.0.0 + 3.1.0 + 3.4.0 + 0.8.10 3.3.0 3.5.0 - 0.9.20 + 0.9.23 1.7.1 0.6.1 - 3.4.1 - 3.2.1 + 3.5.0 + 3.3.0 1.6.13 - 3.0.0-M9 + 3.1.2 3.1.0 - 2.15.0 + 2.16.0 1.8 false