diff options
Diffstat (limited to 'integration/pom.xml')
-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> |