Skip to content

Commit 45ce360

Browse files
committed
BE: Chore: Bump Spring Boot to 3.5.3
1 parent 7f97f71 commit 45ce360

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

api/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ dependencies {
8989
testImplementation libs.testcontainers
9090
testImplementation libs.testcontainers.kafka
9191
testImplementation libs.testcontainers.jupiter
92-
testImplementation libs.junit.jupiter.engine
9392
testImplementation libs.mockito.core
9493
testImplementation libs.mockito.jupiter
9594
testImplementation libs.bytebuddy

gradle/libs.versions.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
spring-boot = '3.4.5'
2+
spring-boot = '3.5.3'
33

44
aws-msk-auth = '2.3.0'
55
azure-identity = '1.15.4'
@@ -21,7 +21,6 @@ lombok = '1.18.34'
2121
odd-oddrn-generator = '0.1.17'
2222
odd-oddrn-client = '0.1.41'
2323
cel = '0.3.0'
24-
junit = '5.11.2'
2524
mockito = '5.16.0'
2625
okhttp3 = '4.12.0'
2726
testcontainers = '1.20.6'
@@ -101,8 +100,6 @@ testcontainers = { module = 'org.testcontainers:testcontainers', version.ref = '
101100
testcontainers-kafka = { module = 'org.testcontainers:kafka', version.ref = 'testcontainers' }
102101
testcontainers-jupiter = { module = 'org.testcontainers:junit-jupiter', version.ref = 'testcontainers' }
103102

104-
junit-jupiter-engine = { module = 'org.junit.jupiter:junit-jupiter-engine', version.ref = 'junit' }
105-
106103
mockito-core = { module = 'org.mockito:mockito-core', version.ref = 'mockito' }
107104
mockito-jupiter = { module = 'org.mockito:mockito-junit-jupiter', version.ref = 'mockito' }
108105

0 commit comments

Comments
 (0)