Skip to content

Commit

Permalink
issue #10 upgrading ala-auth plugin to latest available relase versio…
Browse files Browse the repository at this point in the history
…n, using alaSecurityLibsVersion for auth plugin version specification, upgrading external-config to 3.1.1
  • Loading branch information
sughics committed Jul 26, 2023
1 parent d954c40 commit f521de5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ dependencies {
runtimeOnly 'org.codehaus.groovy:groovy-dateutil'

// grails plugins
implementation "org.grails.plugins:ala-auth:5.1.0"
implementation "org.grails.plugins:ala-auth:$alaSecurityLibsVersion"
// compile "org.grails.plugins:ala-admin-plugin:2.3.0"
implementation "org.grails.plugins:ala-bootstrap3:4.1.0"

implementation 'dk.glasius:external-config:3.0.1'
implementation 'dk.glasius:external-config:3.1.1'

// HA
implementation 'org.springframework.session:spring-session-data-mongodb'
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ groovyVersion=3.0.11
gorm.version=7.3.2
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1024M
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1024M
ç=6.0.4

0 comments on commit f521de5

Please sign in to comment.