aboutsummaryrefslogtreecommitdiffstats
path: root/integration/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'integration/pom.xml')
-rw-r--r--integration/pom.xml38
1 files changed, 12 insertions, 26 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 3f881423..fae984f3 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -2,7 +2,7 @@
============LICENSE_START=======================================================
Copyright (C) 2018 Ericsson. All rights reserved.
Modifications Copyright (C) 2018-2023 AT&T. All rights reserved.
- Modifications Copyright (C) 2019-2024 Nordix Foundation.
+ Modifications Copyright (C) 2019-2025 Nordix Foundation.
Modifications Copyright (C) 2020-2022 Bell Canada.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
@@ -29,7 +29,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>policy-parent</artifactId>
- <version>5.0.2-SNAPSHOT</version>
+ <version>5.1.1-SNAPSHOT</version>
</parent>
<artifactId>integration</artifactId>
<packaging>pom</packaging>
@@ -38,7 +38,7 @@
<properties>
<java.version>17</java.version>
<!-- Note Well: For RELEASE/SNAPSHOT always set to the project version -->
- <version.parent.resources>5.0.2-SNAPSHOT</version.parent.resources>
+ <version.parent.resources>5.1.1-SNAPSHOT</version.parent.resources>
<version.parent.checkstyle>[4.1.2,)</version.parent.checkstyle>
<jacoco.destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</jacoco.destFile>
<!-- Default Sonar configuration -->
@@ -60,7 +60,8 @@
<version.frontend.maven>1.13.4</version.frontend.maven>
<version.guava>33.0.0-jre</version.guava>
<version.hamcrest>3.0</version.hamcrest>
- <version.httpclient>5.3.1</version.httpclient>
+ <version.httpclient>5.4.1</version.httpclient>
+ <version.httpcore>5.3.2</version.httpcore>
<version.io.prometheus>0.16.0</version.io.prometheus>
<version.jackson>2.17.2</version.jackson>
<version.jacoco>0.8.11</version.jacoco>
@@ -75,7 +76,7 @@
<version.kafka>3.8.1</version.kafka>
<version.kotlin>2.0.20</version.kotlin>
<version.log4j>2.23.1</version.log4j>
- <version.logback>1.5.12</version.logback>
+ <version.logback>1.5.15</version.logback>
<version.maven-checkstyle-plugin>3.3.1</version.maven-checkstyle-plugin>
<version.maven-remote-resources-plugin>3.1.0</version.maven-remote-resources-plugin>
<version.micrometer>1.13.6</version.micrometer>
@@ -89,10 +90,10 @@
<version.sdc-dist>2.1.1</version.sdc-dist>
<version.sdc-tosca>1.9.0</version.sdc-tosca>
<version.slf4j>2.0.13</version.slf4j>
- <version.spring>6.1.14</version.spring>
- <version.springboot>3.3.5</version.springboot>
- <version.spring-data>3.3.5</version.spring-data>
- <version.spring-security>6.3.4</version.spring-security>
+ <version.spring>6.1.16</version.spring>
+ <version.springboot>3.3.7</version.springboot>
+ <version.spring-data>3.3.7</version.spring-data>
+ <version.spring-security>6.3.6</version.spring-security>
<version.sonar>3.11.0.3922</version.sonar>
<version.swagger.codegen.v3>3.0.52</version.swagger.codegen.v3>
<version.swagger.core.v3>2.2.25</version.swagger.core.v3>
@@ -475,16 +476,6 @@
<version>1.10.0</version>
</dependency>
<dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <version>4.5.14</version>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpcore</artifactId>
- <version>4.4.16</version>
- </dependency>
- <dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>${version.httpclient}</version>
@@ -492,7 +483,7 @@
<dependency>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5</artifactId>
- <version>5.2.4</version>
+ <version>${version.httpcore}</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
@@ -512,7 +503,7 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
- <version>10.1.31</version>
+ <version>10.1.34</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
@@ -680,11 +671,6 @@
<version>${version.drools}</version>
</dependency>
<dependency>
- <groupId>org.mariadb.jdbc</groupId>
- <artifactId>mariadb-java-client</artifactId>
- <version>3.3.3</version>
- </dependency>
- <dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.2</version>