diff --git a/build.savant b/build.savant index 2690a8b..7bd708c 100644 --- a/build.savant +++ b/build.savant @@ -17,7 +17,7 @@ jackson5Version = "3.0.1" restifyVersion = "4.2.0" testngVersion = "7.8.0" -project(group: "io.fusionauth", name: "java-http", version: "0.2.11", licenses: ["ApacheV2_0"]) { +project(group: "io.fusionauth", name: "java-http", version: "0.3.0", licenses: ["ApacheV2_0"]) { workflow { fetch { // Dependency resolution order: diff --git a/pom.xml b/pom.xml index c6f8b7a..d6c694c 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 io.fusionauth java-http - 0.2.11 + 0.3.0 jar Java HTTP library (client and server)