|
@@ -21,12 +21,6 @@
|
|
|
</properties>
|
|
|
|
|
|
<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>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-webflux</artifactId>
|
|
@@ -61,7 +55,7 @@
|
|
|
<dependency>
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
- <version>3.9</version>
|
|
|
+ <version>3.12.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.projectlombok</groupId>
|
|
@@ -97,7 +91,7 @@
|
|
|
<dependency>
|
|
|
<groupId>software.amazon.msk</groupId>
|
|
|
<artifactId>aws-msk-iam-auth</artifactId>
|
|
|
- <version>1.1.5</version>
|
|
|
+ <version>1.1.6</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
@@ -115,7 +109,6 @@
|
|
|
<groupId>io.projectreactor.addons</groupId>
|
|
|
<artifactId>reactor-extra</artifactId>
|
|
|
</dependency>
|
|
|
-<!-- https://github.com/provectus/kafka-ui/pull/3693 -->
|
|
|
<dependency>
|
|
|
<groupId>org.json</groupId>
|
|
|
<artifactId>json</artifactId>
|