Skip to content
Merged
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.6',
'spring-boot.version' : '3.5.7',
]

// Note: the name of the dependency must be the prefix of the property name so properties in the pom are resolved correctly
Expand Down Expand Up @@ -73,7 +73,7 @@ ext {
'bootstrap.version' : '5.3.7',
'commons-codec.version' : '1.18.0',
'geb-spock.version' : '8.0.0',
'groovy.version' : '4.0.28',
'groovy.version' : '4.0.29',
'h2.version' : '2.3.232',
'jackson.version' : '2.19.1',
'jquery.version' : '3.7.1',
Expand Down
Loading