Skip to content

Commit

Permalink
Upgraded to Grails 5.3.2
Browse files Browse the repository at this point in the history
Upgraded Groovy to 3.0.14
Moved snakeyaml version declaration to gradle.properties
  • Loading branch information
matrei committed Feb 17, 2023
1 parent 87c5732 commit 827a6e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ repositories {
maven { url "https://repo.grails.org/grails/core" }
}

// Upgrading snakeyaml to 1.33 from 1.30 to get rid of some CVEs
ext['snakeyaml.version'] = '1.33'

dependencies {
compileOnly 'io.micronaut:micronaut-inject-groovy'
implementation 'org.grails:grails-logging'
Expand Down
10 changes: 6 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#Thu, 09 Feb 2023 08:09:33 +0000
version=1.1.1-SNAPSHOT
grailsVersion=5.3.0
grailsGradlePluginVersion=5.2.4
groovyVersion=3.0.11
gorm.version=7.3.2
grailsVersion=5.3.2
grailsGradlePluginVersion=5.3.0
groovyVersion=3.0.14
gorm.version=7.3.3
# Upgrading snakeyaml to 1.33 from 1.30 to get rid of some CVEs
snakeyaml.version=1.33
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.jvmargs=-Dfile.encoding\=UTF-8 -Xmx1024M

0 comments on commit 827a6e0

Please sign in to comment.