Skip to content

Commit

Permalink
Bump jcasbin to 1.40.0
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade org.casbin:jcasbin
from 1.38.0 to 1.40.0.

Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
  • Loading branch information
snyk-bot authored and ihrasko committed Oct 10, 2023
1 parent 0ae7138 commit 42be179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lighty-examples/lighty-controller-springboot-netconf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.3</version>
<relativePath /> <!-- lookup parent from repository -->
<relativePath/> <!-- lookup parent from repository -->
</parent>

<groupId>io.lighty.core</groupId>
Expand Down Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>org.casbin</groupId>
<artifactId>jcasbin</artifactId>
<version>1.38.0</version>
<version>1.40.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 42be179

Please sign in to comment.