@@ -73,14 +73,14 @@ grab via Maven:
7373<dependency >
7474  <groupId >io.dgraph</groupId >
7575  <artifactId >dgraph4j</artifactId >
76-   <version >24.1.1 </version >
76+   <version >24.2.0 </version >
7777</dependency >
7878``` 
7979
8080or Gradle:
8181
8282``` groovy 
83- compile 'io.dgraph:dgraph4j:24.1.1 ' 
83+ compile 'io.dgraph:dgraph4j:24.2.0 ' 
8484``` 
8585
8686## Supported Versions  
@@ -134,15 +134,9 @@ The following is only applicable to dgraph4j versions < v24.X.X.
134134
135135  |  dgraph4j version |  grpc-netty version |  netty-tcnative-boringssl-static version | 
136136  |  :--------------: |  :----------------: |  :-------------------------------------: | 
137-   |    1.0.0-1.2.0    |        1.7.0        |                2.0.6.Final               | 
138-   |    1.4.0-1.6.0    |        1.10.0       |                2.0.7.Final               | 
139-   |       1.7.0       |        1.15.0       |               2.0.12.Final               | 
140-   |    1.7.3-1.7.5    |        1.15.1       |               2.0.12.Final               | 
141-   |    2.0.0-2.1.0    |        1.22.1       |               2.0.25.Final               | 
142-   |  20.03.0-20.03.3  |        1.26.0       |               2.0.26.Final               | 
143-   |     >= 20.11.0    |        1.34.1       |               2.0.31.Final               | 
144137  |     >= 24.0.0     |        1.65.1       |               4.1.100.Final              | 
145138  |     >= 24.1.1     |        1.68.2       |               4.1.110.Final              | 
139+   |     >= 24.2.0     |        1.69.1       |               4.1.111.Final              | 
146140
147141  For example, when using ` dgraph4j v24.0.0 ` , the version of the ` netty-tcnative-boringssl-static ` 
148142  dependency to be used is ` 4.1.100.Final ` , as suggested by gRPC docs for ` grpc-netty v1.65.1 ` .
0 commit comments