|
@@ -21,6 +21,12 @@
|
|
</properties>
|
|
</properties>
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
|
|
+ <dependency>
|
|
|
|
+ <!--TODO: remove, when spring-boot fixed dependency to 6.0.8+ (6.0.7 has CVE) -->
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
+ <artifactId>spring-core</artifactId>
|
|
|
|
+ <version>6.0.8</version>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-webflux</artifactId>
|
|
<artifactId>spring-boot-starter-webflux</artifactId>
|
|
@@ -109,6 +115,12 @@
|
|
<groupId>io.projectreactor.addons</groupId>
|
|
<groupId>io.projectreactor.addons</groupId>
|
|
<artifactId>reactor-extra</artifactId>
|
|
<artifactId>reactor-extra</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+<!-- https://github.com/provectus/kafka-ui/pull/3693 -->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.json</groupId>
|
|
|
|
+ <artifactId>json</artifactId>
|
|
|
|
+ <version>${org.json.version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|