diff --git a/pom.xml b/pom.xml
index ddde0fd..d29387c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
2.11.0
20090211
4.12
- 1.2.5
+ 1.2.9-SNAPSHOT
diff --git a/src/test/resources/integration_tests/post/post_www_form_header_test.json b/src/test/resources/integration_tests/post/post_www_form_header_test.json
index c8d9e1f..6be91c7 100644
--- a/src/test/resources/integration_tests/post/post_www_form_header_test.json
+++ b/src/test/resources/integration_tests/post/post_www_form_header_test.json
@@ -11,7 +11,7 @@
},
"body": {
"name": "Elon",
- "age": 25,
+ "age": "25",
"emailId": "emusk@tesla.com"
}
},