Skip to content

Commit

Permalink
feat: update Casdoor Java SDK to version 1.34.0 (#51)
Browse files Browse the repository at this point in the history
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
MonishK2002 authored Oct 18, 2024
1 parent 2c26816 commit 9681527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<dependency>
<groupId>org.casbin</groupId>
<artifactId>casdoor-java-sdk</artifactId>
<version>1.33.0</version>
<version>1.34.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 9681527

Please sign in to comment.