File tree 2 files changed +5
-5
lines changed
src/main/java/com/genexus/db/odata
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
<dependency >
23
23
<groupId >org.apache.olingo</groupId >
24
24
<artifactId >odata-commons-api</artifactId >
25
- <version >4.3 .0</version >
25
+ <version >4.9 .0</version >
26
26
</dependency >
27
27
<dependency >
28
28
<groupId >org.apache.olingo</groupId >
29
29
<artifactId >odata-commons-core</artifactId >
30
- <version >4.3 .0</version >
30
+ <version >4.9 .0</version >
31
31
</dependency >
32
32
<dependency >
33
33
<groupId >org.apache.olingo</groupId >
34
34
<artifactId >odata-client-api</artifactId >
35
- <version >4.3 .0</version >
35
+ <version >4.9 .0</version >
36
36
</dependency >
37
37
<dependency >
38
38
<groupId >org.apache.olingo</groupId >
39
39
<artifactId >odata-client-core</artifactId >
40
- <version >4.3 .0</version >
40
+ <version >4.9 .0</version >
41
41
</dependency >
42
42
</dependencies >
43
43
Original file line number Diff line number Diff line change 40
40
41
41
public class ODataConnection extends ServiceConnection
42
42
{
43
- private static final String GXODATA_VERSION = "1.0 " ;
43
+ private static final String GXODATA_VERSION = "1.1 " ;
44
44
45
45
ODataClient client ;
46
46
private ModelInfo modelInfo ;
You can’t perform that action at this time.
0 commit comments