Skip to content

Commit f7aaea8

Browse files
iliaxiliax
authored andcommitted
BE: Chore: CVEs fixes, May 2023 (#3840)
Co-authored-by: iliax <[email protected]> (cherry picked from commit f7d85d8)
1 parent 4ae1da6 commit f7aaea8

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

kafka-ui-api/pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@
2121
</properties>
2222

2323
<dependencies>
24-
<dependency>
25-
<!--TODO: remove, when spring-boot fixed dependency to 6.0.8+ (6.0.7 has CVE) -->
26-
<groupId>org.springframework</groupId>
27-
<artifactId>spring-core</artifactId>
28-
<version>6.0.8</version>
29-
</dependency>
3024
<dependency>
3125
<groupId>org.springframework.boot</groupId>
3226
<artifactId>spring-boot-starter-webflux</artifactId>
@@ -61,7 +55,7 @@
6155
<dependency>
6256
<groupId>org.apache.commons</groupId>
6357
<artifactId>commons-lang3</artifactId>
64-
<version>3.9</version>
58+
<version>3.12.0</version>
6559
</dependency>
6660
<dependency>
6761
<groupId>org.projectlombok</groupId>
@@ -97,7 +91,7 @@
9791
<dependency>
9892
<groupId>software.amazon.msk</groupId>
9993
<artifactId>aws-msk-iam-auth</artifactId>
100-
<version>1.1.5</version>
94+
<version>1.1.6</version>
10195
</dependency>
10296

10397
<dependency>
@@ -115,7 +109,6 @@
115109
<groupId>io.projectreactor.addons</groupId>
116110
<artifactId>reactor-extra</artifactId>
117111
</dependency>
118-
<!-- https://github.com/provectus/kafka-ui/pull/3693 -->
119112
<dependency>
120113
<groupId>org.json</groupId>
121114
<artifactId>json</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<protobuf-java.version>3.21.9</protobuf-java.version>
3737
<scala-lang.library.version>2.13.9</scala-lang.library.version>
3838
<snakeyaml.version>2.0</snakeyaml.version>
39-
<spring-boot.version>3.0.5</spring-boot.version>
39+
<spring-boot.version>3.0.6</spring-boot.version>
4040
<kafka-ui-serde-api.version>1.0.0</kafka-ui-serde-api.version>
4141
<odd-oddrn-generator.version>0.1.15</odd-oddrn-generator.version>
4242
<odd-oddrn-client.version>0.1.23</odd-oddrn-client.version>

0 commit comments

Comments
 (0)