Skip to content

Commit

Permalink
update ala-bootstrap3 and alaSecurityLibsVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Collins committed Sep 12, 2023
1 parent 8a467a3 commit f6b2308
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ dependencies {
}
implementation "com.google.guava:guava:19.0"
implementation 'dk.glasius:external-config:3.1.1'
runtimeOnly "org.grails.plugins:ala-bootstrap3:4.1.0"
runtimeOnly "org.grails.plugins:ala-bootstrap3:4.3.0"
implementation "org.grails.plugins:ala-ws-security-plugin:${alaSecurityLibsVersion}"
implementation "org.grails.plugins:ala-ws-plugin:${alaSecurityLibsVersion}"
implementation "org.grails.plugins:ala-auth:${alaSecurityLibsVersion}"
Expand All @@ -127,8 +127,8 @@ dependencies {
bootRun {
ignoreExitValue true
jvmArgs(
'-Dspring.output.ansi.enabled=always',
'-noverify',
'-Dspring.output.ansi.enabled=always',
'-noverify',
'-XX:TieredStopAtLevel=1',
'-Xmx1024m')
sourceResources sourceSets.main
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ webdriverBinariesVersion=2.6
chromeDriverVersion=2.45.0
geckodriverVersion=0.24.0
seleniumSafariDriverVersion=3.14.0
alaSecurityLibsVersion=6.0.4
alaSecurityLibsVersion=6.1.0

0 comments on commit f6b2308

Please sign in to comment.