Skip to content

Commit

Permalink
fix: Resolve Maven alerts by updating dependencies (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
D1zzzY1 committed Jul 25, 2023
1 parent ae3eb9e commit f0341ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencyManagement {
dependencies {
api "org.casbin:jcasbin:1.30.1"
compileOnly 'org.springframework.boot:spring-boot-starter-data-redis'
runtimeOnly 'com.h2database:h2:2.1.214'
runtimeOnly 'com.h2database:h2:2.2.220'
implementation 'org.springframework.boot:spring-boot-starter-jdbc'
implementation 'org.casbin:jcasbin-redis-watcher:1.4.1'
implementation 'org.casbin:jdbc-adapter:2.3.3'
Expand Down

0 comments on commit f0341ee

Please sign in to comment.