Skip to content

Commit

Permalink
Merge pull request #35 from AtlasOfLivingAustralia/develop
Browse files Browse the repository at this point in the history
Plugin update
  • Loading branch information
yasima-csiro authored Nov 27, 2023
2 parents 469927e + d74e747 commit f45391c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ branches:
- develop
- /^hotfix\/.*$/
- /^feature\/.*$/
- feature/plugin-upgrade
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {



version "2.2.0"
version "2.2.1-SNAPSHOT"

group "au.org.ala"

Expand Down Expand Up @@ -88,7 +88,7 @@ dependencies {
// ALA Plugins
implementation "org.grails.plugins:ala-auth:$alaSecurityLibsVersion"
implementation "org.grails.plugins:ala-admin-plugin:2.3.0"
runtimeOnly "org.grails.plugins:ala-bootstrap3:4.1.0"
runtimeOnly "org.grails.plugins:ala-bootstrap3:4.4.0"
implementation "au.org.ala.plugins.grails:images-client-plugin:1.4"

}
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.0
alaSecurityLibsVersion=6.2.0

0 comments on commit f45391c

Please sign in to comment.