@@ -17,7 +17,7 @@ plugins {
17
17
id ' jacoco'
18
18
}
19
19
20
- version " 7.2.1 "
20
+ version " 8.0-SNAPSHOT "
21
21
group " org.grails.plugins"
22
22
23
23
apply plugin :" eclipse"
@@ -49,6 +49,8 @@ configurations {
49
49
extendsFrom developmentOnly
50
50
}
51
51
}
52
+ sourceCompatibility = ' 11'
53
+ targetCompatibility = ' 17'
52
54
53
55
dependencies {
54
56
developmentOnly(" org.springframework.boot:spring-boot-devtools" )
@@ -69,10 +71,16 @@ dependencies {
69
71
implementation " org.grails.plugins:async"
70
72
implementation " org.grails.plugins:scaffolding"
71
73
implementation " org.grails.plugins:gsp"
72
- implementation ' commons-io:commons-io:2.6 '
74
+ implementation ' commons-io:commons-io:2.14.0 '
73
75
implementation " org.grails.plugins:ala-auth:$alaSecurityLibsVersion "
74
76
implementation " org.grails.plugins:ala-ws-security-plugin:$alaSecurityLibsVersion "
77
+ implementation " org.grails.plugins:ala-ws-plugin:$alaSecurityLibsVersion "
75
78
implementation " au.org.ala:userdetails-service-client:$alaSecurityLibsVersion "
79
+ implementation " org.apache.httpcomponents:httpcore:4.4.13"
80
+ implementation ' org.apache.httpcomponents:httpclient:4.5.13'
81
+ implementation " org.apache.httpcomponents:httpmime:4.2.1"
82
+ implementation ' com.opencsv:opencsv:5.7.0'
83
+ implementation(" com.squareup.okhttp3:okhttp:4.12.0" )
76
84
77
85
console " org.grails:grails-console"
78
86
profile " org.grails.profiles:web-plugin"
0 commit comments