diff --git a/pom.xml b/pom.xml
index fd90fb2..6364dff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
127.0.0.1
- 1.13.1.Final
+ 1.13.2.Final
3.0.0-M5
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 3a18ffe..58c3810 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -1,2 +1,4 @@
quarkus.log.console.color=false
-quarkus.swagger-ui.always-include=true
\ No newline at end of file
+quarkus.swagger-ui.always-include=true
+
+quarkus.http.limits.max-form-attribute-size=4M
\ No newline at end of file