diff --git a/Using-S3Proxy-in-Java-projects.md b/Using-S3Proxy-in-Java-projects.md index 80faee5..f0cd467 100644 --- a/Using-S3Proxy-in-Java-projects.md +++ b/Using-S3Proxy-in-Java-projects.md @@ -6,7 +6,7 @@ Java projects can include the latest S3Proxy release via Maven artifacts: org.gaul s3proxy - 1.6.1 + 1.7.1 ``` @@ -35,7 +35,7 @@ Sonatype also provides pre-release snapshots: org.gaul s3proxy - 1.6.2-SNAPSHOT + 1.7.2-SNAPSHOT ```