diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2023-11-08 16:57:26 +0000 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2023-11-08 16:59:14 +0000 |
commit | f63f7e6b074aa78482877a2818bf9aadd38d43ae (patch) | |
tree | 6fc44032bf49149a94ea072892da3295ee466a5c /integration | |
parent | 5ca8151b44922d9260a33cf4aa1c03c6b5bafe64 (diff) |
Update dependencies on latest version for security fixes
- updating json, kafka, drools, commons-lang and micrometer.
Issue-ID: POLICY-4750
Change-Id: I8a0d2243f645414a857d8867c35f1c9bfd8b6ba2
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'integration')
-rw-r--r-- | integration/pom.xml | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index f4b2e3b0..56fd210f 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -49,7 +49,7 @@ <version.cucumber>7.13.0</version.cucumber> <version.dmaap>1.1.12</version.dmaap> <version.docker-java>3.3.2</version.docker-java> - <version.drools>8.43.0.Final</version.drools> + <version.drools>8.44.0.Final</version.drools> <version.frontend.maven>1.13.4</version.frontend.maven> <version.io.prometheus>0.16.0</version.io.prometheus> <version.jackson>2.15.2</version.jackson> @@ -226,7 +226,7 @@ <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka-clients</artifactId> - <version>3.5.1</version> + <version>3.6.0</version> </dependency> <!-- HttpComponents Core (blocking I/O) --> <dependency> @@ -249,7 +249,7 @@ <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> - <version>20230618</version> + <version>20231013</version> </dependency> <dependency> <groupId>com.worldturner.medeia</groupId> @@ -596,7 +596,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.12.0</version> + <version>3.13.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> @@ -756,7 +756,7 @@ <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-registry-prometheus</artifactId> - <version>1.11.2</version> + <version>1.11.4</version> <scope>runtime</scope> </dependency> </dependencies> @@ -1104,6 +1104,11 @@ <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>${version.jacoco}</version> + <configuration> + <excludes> + <exclude>org/drools/**/*</exclude> + </excludes> + </configuration> <executions> <execution> <id>pre-unit-test</id> |