Skip to content

Commit

Permalink
fix: upgrade org.casbin:jcasbin from 1.43.0 to 1.44.0
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade org.casbin:jcasbin from 1.43.0 to 1.44.0.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.casbin/jcasbin/

See this project in Snyk:
https://app.snyk.io/org/pantheon.tech/project/d91f2d40-c96a-4d42-84b3-374f5b66c244?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Feb 9, 2024
1 parent bd21aa0 commit d666991
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.2.2</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.43.0</version>
<version>1.44.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit d666991

Please sign in to comment.