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 4caed10 + 6163403 commit e742ad8
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 @@ -7,6 +7,7 @@ branches:
- master
- develop
- 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
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
id "com.gorylenko.gradle-git-properties" version "2.4.1"
}

version "1.7.0"
version "1.7.1"
group "au.org.ala"

apply plugin:"eclipse"
Expand Down Expand Up @@ -88,7 +88,7 @@ dependencies {
exclude group: 'org.slf4j', module: 'slf4j-log4j12'
}
implementation 'dk.glasius:external-config:3.1.1'
runtimeOnly "org.grails.plugins:ala-bootstrap3:4.1.0"
runtimeOnly "org.grails.plugins:ala-bootstrap3:4.4.0"
implementation(group: "org.grails.plugins", name: "ala-auth", version:"$alaSecurityLibsVersion") {
exclude group: 'javax.servlet', module: 'servlet-api'
}
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 e742ad8

Please sign in to comment.