Skip to content

Commit

Permalink
Merge branch 'AtlasOfLivingAustralia:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbov authored Dec 13, 2023
2 parents d2c63b5 + db0791b commit 1ed345a
Show file tree
Hide file tree
Showing 2 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 @@ -7,6 +7,7 @@ branches:
- master
- dev
- feature/grails5
- feature/plugin-upgrade
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {
}


version "2.5.0"
version "2.5.1"
group "au.org.ala"
description "Dashboard application"

Expand Down Expand Up @@ -106,10 +106,10 @@ dependencies {
// implementation 'org.grails.grails-plugin-rest:2.3.0.M2'
implementation 'org.codehaus.groovy:groovy-ant:2.0.0'

implementation "org.grails.plugins:ala-bootstrap3:4.1.0"
implementation "org.grails.plugins:ala-bootstrap3:4.4.0"
implementation "org.grails.plugins:grails-google-visualization:2.0"
implementation "org.grails.plugins:ala-admin-plugin:2.3.0"
implementation "org.grails.plugins:ala-auth:6.0.0"
implementation "org.grails.plugins:ala-auth:6.2.0"
implementation 'org.grails.plugins:quartz:2.0.13'
implementation 'org.quartz-scheduler:quartz:2.3.2' // Is not pulled in by default

Expand Down

0 comments on commit 1ed345a

Please sign in to comment.