diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 05765bb48..116140a02 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -8,6 +8,8 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
== [Unreleased]
+== [1.1.3] - 2024-10-24
+
=== Fixed
- Fix flat embeddable in the constructor builder
diff --git a/README.adoc b/README.adoc
index a5bb57710..bd617aa6b 100644
--- a/README.adoc
+++ b/README.adoc
@@ -153,7 +153,7 @@ Eclipse JNoSQL offers a mapping implementation for Key-Value NoSQL types:
org.eclipse.jnosql.mapping
jnosql-mapping-key-value
- 1.1.2
+ 1.1.3
----
@@ -276,7 +276,7 @@ Eclipse JNoSQL offers a mapping implementation for Column NoSQL types:
org.eclipse.jnosql.mapping
jnosql-mapping-column
- 1.1.2
+ 1.1.3
----
@@ -374,7 +374,7 @@ Eclipse JNoSQL offers a mapping implementation for Document NoSQL types:
org.eclipse.jnosql.mapping
jnosql-mapping-document
- 1.1.2
+ 1.1.3
----
diff --git a/jnosql-communication/jnosql-communication-core/pom.xml b/jnosql-communication/jnosql-communication-core/pom.xml
index 44cc4d0fd..a30ddd529 100644
--- a/jnosql-communication/jnosql-communication-core/pom.xml
+++ b/jnosql-communication/jnosql-communication-core/pom.xml
@@ -22,7 +22,7 @@
org.eclipse.jnosql.communication
jnosql-communication
- 1.1.3-SNAPSHOT
+ 1.1.3
jnosql-communication-core
diff --git a/jnosql-communication/jnosql-communication-key-value/pom.xml b/jnosql-communication/jnosql-communication-key-value/pom.xml
index 4e649200d..bd46c7a50 100644
--- a/jnosql-communication/jnosql-communication-key-value/pom.xml
+++ b/jnosql-communication/jnosql-communication-key-value/pom.xml
@@ -23,7 +23,7 @@
org.eclipse.jnosql.communication
jnosql-communication
- 1.1.3-SNAPSHOT
+ 1.1.3
jnosql-communication-key-value
diff --git a/jnosql-communication/jnosql-communication-query/pom.xml b/jnosql-communication/jnosql-communication-query/pom.xml
index 84140b453..7dc3ee5e6 100644
--- a/jnosql-communication/jnosql-communication-query/pom.xml
+++ b/jnosql-communication/jnosql-communication-query/pom.xml
@@ -17,7 +17,7 @@
org.eclipse.jnosql.communication
jnosql-communication
- 1.1.3-SNAPSHOT
+ 1.1.3
jnosql-communication-query
@@ -25,7 +25,7 @@
false
true
- 4.12.0
+ 4.13.2
diff --git a/jnosql-communication/jnosql-communication-semistructured/pom.xml b/jnosql-communication/jnosql-communication-semistructured/pom.xml
index e89063d80..ac189866f 100644
--- a/jnosql-communication/jnosql-communication-semistructured/pom.xml
+++ b/jnosql-communication/jnosql-communication-semistructured/pom.xml
@@ -17,7 +17,7 @@
org.eclipse.jnosql.communication
jnosql-communication
- 1.1.3-SNAPSHOT
+ 1.1.3
jnosql-communication-semistructured
diff --git a/jnosql-communication/pom.xml b/jnosql-communication/pom.xml
index 2ea8cafdb..b572efb68 100644
--- a/jnosql-communication/pom.xml
+++ b/jnosql-communication/pom.xml
@@ -23,7 +23,7 @@
org.eclipse.jnosql
jnosql-parent
- 1.1.3-SNAPSHOT
+ 1.1.3
org.eclipse.jnosql.communication
diff --git a/jnosql-mapping/jnosql-mapping-api-core/pom.xml b/jnosql-mapping/jnosql-mapping-api-core/pom.xml
index 3e2a0eccc..686f53ab1 100644
--- a/jnosql-mapping/jnosql-mapping-api-core/pom.xml
+++ b/jnosql-mapping/jnosql-mapping-api-core/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jnosql.mapping
jnosql-mapping-parent
- 1.1.3-SNAPSHOT
+ 1.1.3
jnosql-mapping-api-core
diff --git a/jnosql-mapping/jnosql-mapping-column/pom.xml b/jnosql-mapping/jnosql-mapping-column/pom.xml
index 92bcac0fb..9b6f8f12c 100644
--- a/jnosql-mapping/jnosql-mapping-column/pom.xml
+++ b/jnosql-mapping/jnosql-mapping-column/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.jnosql.mapping
jnosql-mapping-parent
- 1.1.3-SNAPSHOT
+ 1.1.3
jnosql-mapping-column
diff --git a/jnosql-mapping/jnosql-mapping-core/pom.xml b/jnosql-mapping/jnosql-mapping-core/pom.xml
index 169d1f610..106e940a8 100644
--- a/jnosql-mapping/jnosql-mapping-core/pom.xml
+++ b/jnosql-mapping/jnosql-mapping-core/pom.xml
@@ -21,7 +21,7 @@
org.eclipse.jnosql.mapping
jnosql-mapping-parent
- 1.1.3-SNAPSHOT
+ 1.1.3
jnosql-mapping-core
diff --git a/jnosql-mapping/jnosql-mapping-document/pom.xml b/jnosql-mapping/jnosql-mapping-document/pom.xml
index 90276e859..30c83be79 100644
--- a/jnosql-mapping/jnosql-mapping-document/pom.xml
+++ b/jnosql-mapping/jnosql-mapping-document/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.mapping
jnosql-mapping-parent
- 1.1.3-SNAPSHOT
+ 1.1.3
jnosql-mapping-document
diff --git a/jnosql-mapping/jnosql-mapping-key-value/pom.xml b/jnosql-mapping/jnosql-mapping-key-value/pom.xml
index 5f7dc5d32..adc247cb9 100644
--- a/jnosql-mapping/jnosql-mapping-key-value/pom.xml
+++ b/jnosql-mapping/jnosql-mapping-key-value/pom.xml
@@ -20,7 +20,7 @@
org.eclipse.jnosql.mapping
jnosql-mapping-parent
- 1.1.3-SNAPSHOT
+ 1.1.3
jnosql-mapping-key-value
diff --git a/jnosql-mapping/jnosql-mapping-reflection/pom.xml b/jnosql-mapping/jnosql-mapping-reflection/pom.xml
index 1a4f25b05..070653393 100644
--- a/jnosql-mapping/jnosql-mapping-reflection/pom.xml
+++ b/jnosql-mapping/jnosql-mapping-reflection/pom.xml
@@ -21,14 +21,14 @@
org.eclipse.jnosql.mapping
jnosql-mapping-parent
- 1.1.3-SNAPSHOT
+ 1.1.3
jnosql-mapping-reflection
jar
- 4.8.174
+ 4.8.179
diff --git a/jnosql-mapping/jnosql-mapping-semistructured/pom.xml b/jnosql-mapping/jnosql-mapping-semistructured/pom.xml
index 422ecb6d9..b63a2481b 100644
--- a/jnosql-mapping/jnosql-mapping-semistructured/pom.xml
+++ b/jnosql-mapping/jnosql-mapping-semistructured/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.jnosql.mapping
jnosql-mapping-parent
- 1.1.3-SNAPSHOT
+ 1.1.3
jnosql-mapping-semistructured
diff --git a/jnosql-mapping/pom.xml b/jnosql-mapping/pom.xml
index 1278aebc7..023e4737e 100644
--- a/jnosql-mapping/pom.xml
+++ b/jnosql-mapping/pom.xml
@@ -22,7 +22,7 @@
org.eclipse.jnosql
jnosql-parent
- 1.1.3-SNAPSHOT
+ 1.1.3
diff --git a/pom.xml b/pom.xml
index e6ebb2cc8..260991f40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
org.eclipse.jnosql
jnosql-parent
- 1.1.3-SNAPSHOT
+ 1.1.3
pom
Eclipse JNoSQL
The Eclipse JNoSQL is a framework to help developers create enterprise-grade applications using Java
@@ -77,16 +77,16 @@
UTF-8
../target/jacoco.exec
5.0.0.4389
- 2.17.0
+ 2.18.0
**/jnosql/query/grammar/**
- 5.1.2.Final
+ 5.1.3.Final
3.0.4
3.1
3.10.1
3.1.0
1.6.13
- 10.18.0
+ 10.20.1
5.11.3
5.14.2