Skip to content
Open
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
83684a2
deps: bump Groovy to 6.0.0-beta-3
jamesfredley Sep 3, 2026
19be0dd
fix: Groovy 6.0.0-beta-3 STC, taglib Map subscript, and snapshot canary
jamesfredley Sep 4, 2026
7a2ff8c
Merge branch '9.0.x' into deps/groovy-6.0.0-beta-3
jamesfredley Sep 4, 2026
bb82d59
Merge branch '9.0.x' into deps/groovy-6.0.0-beta-3
jamesfredley Sep 4, 2026
60a6366
deps: bump Groovy to 6.0.0-RC-1
jamesfredley Sep 9, 2026
d728faa
Merge 9.0.x into deps/groovy-6.0.0-beta-3
codeconsole Sep 15, 2026
a430a21
Fix Groovy 6 class values in unit testing support
codeconsole Sep 15, 2026
043cdba
deps: bump Groovy to 6.0.0-RC-2
codeconsole Sep 15, 2026
3f1f0c3
refactor: remove the databinding guard workaround fixed in Groovy RC-2
codeconsole Sep 15, 2026
8ca59ca
deps: align Ant with Groovy 6 RC-2
codeconsole Sep 15, 2026
d990092
fix: leave servlet request cleanup to the async lifecycle
codeconsole Sep 15, 2026
7a4ec09
fix: avoid Groovy recursion in browser system property overrides
codeconsole Sep 15, 2026
c6d8c3d
ci: follow the Groovy 6 maintenance branch in the canary
codeconsole Sep 15, 2026
900dff8
build: serialize Groovydoc generation within the build JVM
codeconsole Sep 15, 2026
1b2cab5
build: release Groovydoc memory between documentation tasks
codeconsole Sep 15, 2026
d49beb1
build: configure Spock for documentation in included builds
codeconsole Sep 15, 2026
3ecd247
ci: bound Neo4j teardown after successful task completion
codeconsole Sep 15, 2026
7bc137f
test: retain the existing tag attribute regression name
codeconsole Sep 15, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ ext {
// extended-scalars compatibility. See https://github.com/apache/grails-core/issues/15674
'graphql-java.version' : '25.0',
'graphql-java-extended-scalars.version': '24.0',
'groovy.version' : '6.0.0-beta-2',
'groovy.version' : '6.0.0-beta-3',
Comment thread
jamesfredley marked this conversation as resolved.
Outdated
'guava.version' : '33.7.1-jre',
// Security: overrides spring-boot-dependencies (5.4.2). 5.4.3 fixes CVE-2026-54399 (httpcore5) and CVE-2026-54428 (httpcore5-h2).
'httpcore5.version' : '5.4.3',
Expand Down
Loading