Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>org.casbin</groupId>
<artifactId>jcasbin</artifactId>
<version>1.93.0</version>
<version>1.94.0</version>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This dependency version is hardcoded. For better maintainability and to ensure version consistency across the project, please manage the jcasbin version in the dependency-versions BOM (lighty-core/dependency-versions/pom.xml). This would involve adding the dependency to the dependencyManagement section in that file and removing the <version> tag from this dependency declaration.

</dependency>

<dependency>
Expand Down
Loading