Skip to content

Commit

Permalink
shiro-spring升级到1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dongxuanliang252 authored and dongxuanliang252 committed Aug 19, 2020
1 parent 94ab057 commit 759b897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example-springboot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
implementation('org.springframework.boot:spring-boot-starter-data-jpa')
implementation('org.springframework.boot:spring-boot-starter-web')
runtimeOnly('mysql:mysql-connector-java')
implementation('org.apache.shiro:shiro-spring:1.4.2')
implementation('org.apache.shiro:shiro-spring:1.6.0')
implementation('org.mapstruct:mapstruct:1.3.1.Final')
implementation('com.winbaoxian:vault-lib:1.1.0')
testImplementation('org.springframework.boot:spring-boot-starter-test')
Expand Down
2 changes: 1 addition & 1 deletion win-security/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.springframework:spring-web")
implementation("org.jasig.cas.client:cas-client-core:3.5.1")
implementation('org.apache.shiro:shiro-spring:1.4.2')
implementation('org.apache.shiro:shiro-spring:1.6.0')
}
//支持上传到maven nexus库
uploadArchives {
Expand Down

0 comments on commit 759b897

Please sign in to comment.