Code Review
/
policy
/
parent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
5b5fe4c
)
Fix vulnerability in reactor
05/141605/1
author
waynedunican
<wayne.dunican@est.tech>
Wed, 30 Jul 2025 12:31:46 +0000
(13:31 +0100)
committer
waynedunican
<wayne.dunican@est.tech>
Wed, 30 Jul 2025 12:32:17 +0000
(13:32 +0100)
Issue-ID: POLICY-5430
Change-Id: I80126cba391212c6a7d8a91492afbc995d508c1b
Signed-off-by: waynedunican <wayne.dunican@est.tech>
integration/pom.xml
patch
|
blob
|
history
diff --git
a/integration/pom.xml
b/integration/pom.xml
index
ff22d4e
..
44e0c9e
100644
(file)
--- a/
integration/pom.xml
+++ b/
integration/pom.xml
@@
-943,6
+943,13
@@
<version>${version.springboot}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>io.projectreactor</groupId>
+ <artifactId>reactor-bom</artifactId>
+ <version>2024.0.8</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
</dependencies>
</dependencyManagement>
<scm>