Skip to content

Commit

Permalink
Merge branch 'release/3.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
sbearcsiro committed Aug 8, 2022
2 parents e9acd50 + 706229e commit 2566cdb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ buildscript {
}

plugins {
id "com.gorylenko.gradle-git-properties" version "2.4.1" // TODO
id "com.gorylenko.gradle-git-properties" version "2.4.1"
}

version "3.0.1"
version "3.0.2"
group "au.org.ala"

apply plugin:"eclipse"
Expand Down Expand Up @@ -106,12 +106,12 @@ dependencies {
// Grails plugin dependencies

implementation "org.grails.plugins:ala-bootstrap3:4.1.0"
implementation "org.grails.plugins:ala-ws-plugin:3.1.0"
implementation "org.grails.plugins:ala-ws-plugin:3.1.1"
implementation "org.grails.plugins:ala-ws-security-plugin:4.1.1"
implementation "org.grails.plugins:ala-auth:5.1.0"
implementation "org.grails.plugins:ala-auth:5.1.1"
implementation "org.grails.plugins:ala-admin-plugin:2.3.0"

implementation 'dk.glasius:external-config:3.0.1'
implementation 'dk.glasius:external-config:3.1.0'
implementation 'org.grails.plugins:http-builder-helper:1.1.0'
implementation "org.grails.plugins:csv:1.0.1"
implementation 'org.grails.plugins:mail:3.0.0'
Expand Down

0 comments on commit 2566cdb

Please sign in to comment.