Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update Casdoor Java SDK to version 1.34.0 (#51)
This PR updates the Casdoor Java SDK dependency in the pom.xml file from version 1.33.0 to version 1.34.0. ### Reason for Update Version 1.33.0 of the Casdoor Java SDK had an issue with the Buy Product API, which was not functioning correctly. The issue has been resolved in version 1.34.0, as confirmed by the Casdoor team. ### Changes Made - Updated the `casdoor-java-sdk` dependency in the `pom.xml` file to version 1.34.0. ### Testing - Verified that the Buy Product API now works as expected with version 1.34.0. - Ran existing tests to ensure no other functionality is broken by the update. ### Impact This update ensures that users of the Spring Boot Casdoor SDK can utilize the Buy Product API without encountering the previously reported issue.
- Loading branch information