Overview:
The Vault Java SDK is a tool in the Vault Platform, it allows users to extend Vault and deliver custom capabilities and experiences.
Sometimes, the error message occurs while users debugging the code:
Java SDK library version does not match the Vault version.

Root Cause:
The reason for the error is the <vault.sdk.version>
in the POM file does not match the version of the target vault.
Solution:
- As a Vault admin, check the target Vault version in Admin --> Settings --> General Settings.
- As a developer or user who works on the Java SDK, update the
<vault.sdk.version>
in POM file to match the target vault version.
Related Documentation:
Vault Help Documentation: POM Setup
Send us your feedback: We are always looking for feedback to help improve our Knowledge Base! Please let us know if this article is helpful or provide feedback on how we can improve your experience by clicking here.