Skip to content

Commit 6c86bee

Browse files
authored
Merge pull request #15168 from apache/spring-boot-3.5.7
Update to Spring Boot 3.5.7 and Groovy 4.0.29
2 parents c27742f + 98dded4 commit 6c86bee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ext {
3838
'jquery.version' : '3.7.1',
3939
'objenesis.version' : '3.4',
4040
'gradle-spock.version' : '2.3-groovy-3.0',
41-
'spring-boot.version' : '3.5.6',
41+
'spring-boot.version' : '3.5.7',
4242
]
4343

4444
// Note: the name of the dependency must be the prefix of the property name so properties in the pom are resolved correctly
@@ -73,7 +73,7 @@ ext {
7373
'bootstrap.version' : '5.3.7',
7474
'commons-codec.version' : '1.18.0',
7575
'geb-spock.version' : '8.0.0',
76-
'groovy.version' : '4.0.28',
76+
'groovy.version' : '4.0.29',
7777
'h2.version' : '2.3.232',
7878
'jackson.version' : '2.19.1',
7979
'jquery.version' : '3.7.1',

0 commit comments

Comments
 (0)