Copilot commented on code in PR #15331:
URL: https://github.com/apache/grails-core/pull/15331#discussion_r2718102215
##########
dependencies.gradle:
##########
@@ -38,7 +38,7 @@ ext {
'jquery.version' : '3.7.1',
'objenesis.version' : '3.4',
'gradle-spock.version' : '2.3-groovy-3.0',
- 'spring-boot.version' : '3.5.9',
+ 'spring-boot.version' : '3.5.10,
Review Comment:
The Spring Boot version string is missing its closing quote (and the entry’s
trailing comma), which will cause Groovy/Gradle to fail parsing this file.
Update it to a properly quoted value (consistent with the other entries).
```suggestion
'spring-boot.version' : '3.5.10',
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]