Skip to content

Commit 740ff18

Browse files
DTSRD-4065 (#579)
* Update spring-boot to 3.4.1 * Update spring cloud to 2024.0.0
1 parent b264920 commit 740ff18

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id 'jacoco'
66
id 'io.spring.dependency-management' version '1.1.7'
77
id 'org.owasp.dependencycheck' version '10.0.4'
8-
id 'org.springframework.boot' version '3.3.7'
8+
id 'org.springframework.boot' version '3.4.1'
99
id 'com.github.ben-manes.versions' version '0.51.0'
1010
id 'org.sonarqube' version '5.1.0.4882'
1111
id "org.flywaydb.flyway" version '9.22.3'
@@ -34,7 +34,7 @@ def versions = [
3434
junit : '5.11.4',
3535
junitPlatform : '1.11.4',
3636
reformLogging : '6.1.7',
37-
springBoot : '3.3.7',
37+
springBoot : '3.4.1',
3838
springfoxSwagger : '2.10.5',
3939
lombok : '1.18.36',
4040
flyway : '9.22.3',
@@ -235,7 +235,7 @@ repositories {
235235
}
236236

237237
ext {
238-
springCloudVersion = '2023.0.4'
238+
springCloudVersion = '2024.0.0'
239239
}
240240

241241
ext.libraries = [

0 commit comments

Comments
 (0)