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 committed Dec 13, 2023
2 parents 30ded9e + 806ec3b commit d0309d7
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 @@ -8,6 +8,7 @@ branches:
- develop
- grails4
- feature/grails5
- feature/plugin-upgrade
before_install:
- 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 {
id "com.gorylenko.gradle-git-properties" version "2.4.1"
}

version "4.2.0"
version "4.2.1"

group "au.org.ala"

Expand Down Expand Up @@ -126,8 +126,8 @@ dependencies {

// ALA deps
implementation "au.org.ala:ala-logger:1.4.1"
implementation "org.grails.plugins:ala-auth:6.0.0" //, noCache
implementation "org.grails.plugins:ala-bootstrap3:4.1.0" //, noCache
implementation "org.grails.plugins:ala-auth:6.2.0" //, noCache
implementation "org.grails.plugins:ala-bootstrap3:4.4.0" //, noCache
implementation "org.grails.plugins:ala-admin-plugin:2.3.0" //, noCache

implementation 'au.org.ala.plugins:openapi:1.1.0'
Expand Down

0 comments on commit d0309d7

Please sign in to comment.