Skip to content

Commit

Permalink
Merge pull request #547 from grails/release-6.2.4
Browse files Browse the repository at this point in the history
fix(deps): Update dependencies for `6.2.4` release
  • Loading branch information
matrei authored Nov 19, 2024
2 parents 2378292 + 6caa6b8 commit ae7a11e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
20 changes: 9 additions & 11 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,24 @@ projectUrl=https://github.com/grails/grails-gsp
githubSlug=grails/grails-gsp
githubBranch=6.2.x
developers=Puneet Behl, Graeme Rocher
grailsGradlePluginVersion=6.2.0
grailsGradlePluginVersion=6.2.2
grailsVersion=6.2.1
groovyVersion=3.0.21
groovyVersion=3.0.23
servletApiVersion=4.0.1
javaParserCoreVersion=3.15.14
jansiVersion=1.18
jlineVersion=2.14.6
jspApiVersion=2.1
jstlVersion=1.1.2
junitJupiterVersion=5.10.2
junitPlatformVerison=1.10.2
spockVersion=2.0-groovy-3.0
slf4jVersion=1.7.32
antVersion=1.10.14
junitJupiterVersion=5.10.5
junitPlatformVerison=1.10.5
spockVersion=2.3-groovy-3.0
slf4jVersion=1.7.36
antVersion=1.10.15
controllersRef=https://docs.grails.org/latest/ref/Controllers
commandLineRef=https://docs.grails.org/latest/ref/Command%20Line
grailsDocsVersion=5.0.2
testingSupportVersion=3.2.2
sitemeshVersion=2.4.4
junit-jupiter.version=5.8.0
byteBuddyVersion=1.15.5
junit-jupiter.version=5.10.5

org.gradle.caching=true
org.gradle.parallel=true
Expand Down
1 change: 1 addition & 0 deletions grails-web-gsp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ dependencies {
exclude group:'org.grails', module:'grails-web-common'
}

testRuntimeOnly "net.bytebuddy:byte-buddy:$byteBuddyVersion"
testRuntimeOnly "org.grails:grails-spring:$grailsVersion"
}

0 comments on commit ae7a11e

Please sign in to comment.