diff --git a/README.md b/README.md
index 3770ea6082b..3bde9853852 100644
--- a/README.md
+++ b/README.md
@@ -109,7 +109,7 @@ Thanks to everyone who has already devoted time to improving the library:
| [
Caitlin Bales](https://developer.microsoft.com/graph)
[💬](#question-cbales "Answering Questions") [💻](https://github.com/microsoftgraph/msgraph-sdk-java/commits?author=cbales "Code") [📖](https://github.com/microsoftgraph/msgraph-sdk-java/wiki "Documentation") [👀](#review-cbales "Reviewed Pull Requests") [⚠️](https://github.com/microsoftgraph/msgraph-sdk-java/commits?author=cbales "Tests")| [
David Moten](https://github.com/davidmoten)
[🐛](https://github.com/microsoftgraph/msgraph-sdk-java/issues?q=is%3Aissue+author%3Adavidmoten "Bug reports") [💻](https://github.com/microsoftgraph/msgraph-sdk-java/commits?author=davidmoten "Code") [📖](https://github.com/microsoftgraph/msgraph-sdk-java/commit/87389b5a4240072e3f2226a2f04f089916ffed0b#diff-04c6e90faac2675aa89e2176d2eec7d8 "Documentation") [🤔](#ideas-davidmoten "Ideas & Planning") [👀](#review-davidmoten "Reviewed Pull Requests") [⚠️](https://github.com/microsoftgraph/msgraph-sdk-java/commits?author=davidmoten "Tests") | [
Michael Mainer](https://developer.microsoft.com/graph)
[💬](#question-cbales "Answering Questions") [🤔](#ideas-MIchaelMainer "Ideas & Planning") [👀](#review-MIchaelMainer "Reviewed Pull Requests") | [
Linda Caputo](https://developer.microsoft.com/graph)
[📖](https://github.com/microsoftgraph/msgraph-sdk-java/wiki "Documentation") | [
John Austin](https://developer.microsoft.com/graph)
[🐛](https://github.com/microsoftgraph/msgraph-sdk-java/issues "Bug reports") | [
Dmitry Pimenov](https://developer.microsoft.com/graph)
[🤔](#ideas-dpim "Ideas & Planning") | [
Jonathan Giles](https://github.com/JonathanGiles)
[🤔](#ideas-JonathanGiles "Ideas & Planning") |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
-| [
Martin Sawicki](https://github.com/martinsawicki)
[🤔](#ideas-martinsawicki "Ideas & Planning") | [
Louis Maresca](https://github.com/LouMM)
[🤔](#ideas-LouMM "Ideas & Planning") [👀](#review-LouMM "Reviewed Pull Requests") | [
Josef H.B. Schneider](https://j0s.at/)
[🐛](https://github.com/microsoftgraph/msgraph-sdk-java/issues?q=is%3Aissue+author%3AJ0s3f "Bug reports") [💻](https://github.com/microsoftgraph/msgraph-sdk-java/commits?author=J0s3f "Code") | [
Deepak Agrawal](https://github.com/deepak2016)
[💻](https://github.com/microsoftgraph/msgraph-sdk-java/commits?author=deepak2016 "Code") | [
Nakul Sabharwal](https://github.com/NakulSabharwal)
[💻](https://github.com/microsoftgraph/msgraph-sdk-java/commits?author=NakulSabharwal "Code") [👀](#review-NakulSabharwal "Reviewed Pull Requests")
+| [
Martin Sawicki](https://github.com/martinsawicki)
[🤔](#ideas-martinsawicki "Ideas & Planning") | [
Louis Maresca](https://github.com/LouMM)
[🤔](#ideas-LouMM "Ideas & Planning") [👀](#review-LouMM "Reviewed Pull Requests") | [
Josef H.B. Schneider](https://j0s.at/)
[🐛](https://github.com/microsoftgraph/msgraph-sdk-java/issues?q=is%3Aissue+author%3AJ0s3f "Bug reports") [💻](https://github.com/microsoftgraph/msgraph-sdk-java/commits?author=J0s3f "Code") | [
Deepak Agrawal](https://github.com/deepak2016)
[💻](https://github.com/microsoftgraph/msgraph-sdk-java/commits?author=deepak2016 "Code") | [
Nakul Sabharwal](https://github.com/NakulSabharwal)
[💻](https://github.com/microsoftgraph/msgraph-sdk-java/commits?author=NakulSabharwal "Code") [👀](#review-NakulSabharwal "Reviewed Pull Requests") | [
Axcient](https://github.com/cf-axcient)
[💻](https://github.com/microsoftgraph/msgraph-sdk-java/commits?author=cf-axcient "Code")
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind are welcome!
diff --git a/gradle.properties b/gradle.properties
index 03770508efb..f7e97d638c9 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -27,7 +27,7 @@ mavenGroupId = com.microsoft.graph
mavenArtifactId = microsoft-graph
mavenMajorVersion = 1
mavenMinorVersion = 5
-mavenPatchVersion = 0
+mavenPatchVersion = 1
mavenArtifactSuffix =
nightliesUrl = http://dl.bintray.com/MicrosoftGraph/Maven
diff --git a/src/main/java/com/microsoft/graph/concurrency/ChunkedUploadProvider.java b/src/main/java/com/microsoft/graph/concurrency/ChunkedUploadProvider.java
index 5dc36b48efb..c9d7ee26113 100644
--- a/src/main/java/com/microsoft/graph/concurrency/ChunkedUploadProvider.java
+++ b/src/main/java/com/microsoft/graph/concurrency/ChunkedUploadProvider.java
@@ -92,7 +92,7 @@ public class ChunkedUploadProvider {
/**
* The counter for how many bytes have been read from input stream
*/
- private int readSoFar;
+ private long readSoFar;
/**
* Creates the ChunkedUploadProvider