Skip to content

Commit 13ed2cd

Browse files
committed
feat: upgrade jcasbin dependency to v1.81.0
1 parent bea05b9 commit 13ed2cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Maven Central](https://img.shields.io/maven-central/v/org.casbin/casbin-spring-boot-starter.svg?style=flat-square&color=brightgreen)](https://mvnrepository.com/artifact/org.casbin/casbin-spring-boot-starter/latest)
66
[![License](https://img.shields.io/github/license/jcasbin/casbin-spring-boot-starter.svg?style=flat-square&color=blue)](http://www.apache.org/licenses/LICENSE-2.0.txt)
77
[![SpringBootVersion](https://img.shields.io/badge/SpringBoot-2.7.12-heightgreen.svg?style=flat-square)](https://spring.io/projects/spring-boot)
8-
[![CasbinVersion](https://img.shields.io/badge/jCasbin-1.55.0-heightgreen.svg?style=flat-square)](https://casbin.org)
8+
[![CasbinVersion](https://img.shields.io/badge/jCasbin-1.81.0-heightgreen.svg?style=flat-square)](https://casbin.org)
99

1010
[![](https://raw.githubusercontent.com/casbin/jcasbin/master/casbin-logo.png)](https://casbin.org)
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<dependency>
138138
<groupId>org.casbin</groupId>
139139
<artifactId>jcasbin</artifactId>
140-
<version>1.55.0</version>
140+
<version>1.81.0</version>
141141
</dependency>
142142
<dependency>
143143
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)