Skip to content

Commit

Permalink
Updated ALA security plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-brinkman committed Nov 1, 2023
1 parent f0ef30d commit 0d8bdb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,15 @@ dependencies {
implementation 'org.apache.poi:poi-ooxml-schemas:4.1.2'

implementation "org.grails.plugins:ala-admin-plugin:2.3.0"
implementation ("org.grails.plugins:ala-auth:5.1.1")
implementation "org.grails.plugins:ala-ws-security-plugin:4.1.2"
implementation ("org.grails.plugins:ala-auth:$alaSecurityLibsVersion")
implementation ("org.grails.plugins:ala-ws-plugin:$alaSecurityLibsVersion")
implementation "org.grails.plugins:ala-ws-security-plugin:$alaSecurityLibsVersion"
implementation "au.org.ala:userdetails-service-client:$alaSecurityLibsVersion"
runtimeOnly "org.grails.plugins:ala-bootstrap3:4.2.0"

// swagger API
implementation 'au.org.ala.plugins:openapi:1.1.0'

implementation "au.org.ala:userdetails-service-client:1.5.0"
implementation "org.codehaus.groovy.modules.http-builder:http-builder:0.7.1"
implementation 'au.org.ala:ala-cas-client:2.5'
runtimeOnly("org.springframework.boot:spring-boot-properties-migrator")
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
biocollectVersion=6.6.4
biocollectVersion=6.6.6-SNAPSHOT
alaSecurityLibsVersion=6.2.0
grailsVersion=5.1.9
grailsGradlePluginVersion=5.1.5
assetPipelineVersion=3.3.4
Expand Down

0 comments on commit 0d8bdb4

Please sign in to comment.