Skip to content

Commit

Permalink
Update admin plugin for behind load balancer use
Browse files Browse the repository at this point in the history
  • Loading branch information
charvolant committed Mar 19, 2020
1 parent 9fbff04 commit db3edd5
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 @@ -76,7 +76,7 @@ dependencies {
compile(group: 'org.grails.plugins', name: 'ala-auth', version:'3.1.0') {
exclude group: 'javax.servlet', module: 'servlet-api'
}
compile group: 'org.grails.plugins', name: 'ala-admin-plugin', version: '2.1'
compile group: 'org.grails.plugins', name: 'ala-admin-plugin', version: '2.2'
compile "org.grails.plugins:grails-spring-websocket:2.3.0"
compile 'org.webjars:swagger-ui:3.18.2'

Expand Down

0 comments on commit db3edd5

Please sign in to comment.