Apache SIS dependency updated from `0.8` to `1.1`.
diff --git a/source/documentation/geosparql/__index.md b/source/documentation/geosparql/__index.md
index 87d420b..ab6efaf 100644
--- a/source/documentation/geosparql/__index.md
+++ b/source/documentation/geosparql/__index.md
@@ -207,7 +207,7 @@
 
 An embedded EPSG dataset can be included in a Gradle application by adding the following dependency to `build.gradle`:
 
-    ext.sisVersion = "0.8"
+    ext.sisVersion = "1.1"
     implementation "org.apache.sis.non-free:sis-embedded-data:$sisVersion"
 
 ### Java Topology Suite