Skip to content

Commit b7f8585

Browse files
authored
Update README.md
1 parent 4d2a150 commit b7f8585

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ To obtain the latest SODA jar and its dependencies, use these Maven coordinates:
2727

2828
**Group id:** com.oracle.database.soda
2929
**Artifact id:** orajsoda
30-
**Version:** 1.1.7
30+
**Version:** 1.1.7.1
31+
32+
**Note:** there was an issue with 1.1.7 SODA release on Maven Central - an incorrect version for the javax.json dependency was stated in the SODA POM. This is fixed in the 1.1.7.1 SODA patch release on Maven Central, so please use 1.1.7.1 as the release version.
3133

3234
The following short code snippet illustrates working with SODA. It shows how to create a document collection, insert a document into it, and query the collection by using a unique document key and a QBE (query-by-example).
3335

0 commit comments

Comments
 (0)