File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/main/java/com/genexus/db/odata Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 <dependency >
2323 <groupId >org.apache.olingo</groupId >
2424 <artifactId >odata-commons-api</artifactId >
25- <version >4.3 .0</version >
25+ <version >4.9 .0</version >
2626 </dependency >
2727 <dependency >
2828 <groupId >org.apache.olingo</groupId >
2929 <artifactId >odata-commons-core</artifactId >
30- <version >4.3 .0</version >
30+ <version >4.9 .0</version >
3131 </dependency >
3232 <dependency >
3333 <groupId >org.apache.olingo</groupId >
3434 <artifactId >odata-client-api</artifactId >
35- <version >4.3 .0</version >
35+ <version >4.9 .0</version >
3636 </dependency >
3737 <dependency >
3838 <groupId >org.apache.olingo</groupId >
3939 <artifactId >odata-client-core</artifactId >
40- <version >4.3 .0</version >
40+ <version >4.9 .0</version >
4141 </dependency >
4242 </dependencies >
4343
Original file line number Diff line number Diff line change 4040
4141public class ODataConnection extends ServiceConnection
4242{
43- private static final String GXODATA_VERSION = "1.0 " ;
43+ private static final String GXODATA_VERSION = "1.1 " ;
4444
4545 ODataClient client ;
4646 private ModelInfo modelInfo ;
You can’t perform that action at this time.
0 commit comments