Skip to content

Commit 649d941

Browse files
build: Bump grails version and grails-spring-security version (#196)
* build: Bump grails version and grails-spring-security version * build(ci): Swap to bigmem jenkins agent which is still in use
1 parent 1b8a892 commit 649d941

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

service/gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
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
1111
gormVersion=8.0.3
1212

1313
# Gradle

0 commit comments

Comments
 (0)