We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 295f361 + 35fb097 commit 4547de2Copy full SHA for 4547de2
README.md
@@ -15,7 +15,7 @@ Add this to your project's POM:
15
<dependency>
16
<groupId>com.easypost</groupId>
17
<artifactId>easypost-api-client</artifactId>
18
- <version>5.3.0</version>
+ <version>5.4.0</version>
19
</dependency>
20
```
21
@@ -91,7 +91,7 @@ Upgrading major versions of this project? Refer to the [Upgrade Guide](UPGRADE_G
91
92
```bash
93
# Build project
94
-mvn clean install -DskipTests -Dgpg.skip
+mvn clean install -Dgpg.skip
95
96
# Run tests
97
EASYPOST_TEST_API_KEY=123... EASYPOST_PROD_API_KEY=123... mvn clean test -B
0 commit comments