Skip to content
Open
Show file tree
Hide file tree
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
12 changes: 6 additions & 6 deletions bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,18 +96,18 @@ ext {
snappyVersion = '1.1.10.7'

// This must be kept in step with the version of the springboot plugin in settings.gradle
springbootVersion = '3.1.4'
springbootVersion = '4.1.0'

spotbugsVersion = '4.9.8'
springdataVersion = '3.0.3'
springdataVersion = '4.1.0'
springldapVersion = '3.0.1'
springsecurityVersion = '6.1.4'
springsecurityVersion = '7.1.0'
springsecurityJwtVersion = '1.1.1.RELEASE'
testngVersion = '7.10.2'
swaggerVersion = '2.2.39'
springwebVersion = '6.0.6'
springwebVersion = '7.0.8'
tinkVersion = '1.15.0'
tomcatVersion = '10.1.13'
tomcatVersion = '11.0.24'
validationVersion = '2.0.1.Final'
gsonVersion = '2.11.0'
antVersion = '1.10.15'
Expand All @@ -119,7 +119,7 @@ ext {
// TODO: log4jVersion = '2.24.3' Monday - doesn't build'
jacksonjdk8Version = '2.20.0'
// TODO: jacksonjdk8Version = '2.18.2'monday - failed at runtime
springdocStarterVersion = '2.2.0'
springdocStarterVersion = '3.0.3'
jacocoVersion = '0.8.8'
snakeYamlVersion = '2.5'
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pluginManagement {
// Docs don't recommend specifying a version for checkstyle
id 'checkstyle'
// This plugin needs to be kept in step with bom
id 'org.springframework.boot' version '3.1.4'
id 'org.springframework.boot' version '4.1.0'
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'com.github.psxpaul.execfork' version '0.2.2'
}
Expand Down
Loading