diff --git a/Using-S3Proxy-in-Java-projects.md b/Using-S3Proxy-in-Java-projects.md index aed7c6e..667df0c 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.4.0 + 1.5.1 ``` @@ -35,7 +35,7 @@ Sonatype also provides pre-release snapshots: org.gaul s3proxy - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT ```