Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.8 #353

Merged
merged 13 commits into from
Aug 15, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
issue #349 updating ala auth version
  • Loading branch information
Sushant committed Aug 8, 2022
commit ac01ced0974c81ca0c48e91fe443c894cfe3447b
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ dependencies {
compile "com.google.guava:guava:19.0"
compile 'org.grails.plugins:external-config:2.0.0'
runtime "org.grails.plugins:ala-bootstrap3:4.1.0"
compile "org.grails.plugins:ala-ws-security-plugin:4.1.0"
compile "org.grails.plugins:ala-ws-plugin:3.0.0"
compile "org.grails.plugins:ala-auth:5.1.0"
compile "org.grails.plugins:ala-ws-security-plugin:4.1.1"
compile "org.grails.plugins:ala-ws-plugin:3.1.0"
compile "org.grails.plugins:ala-auth:5.1.1"

compile group: 'org.grails.plugins', name: 'ala-admin-plugin', version: '2.3.0'

Expand Down