File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import org.flywaydb.gradle.task.FlywayMigrateTask
9
9
plugins {
10
10
java
11
11
jacoco
12
- id(" org.springframework.boot" ) version " 3.3.5 "
12
+ id(" org.springframework.boot" ) version " 3.4.0 "
13
13
id(" io.spring.dependency-management" ) version " 1.1.6"
14
14
id(" com.diffplug.spotless" ) version " 6.25.0"
15
15
id(" org.sonarqube" ) version " 6.0.0.5145"
@@ -158,7 +158,7 @@ dependencies {
158
158
implementation(" org.springframework.boot:spring-boot-starter-oauth2-client" )
159
159
implementation(" org.springframework.security:spring-security-oauth2-resource-server:6.4.1" )
160
160
161
- implementation(" org.springframework.cloud:spring-cloud-starter-kubernetes-client-config:3.1.3 " )
161
+ implementation(" org.springframework.cloud:spring-cloud-starter-kubernetes-client-config:3.1.4 " )
162
162
163
163
// CVE-2024-26308
164
164
implementation(" org.apache.commons:commons-compress:1.27.1" )
@@ -175,7 +175,7 @@ dependencies {
175
175
// CVE-2022-4244
176
176
implementation(" org.codehaus.plexus:plexus-utils:4.0.2" )
177
177
178
- implementation(platform(" software.amazon.awssdk:bom:2.29.21 " ))
178
+ implementation(platform(" software.amazon.awssdk:bom:2.29.22 " ))
179
179
implementation(" software.amazon.awssdk:netty-nio-client" )
180
180
implementation(" software.amazon.awssdk:s3" )
181
181
You can’t perform that action at this time.
0 commit comments