diff --git a/bom/application/pom.xml b/bom/application/pom.xml
index 102bfd96c8dba..7dac37fe3cf68 100644
--- a/bom/application/pom.xml
+++ b/bom/application/pom.xml
@@ -139,7 +139,7 @@
1.2.6
2.2
5.10.2
- 15.0.2.Final
+ 15.0.3.Final
5.0.3.Final
3.1.5
4.1.108.Final
diff --git a/docs/src/main/asciidoc/infinispan-client-reference.adoc b/docs/src/main/asciidoc/infinispan-client-reference.adoc
index ec935c29916a2..7084c2e4ae3d9 100644
--- a/docs/src/main/asciidoc/infinispan-client-reference.adoc
+++ b/docs/src/main/asciidoc/infinispan-client-reference.adoc
@@ -739,8 +739,8 @@ When a method annotated with `@CacheInvalidateAll` is invoked, Infinispan will r
== Querying
The Infinispan client supports both indexed and non-indexed search as long as the
-`ProtoStreamMarshaller` is configured above. This allows the user to query based on the
-properties of the proto schema. *Indexed queries are preferred for performance reasons*.
+`ProtoStreamMarshaller` is configured above. This allows the user to query on *keys* or
+*values* based on the properties of the proto schema. *Indexed queries are preferred for performance reasons*.
.XML
[source,xml,options="nowrap",subs=attributes+,role="primary"]