Skip to content

Commit

Permalink
feat: use v1.9.2 of jcasbin (jcasbin#43)
Browse files Browse the repository at this point in the history
feat: use v1.9.0 of jcasbin
  • Loading branch information
shink authored May 19, 2021
1 parent c5c6602 commit 76b2bed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Maven Central](https://img.shields.io/maven-central/v/org.casbin/casbin-spring-boot-starter.svg?style=flat-square&color=brightgreen)](https://maven-badges.herokuapp.com/maven-central/org.casbin/casbin-spring-boot-starter/)
[![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)
[![SpringBootVersion](https://img.shields.io/badge/SpringBoot-2.3.5-heightgreen.svg?style=flat-square)](https://spring.io/projects/spring-boot)
[![JCasbinVersion](https://img.shields.io/badge/JCasbinVersion-1.6.1-heightgreen.svg?style=flat-square)](https://casbin.org)
[![JCasbinVersion](https://img.shields.io/badge/JCasbinVersion-1.9.2-heightgreen.svg?style=flat-square)](https://casbin.org)

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

Expand Down Expand Up @@ -133,4 +133,4 @@ Since version 0.0.11, casbin-spring-boot-starter adds an id field to the databas

The version before 0.0.11 is upgraded to version 0.0.11 and later requires the user to manually add the id field.

See https://github.com/jcasbin/casbin-spring-boot-starter/issues/21 for details
See https://github.com/jcasbin/casbin-spring-boot-starter/issues/21 for details
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Maven Central](https://img.shields.io/maven-central/v/org.casbin/casbin-spring-boot-starter.svg?style=flat-square&color=brightgreen)](https://maven-badges.herokuapp.com/maven-central/org.casbin/casbin-spring-boot-starter/)
[![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)
[![SpringBootVersion](https://img.shields.io/badge/SpringBoot-2.3.5-heightgreen.svg?style=flat-square)](https://spring.io/projects/spring-boot)
[![JCasbinVersion](https://img.shields.io/badge/JCasbinVersion-1.6.1-heightgreen.svg?style=flat-square)](https://casbin.org)
[![JCasbinVersion](https://img.shields.io/badge/JCasbinVersion-1.9.2-heightgreen.svg?style=flat-square)](https://casbin.org)

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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ configurations {
}

dependencies {
compile 'org.casbin:jcasbin:1.6.4'
compile 'org.casbin:jcasbin:1.9.2'
compile 'com.h2database:h2'
implementation 'org.springframework.boot:spring-boot-starter-jdbc'

Expand Down

0 comments on commit 76b2bed

Please sign in to comment.