File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pipeline {
1818
1919 agent {
2020 node {
21- label ' jenkins-agent-java17'
21+ label ' jenkins-agent-java17-bigmem '
2222 }
2323 }
2424
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ dependencies {
102102 implementation(" org.grails.plugins:async" )
103103 implementation(" org.grails.plugins:events" )
104104 implementation(" org.grails.plugins:hibernate5" )
105- implementation(" org.grails.plugins:spring-security-core:6.1.1 " ) // NOT IN LINE WITH GRAILS PATCH VERSION
105+ implementation(" org.grails.plugins:spring-security-core:6.1.2 " ) // NOT IN LINE WITH GRAILS PATCH VERSION
106106 // 5.8.9 affected by https://security.snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORKSECURITY-6457293
107107 implementation(" org.springframework.security:spring-security-core:5.8.11" )
108108
Original file line number Diff line number Diff line change 55# org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1024M
66
77# Grails
8- grailsGradlePluginVersion =6.1.2
9- grailsVersion =6.1.2
10- groovyVersion =3.0.11
8+ grailsGradlePluginVersion =6.2.3
9+ grailsVersion =6.2.3
10+ groovyVersion =3.0.23
1111gormVersion =8.0.3
1212
1313# Gradle
You can’t perform that action at this time.
0 commit comments